/*
	Theme Name: Initiate Custom Theme
	Theme URI: 
	Description: Theme for Initiate
	Version: 1.1
	Author: Engage Brandcraft
	Author URI: http://www.engage.co.za
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    font-family: 'Raleway', Arial, sans-serif;
    font-weight: 400;
}

body, html {
    overflow-x: hidden;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 25px;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
    height: auto;
}

a {
    text-decoration: none;

    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .2s;
    color: #0066ab;
}

a:hover {
    color: #0066ab;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

hr {
    height: 1px;
    border-width: 0;
    color: #8d9da0;
    background-color: #8d9da0;
    margin: 30px 0;

}

.contact-form input::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.contact-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.contact-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.contact-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.contact-form textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
}

.contact-form textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;
    opacity: 1;
}

.contact-form textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    opacity: 1;
}

.contact-form textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
}

.slider {
    width: 100%;
    height: 388px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center center;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.container {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pre-header {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    font-size: 19px;
    color: #0066ab;
    background-color: #eff7f9;
    text-align: right;
}

/* header */
.header {
    width: 100%;
    height: 130px;
}

/* logo */
.logo {
    width: 100%;
    margin-top: 30px;
    max-width: 240px;
    height: auto;
    float: left;
    display: inline-block;
}

.logo-img {
    width: 100%;

}

/* slider */

/* sidebar */
.sidebar {

}

/* footer */
.footer {
    background-color: #10385a;
    padding: 25px 0;
    color: #fff;

}

.search-box {
    float: right;
    display: inline-block;
    width: 188px !important;
}

.search-box input[type="search"] {
    background-color: #fff;
    border: 1px solid #CACACA;
    font-size: 11px;
    padding: 0 8px;
    height: 25px;
    width: 170px !important;
    margin-top: 10px;
    position: relative;
}

.search-box .search-submit {
    border: none;
    width: 25px;
    height: 25px;
    background: url(img/search-glass.png) no-repeat center center;
    margin-left: 160px;
    margin-top: -26px;
    position: absolute;
    z-index: 1;
}

.down {
    width: 150px;
    margin: 25px 0 0;
    font-size: 16px;
    color: #fff;
}

div.wpcf7-validation-errors {
    color: #0094d9;
    float: left;
    width: auto;
}

div.wpcf7 {
    max-width: 380px;
    width: 100%;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.view-site {
    width: 50px;
    height: 35px;
    background-image: url(img/view-site.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-top: 25px;
    display: block;

    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .2s;
}

.view-site:hover {
    width: 100px;

}

.intro-copy {
    background: rgb(255, 255, 255);
    /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(255, 255, 255, .7);
    padding: 15px;
    font-size: 18px;
    color: #0066ab;
    width: 100%;
    max-width: 416px;
}

.intro-copy-pages {
    background: rgb(255, 255, 255);
    /* Fall-back for browsers that don't
                                    support rgba */
    background: rgba(255, 255, 255, .7);
    padding: 30px;
    display: inline-block;
    margin-top: -116px;
}

.intro-copy-pages h2 {
    color: #0066ab;
    font-weight: 600;
    font-size: 42px;
    margin: 0;
    padding: 0;
}

.ver-slider {
    padding-top: 85px !important;
}

.ver-slider-2 {
    padding: 0;
    top: 50%;
}

.initiate_title p {
    margin-bottom: 0;
}

.initiate_title h3 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #0066ab;
}

.free-assement-btn a {
    display: block;
    width: 210px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #0fb0ef;
    padding: 17px 0;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
}

.free-assement-btn a:hover {
    background-color: #0066ab;
}

.copy-slider {
    width: 100%;
    height: 426px;
    padding: 70px 0;
}

.copy-slider h3 {
    text-align: center;
    color: #0094d9;
    font-size: 20px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 35px;
    min-height: 48px;

}

.slider-column {
    height: 280px;
}

.copy-slider .image {
    text-align: center;
}

.copy-slider .image img {
    display: inline;
    text-align: center;
}

.copy-slider .copy {
    color: #8d9da0;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-top: 35px;
    padding: 0 15px;
}

.copy-slider .copy ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.copy-slider .copy ul li {
    margin: 0 25px;
    padding: 0;
    list-style: none;
}

.four-column {

    background-color: #e7f3f7;
    width: 100%;
    min-height: 412px;
    height: auto;
    padding: 0 0 70px 0;
    text-align: center;
}

.four-column ul {
    margin: 60px 0 0 0;
    padding: 0;

}

.four-column ul li .hidden, .copy-slider ul li .hidden {
    display: none;

}

.four-column ul li:hover .hidden {
    width: 230px;
    background-image: url(img/corner-icon.png);
    background-repeat: no-repeat;
    height: 100%;
    max-height: 295px;
    position: absolute;
    z-index: 10;
    padding: 15px;
    margin-left: -15px;
    margin-top: -15px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;

    background-color: rgb(248, 248, 248);
    /* Fall-back for browsers that don't
                                    support rgba */
    background-color: rgba(248, 248, 248, .7);

}

.copy-slider ul li:hover .hidden {
    width: 100%;
    background-image: url(img/corner-icon.png);
    background-repeat: no-repeat;
    max-width: 230px;
    height: 100%;
    margin-top: -15px;
    position: absolute;
    z-index: 10;
    padding: 15px;
    text-align: left;
    top: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;

    background-color: rgb(248, 248, 248);
    /* Fall-back for browsers that don't
                                    support rgba */
    background-color: rgba(248, 248, 248, .7);

}

.four-column ul li {
    display: inline-block;
    list-style: none;
    margin: 0 13px 13px 0;
    width: 230px;
    height: 295px;
    padding: 15px;
    text-align: center;
    color: #8d9da0;
    font-size: 14px;
    background-color: #fff;
    vertical-align: top;
}

.four-column ul li:last-child {
    margin: 0;
}

.four-column ul li h3 {
    width: 100%;
    text-align: center;
    height: auto;
    background-color: #0094d9;
    color: #FFFFFF;
    padding: 28px;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px 0;

}

.pre-footer {
    width: 100%;
    height: auto;
}

.pre-footer .crest {
    margin: 70px 0 0 0;
}

.pre-footer .career {
    margin: 85px 0 0 0;
    min-height: 185px;
    width: 100%;
    height: 100%;
    background-color: #ffb000;
    padding: 15px;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    float: left;
}

.pre-footer .career .header {
    font-size: 20px;
    min-height: 155px;
    background-color: #f88e00;
    font-weight: 600;
    padding: 40px 22px;
    text-align: center;
    width: 190px;
    float: left;
}

.pre-footer .career .copy {
    font-size: 15px;
    margin-left: 15px;
    /* display: inline-block; */
    width: 235px;
    height: auto;
    float: left;
}

.pre-footer .left {
    float: left;
    width: 49%;
    height: auto;
    display: block;
    padding: 70px 0;
    min-width: 300px;
}

.pre-footer .left ul {
    height: 100%;
    min-height: 540px;
    margin: 0;
    padding: 0;
}

.pre-footer .left ul li h3 {
    font-size: 20px;
    margin: 0;
    padding: 25px 0;
    font-weight: 600;
    width: 100%;
    text-align: center;
    background-color: #0094d9;
}

.pre-footer .left ul li {
    width: 100%;
    height: auto;
    min-height: 70px;
    color: #fff;
    background-color: #0066ab;
    padding: 15px;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
}

.pre-footer .right {
    float: left;
    width: 49%;
    margin-left: 2%;
    height: 100%;
    text-align: left;
    padding: 70px 0;
    min-width: 300px;
}

.pre-footer .right ul {
    height: 100%;
    min-height: 553px;
    margin: 0;
    padding: 15px;
    background-color: #008ec6;

}

.pre-footer .right ul li h3 {
    font-size: 20px;
    margin: 0;
    padding: 25px 0;
    font-weight: 600;
    width: 100%;
    text-align: center;
    background-color: #0fb0ef;
}

.pre-footer .right ul li hr {
    height: 1px;
    border-width: 0;
    color: #fff;
    background-color: #fff;
    margin: 0;
    padding: 0;
}

.pre-footer .right ul li {
    width: 100%;
    height: auto;
    min-height: 70px;
    color: #fff;
    padding: 15px 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    list-style: none;
    border-bottom: 1px solid #fff;

}

.pre-footer .right ul li:last-child {
    border-bottom: none;
}

.pre-footer .right ul li img {
    vertical-align: top;
}

.pre-footer .right ul li p, .pre-footer .left ul li p {
    width: 200px;
    margin: 0 0 0 5px;
    padding: 0;
    display: inline-block;
}

.pre-footer .left ul li p {
    line-height: 40px;
}

.read-more:hover {
    width: 100px;
    height: 37px;
    display: inline-block;
    float: right;
    background-image: url(img/read-more.png);
    background-repeat: no-repeat;
    background-position: left center;
}

.read-more {
    width: 40px;
    overflow: hidden;
    height: 37px;
    display: inline-block;
    float: right;
    background-image: url(img/read-more.png);
    background-repeat: no-repeat;
    background-position: left center;

    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .2s;
}

a.activator {
    width: 52px;
    height: 142px;
    position: fixed;
    top: 260px;
    right: 0px;
    background: #fff no-repeat top left;
    background: url(img/contact-us-btn.jpg);
    z-index: 899;
    cursor: pointer;
    display: block;
}

/* Style for overlay and box */
.overlay {
    background: transparent url(img/overlay.png) repeat top left;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 900;
}

.box {
    position: fixed;
    right: -652px;
    height: 100%;
    width: 600px;
    top: 0;
    background-color: #eff7f9;
    color: #7F7F7F;
    padding: 20px;
    z-index: 901;
    text-align: center;
}

a.boxclose {
    float: left;
    width: 52px;
    height: 142px;
    background: transparent url(img/close-btn.jpg) repeat top left;
    margin-top: 240px;
    margin-left: -72px;
    cursor: pointer;
}

.footer .left {
    float: left;
    width: 49%;
    height: 100%;
    min-width: 280px;
    margin: 0 auto;
}

.footer .right {
    float: right;
    width: 49%;
    height: 100%;
    text-align: right;
    min-width: 280px;
    margin: 0 auto;
}

.footer h3 {
    font-weight: 600;
    font-size: 20px;
}

.footer .sign-up a {
    padding: 20px;
    background-color: #0fb0ef;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 270px;
    text-align: center;

}

.footer .sign-up a:hover {
    background-color: #fff;
    color: #0fb0ef;
}

.footer .contact-details {
    font-size: 17px;
}

.footer .contact-details a {
    color: #FFFFFF;
    text-decoration: none;
}

.footer .contact-details a:hover {
    color: #0fb0ef;
}

.footer .contact-details strong {
    color: #0fb0ef;
}

.footer .copyright {
    font-size: 14px;
    font-weight: 700;
    margin-top: 25px;
}

.default {
    color: #8d9da0;
}

.site-content {
    float: right;
    width: 65.104166667%;
    height: auto;
    padding: 70px 0;
    color: #8d9da0;
    font-size: 17px;

}

.site-content a {
    color: #0094d9;
}

.site-content a:hover {
    color: #0066ab;
}

.site-content h1 {
    margin: 25px 20px;
    color: #0094d9;
    font-weight: 600;
    font-size: 40px;
    display: inline-block;
}

.site-content h2 {
    margin: 25px 0;
    color: #0094d9;
    font-weight: 300;
    font-size: 30px;
}

.site-content h4 {
    margin: 0;
    color: #0094d9;
    font-weight: 700;
    font-size: 17px;
}

.site-content ul {
    margin: 15px 0 15px 4px;
    padding: 0;
}

.site-content ul li {
    margin: 0 0 4px 15px;
    padding: 0;
}

.site-content ul li ul {
    margin: 0 0 4px 15px;
    padding: 0;
}

.site-content ul li a {
    color: #8d9da0;
    text-decoration: underline;
}

.site-content ul li a:hover {
    color: #0094d9;
}

.secondary {
    float: left;
    width: 26.041666667%;
    height: auto;
    padding: 70px 0;
    min-width: 300px;
}

.sidebar-widget {
    float: left;
    width: 100%;
}

.sidebar-widget h3 {
    display: none;
}

.sidebar-widget ul {
    margin: 0;
    padding: 0;
    width: 100%;
}

.sidebar-widget ul li {
    list-style: none;
    margin: 0 0 2px;
}

.pagenav {
    color: #fff;
}

.sidebar-widget .children {
    display: none;
}

.current_page_item .children,
.current_page_ancestor .children,
.current_page_parent .children {
    display: block;
}

.sidebar-widget ul li ul .current_page_item .children,
.sidebar-widget ul li ul .current_page_ancestor .children,
.sidebar-widget ul li ul .current_page_parent .children {
    display: none;
}

.free-assesment-li a {
    background-color: #0fb0ef !important;
}

.sidebar-widget ul li a {
    display: block;
    min-height: 30px;
    line-height: 18px;
    background-color: #3c7cab;
    color: #FFFFFF;
    padding: 6px 15px;
    margin-right: 9px;
    font-size: 15px;

    -o-transition: none;
    -ms-transition: 0;
    -moz-transition: none;
    -webkit-transition: none;
    /* ...and now for the proper property */
    transition: none;
}

.sidebar-widget ul li a:hover {
    min-height: 30px;
    line-height: 18px;
    padding: 6px 15px;
    background-color: #0fb0ef;
    margin-right: 0;
    background-image: url(img/blue-arrow.jpg);
    background-repeat: no-repeat;
    background-position: center right;
}

.faqlist {
}

.faqlist ul {
    margin: 20px 0;
    padding: 0;
}

.faqlist ul li {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #E6E6E6;
}

.faqlist ul li .question {
    color: #0094d9;
    font-size: 22px;
    margin-bottom: 15px;
    padding-left: 60px;
    background: url(img/Q.jpg) no-repeat center left;
}

.faqlist ul li .answer {
    padding-left: 60px;
    background: url(img/A.jpg) no-repeat center left;
}

#map {
    width: 100%;
    height: 388px;
}

#map img {
    max-width: inherit;
}

.contact .site-content {
    width: 100%;
}

.contact .site-content h2 {
    font-size: 27px;
}

/*------------------------------------*\
    Free Assessment
\*------------------------------------*/

.free-assessment {
}

.free-assessment-form {
    width: 100%;
    max-width: 450px;
}

.free-assessment p {
    margin-bottom: 25px;
}

.free-assessment input, .free-assessment textarea {
    background-color: #d7d7d7;
    color: #464646;
}

.free-assessment input {
    width: 100% !important;
    max-width: 450px;
    height: 40px;
    padding: 0 12px;
    font-weight: 600;
    border: none;
    margin-right: 6px;
    margin-top: 15px;
}

.free-assessment input[type="radio"] {
    width: auto !important;
    height: 16px;
}

.free-assessment select {
    width: 100% !important;
    max-width: 450px;
    height: 40px;
    margin-top: 15px;

}

.free-assessment .cap {
    border: 1px solid #EFEFEF;
    padding: 2px 30px;
    height: 41px;
    width: 150px;
}

.free-assessment .cap2 {
    width: 280px !important;
    margin-left: 15px;
    margin-right: 0;
}

.free-assessment textarea {
    width: 100%;
    max-width: 450px;
    height: auto;
    border: none;
    font-weight: 600;
    padding: 12px;
    margin-right: 7px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.free-assessment .captch-img {
    width: 180px;
    height: 40px;
    padding: 10px 50px;
    background-color: #FFFFFF;
    display: inline-block;
    margin-right: 6px;
}

.free-assessment input[type="submit"] {
    width: 130px;
    height: 54px;
    line-height: 54px;
    background-color: #0fb0ef;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    margin-top: 26px;
    float: left;

    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .2s;
}

.free-assessment input[type="submit"]:hover {
    background-color: #fff;
    color: #0fb0ef;
}

/*------------------------------------*\
    Blog
\*------------------------------------*/

.blog {
    font-size: 17px;

}

.blog a img {
    border: 4px solid #f8f8f8;

    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .2s;
}

.single .social-links {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.social-links {
    width: 60%;
    /* display: inline-block; */
    float: left;
    min-width: 300px;
}

.blog .ssba {
    margin: 15px 0;
}

.blog a:hover img {
    border: 4px solid #8d9da0;
}

.blog .ssba a img {
    border: none;
}

.blog .ssba a:hover img {
    opacity: .8;

}

.blog article {
    border-top: 1px solid #8d9da0;
}

.blog textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 15px 0;
    border: 1px solid #d1d8d9;
    padding: 15px;
    color: #8d9da0;
}

.blog .comments ul {
    margin: 15px 0;
    padding: 0;
}

.blog .comments .comment-author {
    line-height: 50px;
    font-size: 16px;
    color: #0fb0ef;
    margin-bottom: 8px;
}

.blog .comments .comment-author a {
    color: #0fb0ef;
    text-decoration: none;
}

.blog .comments .comment-author a:hover {
    font-weight: 600;
}

.blog .comments a {
    color: #0fb0ef;
    text-decoration: none;
}

.blog .comments a:hover {
    font-weight: 600;
}

.blog .comments ul li {
    list-style: none;
    border: 1px solid #d1d8d9;
    padding: 15px;
    margin: 0;
}

.blog .comments ul li img {
    width: 50px;

    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px; /* future proofing */
    -khtml-border-radius: 25px; /* for old Konqueror browsers */

    overflow: hidden;
}

.blog .comments ul li ul li {
    padding: 15px;
}

/* Button 4 */
.btn-4 {
    color: #fff;
    overflow: hidden;
    background-color: #0fb0ef;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
}

.btn-4:active {
    color: #0fb0ef;
}

.btn-4:hover {
    background: #fff;
    color: #0fb0ef;
}

.btn-4:before {
    position: absolute;
    height: 100%;
    font-size: 125%;
    line-height: 2.6;
    color: #0fb0ef;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-4:active:before {
    color: #17954c;
}

/* Button 4a */
.btn-4a:before {
    left: 130%;
    top: 0;
}

.btn-4a:hover:before {
    left: 80%;
}

/* Button 4b */
.btn-4b:before {
    left: -50%;
    top: 0;
}

.btn-4b:hover:before {
    left: 10%;
}

/* Button 4c */
.btn-4c:before {
    left: 70%;
    opacity: 0;
    top: 0;
}

.btn-4c:hover:before {
    left: 80%;
    opacity: 1;
}

/* Button 4d */
.btn-4d:before {
    left: 30%;
    opacity: 0;
    top: 0;
}

.btn-4d:hover:before {
    left: 10%;
    opacity: 1;
}

.blog input[type="submit"] {
    width: 250px;
    height: 54px;
    line-height: 54px;
    background-color: #0fb0ef;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    margin-top: 26px;
    float: left;

    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .2s;
}

.blog input[type="submit"]:hover {
    background-color: #fff;
    color: #0fb0ef;
}

.blog .form-allowed-tags {
    display: none;
}

.blog .excerpt p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

.blog h3 {
    font-size: 25px;
    font-weight: 600;
    color: #0094d9;
    margin: 25px 0;
}

.blog-more {
    width: 40%;
    height: 54px;
    display: inline-block;
    margin: 25px 0;
    min-width: 210px;
}

.blog-more a {
    float: right;
    width: 210px;
    background-color: #0fb0ef;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    line-height: 54px;
    display: block;
    text-transform: uppercase;
}

.blog-more a:hover {
    background-color: #0066ab;
    color: #fff;
}

.su-spoiler-title {
    font-weight: 700;
}

.su-spoiler-style-default > .su-spoiler-title {
    padding-left: 0;
}

.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before {
    content: '' !important;
    background: url(img/open.png) no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    margin-left: -35px;
    margin-top: -4px;
}

.su-spoiler-icon-plus .su-spoiler-icon:before {
    content: '' !important;
    background: url(img/close.png) no-repeat;
    width: 26px;
    height: 26px;
    display: block;
    margin-left: -35px;
    margin-top: -4px;
}

.collapseomatic {
    background-image: url(img/open.png);
    background-repeat: no-repeat;
    padding: 3px 0 10px 40px;
    cursor: pointer;
    margin-left: -40px;
    font-weight: 700;
    display: block;
}

.colomat-close {
    background-image: url(img/close.png);
}

.collapseomatic_excerpt, .collapseomatic_content {
    margin-top: 0px;
    margin-left: 0;
    padding: 0px;
}

.ts-fab-list a:hover {
    color: #fff !important;
}

.ts-fab-list a {
    -o-transition: none !important;
    -ms-transition: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
}

/*------------------------------------*\
    Contact Form
\*------------------------------------*/

.contact-form {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 14px;

}

.contact-form input {
    width: 180px !important;
    height: 40px;
    padding: 0 12px;
    font-weight: 600;
    border: none;
    margin-right: 6px;
    margin-top: 0;
}

.contact-form textarea {
    width: 370px !important;
    height: 80px;
    border: none;
    font-weight: 600;
    padding: 12px;
    margin-right: 7px;
    margin-top: 0;
}

.contact-form .captch-img {
    width: 180px;
    height: 40px;
    padding: 10px 50px;
    background-color: #FFFFFF;
    display: inline-block;
    margin-right: 6px;
}

.contact-form input[type="submit"] {
    width: 130px;
    height: 54px;
    line-height: 54px;
    background-color: #0fb0ef;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    margin-top: 26px;
    float: left;

    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    /* ...and now for the proper property */
    transition: .2s;
}

.contact-form input[type="submit"]:hover {
    background-color: #fff;
    color: #0fb0ef;
}

.side-contact {
    color: #fff;
}

.side-contact h3 {
    text-align: left;
    color: #0066ab;
    font-size: 20px;
    font-weight: 600;
}

.side-contact input, .side-contact textarea {
    background-color: #bfd2d6;
    color: #fff;
}

.contact-form .footer {
    color: #fff;
}

.footer input, .footer textarea {
    background-color: #235a7c;
    color: #fff;
}

.footer textarea {
    margin-right: 6px;
}

.footer .social-media {
    margin-bottom: 25px;
}

.facebook, .twitter, .linkedin, .google, .pinterest, .youtube, .rss, .email {
    width: 43px;
    height: 43px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
}

.facebook a, .twitter a, .linkedin a, .google a, .pinterest a, .youtube a, .rss a, .email a {
    width: 43px;
    height: 43px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}

.twitter a {
    background-image: url(img/icons/twitter-ico.png);
}

.facebook a {
    background-image: url(img/icons/facebook-ico.png);
}

.linkedin a {
    background-image: url(img/icons/linkedin-ico.png);
}

.google a {
    background-image: url(img/icons/google-ico.png);
}

.pinterest a {
    background-image: url(img/icons/pinterest-ico.png);
}

.youtube a {
    background-image: url(img/icons/youtube-ico.png);
}

.rss a {
    background-image: url(img/icons/rss-ico.png);
}

.email a {
    background-image: url(img/icons/email-ico.png);
}

.twitter a:hover {
    background-image: url(img/icons/twitter-ico-c.png);
}

.facebook a:hover {
    background-image: url(img/icons/facebook-ico-c.png);
}

.linkedin a:hover {
    background-image: url(img/icons/linkedin-ico-c.png);
}

.google a:hover {
    background-image: url(img/icons/google-ico-c.png);
}

.pinterest a:hover {
    background-image: url(img/icons/pinterest-ico-c.png);
}

.youtube a:hover {
    background-image: url(img/icons/youtube-ico-c.png);
}

.rss a:hover {
    background-image: url(img/icons/rss-ico-c.png);
}

.email a:hover {
    background-image: url(img/icons/email-ico-c.png);
}

/*------------------------------------*\
    NAV
\*------------------------------------*/

#nav-trigger {
    display: none;
    text-align: center;
}

#nav-trigger span {
    display: inline-block;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
    margin-top: 45px;

}

#nav-trigger span:after {
    display: inline-block;
    margin-left: 10px;
    width: 40px;
    height: 40px;
    content: "";
    background-color: #0094d9;
    background-image: url(img/hamburger.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

#nav-trigger span:hover {

}

#nav-trigger span.open:after {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent;
}

nav#nav-mobile {
    position: relative;
    display: none;
    z-index: 900;
    width: 250px;

}

nav#nav-mobile ul {
    display: none;
    list-style-type: none;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 12px;

}

nav#nav-mobile li {
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
}

nav#nav-mobile li:last-child {
    border-bottom: none;
}

nav#nav-mobile a {
    display: block;
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #0094d9;

}

nav#nav-mobile a:hover {
    background-color: #fff;
    color: #0094d9;
}

nav#nav-mobile ul li ul {
    padding: 0;
    position: absolute;
    height: auto;
    left: 40px;
    width: 210px;
    background-clip: #10385a;
    display: none;
    opacity: 0;
    visibility: hidden;

    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

nav#nav-mobile ul li ul:hover {
}

nav#nav-mobile ul li ul li a {
    background-color: #10385a;

}

nav#nav-mobile ul li ul li {
    background: #10385a;

    display: block;
    color: #fff;
}

nav#nav-mobile ul li ul li:hover {
    background: #666;
}

nav#nav-mobile ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

/* nav */
.nav {
    display: inline-block;
    float: right;
    margin-top: 15px;
    font-size: 16px;
    max-width: 680px;
}

.nav ul {
    text-align: left;
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 800;
    cursor: pointer;
}

.nav ul li {
    display: inline-block;
    position: relative;
    background-color: #0066ab;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    margin: 0 0 5px 8px;
    float: left;

}

.nav ul li a {
    color: #fff;
    padding: 4px 6px;
    display: block;
}

.nav ul li a:hover {
    background: #fff;
    color: #0066ab;

}

.nav ul li ul {
    background-image: url(img/menu-triangle.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 20px 0 0 0;
    position: absolute;
    top: 27px;
    left: -75px;
    width: 300px;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    float: none;
    box-shadow: none;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -transition: opacity 0.2s;
}

.nav ul li ul li {
    background: #0066ab;
    display: block;
    float: none;
    margin-bottom: 0;
    /*text-align:left;*/
    text-align: center;
}

.nav ul li ul li a:hover {
    background: #0fb0ef;
    color: #fff;
}

.nav ul li:hover ul {
    display: block;
    opacity: 1;
    visibility: visible;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 320px) {

    .container {
        max-width: 320px;
        width: 100%;
        padding: 8px;
        margin: 0 auto;
        position: relative;
    }

    #nav-trigger {
        display: block;
        float: right;

    }

    .nav {
        display: none;
    }

    nav#nav-mobile {
        display: block;
        float: right;
        margin-right: 53px;
        margin-top: -109px;

    }

    .slider, .slider-2 {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center center;
        overflow: hidden;
    }

    .footer .left {
        float: none;
        width: 100%;
        height: 100%;
        min-width: 280px;
        margin: 0 auto;
    }

    .footer .right {
        float: none;
        width: 100%;
        height: 100%;
        text-align: centre;
        min-width: 280px;
        margin: 0 auto;
    }

    a.activator {
        display: none;
    }

    .site-content {
        float: left;
        width: 100%;
        height: auto;
        padding: 30px 0 0 0;
        color: #8d9da0;
        font-size: 14px;
        display: block;
    }

    .site-content h1 {
        margin: 18px 15px;
        color: #0094d9;
        font-weight: 600;
        font-size: 26px;
        display: inline-block;
    }

    .page-icon {
        width: 65px;
    }

    .site-content h2 {
        margin: 18px 0;
        color: #0094d9;
        font-weight: 300;
        font-size: 20px;
    }

    .intro-copy-pages h2 {
        color: #0066ab;
        font-weight: 600;
        font-size: 25px;
        margin: 0;
        padding: 0;
    }

    .pre-header {
        width: 100%;
        height: 50px;
        line-height: 35px;
        font-weight: 600;
        font-size: 12px;
        color: #0066ab;
        background-color: #eff7f9;
        text-align: center;
    }

    .pre-footer .left {
        float: left;
        width: 100%;
        height: auto;
        display: block;
        padding: 70px 0 0 0;
        min-width: 300px;
    }

    .pre-footer .right {
        float: left;
        width: 100%;
        margin-left: 0;
        height: 100%;
        text-align: left;
        padding: 70px 0;
        min-width: 300px;
    }

    .pre-footer .career .header {
        font-size: 20px;
        min-height: 155px;
        background-color: #f88e00;
        font-weight: 600;
        margin: 0 0 15px 0;
        padding: 40px 22px;
        text-align: center;
        width: 100%;
        float: left;
    }

    .pre-footer .career .copy {
        font-size: 15px;
        margin-left: 15px;
        width: 100%;
        height: auto;
        float: left;
    }

    .ver-slider {
        padding-top: 35px !important;
    }

    .intro-copy {
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, .7);
        padding: 15px;
        font-size: 14px;
        color: #0066ab;
        width: 100%;
        max-width: 300px;
    }

    .free-assement-btn a {
        display: block;
        width: 210px;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        background-color: #0fb0ef;
        padding: 15px 0;
        text-transform: uppercase;
        text-align: center;
        margin-top: 12px;
    }

    .copy-slider {
        /* width: 100%; */
        width: 220px;
        height: 426px;
        overflow: hidden;
        margin: 0 auto;
        padding: 70px 0;
        text-align: center;
    }

    .four-column ul li {
        margin: 0 0 13px 0;
    }

    .blog-more {
        margin: 15px 0;
    }

    .blog .ssba {
        margin: 5px 0 0 0;
    }

    .contact-form input {
        width: 140px !important;
        height: 40px;
        padding: 0 12px;
        font-weight: 600;
        border: none;
        margin-right: 6px;
        margin-top: 0;
    }

    .contact-form textarea {
        width: 290px !important;
        height: 80px;
        border: none;
        font-weight: 600;
        padding: 12px;
        margin-right: 7px;
        margin-top: 0;
    }

    .contact-form .captch-img {
        width: 140px;
        height: 40px;
        padding: 10px 50px;
        background-color: #FFFFFF;
        display: inline-block;
        margin-right: 6px;
    }

    .search-box {
        display: none;
    }

    .down {
        display: none;
    }

}

@media only screen and (min-width: 480px) {

    .container {
        max-width: 480px;
        width: 100%;
        padding: 8px;
        margin: 0 auto;
        position: relative;
    }

    #nav-trigger {
        display: block;
        float: right;

    }

    nav#nav-mobile {
        display: block;
        float: right;
        margin-top: -109px;
        margin-right: 53px;

    }

    .nav {
        display: none;
    }

    nav#nav-mobile {
        display: block;
        float: right;
        margin-top: -109px;
        margin-right: 53px;

    }

    .slider, slider-2 {
        width: 100%;
        height: 200px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center center;
        overflow: hidden;
    }

    .footer .left {
        float: none;
        width: 100%;
        height: 100%;
        min-width: 280px;
        margin: 0 auto;
    }

    .footer .right {
        float: none;
        width: 100%;
        height: 100%;
        text-align: center;
        min-width: 280px;
        margin: 0 auto;
    }

    a.activator {
        display: none;
    }

    .site-content {
        float: left;
        width: 100%;
        height: auto;
        padding: 30px 0 0 0;
        color: #8d9da0;
        font-size: 14px;
        display: block;
    }

    .site-content h1 {
        margin: 18px 15px;
        color: #0094d9;
        font-weight: 600;
        font-size: 26px;
        display: inline-block;
    }

    .page-icon {
        width: 70px;
    }

    .site-content h2 {
        margin: 18px 0;
        color: #0094d9;
        font-weight: 300;
        font-size: 20px;
    }

    .intro-copy-pages h2 {
        color: #0066ab;
        font-weight: 600;
        font-size: 25px;
        margin: 0;
        padding: 0;
    }

    .pre-header {
        width: 100%;
        height: 50px;
        line-height: 35px;
        font-weight: 600;
        font-size: 15px;
        color: #0066ab;
        background-color: #eff7f9;
        text-align: centre;
    }

    .pre-footer .left {
        float: left;
        width: 100%;
        height: auto;
        display: block;
        padding: 70px 0 0 0;
        min-width: 300px;
    }

    .pre-footer .right {
        float: left;
        width: 100%;
        margin-left: 0;
        height: 100%;
        text-align: left;
        padding: 70px 0;
        min-width: 300px;
    }

    .pre-footer .career .header {
        font-size: 20px;
        min-height: 95px;
        background-color: #f88e00;
        font-weight: 600;
        margin: 0 0 15px 0;
        padding: 50px 22px;
        text-align: center;
        width: 100%;
        float: left;
    }

    .pre-footer .career .copy {
        font-size: 15px;
        margin-left: 15px;
        width: 100%;
        height: auto;
        float: left;
    }

    .ver-slider {
        padding-top: 15px !important;
    }

    .intro-copy {
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, .7);
        padding: 15px;
        font-size: 18px;
        color: #0066ab;
        width: 100%;
        max-width: 416px;
    }

    .free-assement-btn a {
        display: block;
        width: 210px;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        background-color: #0fb0ef;
        padding: 17px 0;
        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
    }

    .copy-slider {
        /* width: 100%; */
        width: 460px;
        height: 426px;
        overflow: hidden;
        margin: 0 auto;
        padding: 70px 0;
        text-align: center;
    }

    .four-column ul li {
        margin: 0 0 13px 0;
    }

    .blog-more {
        margin: 15px 0;
    }

    .blog .ssba {
        margin: 5px 0 0 0;
    }

    .contact-form input {
        width: 180px !important;
        height: 40px;
        padding: 0 12px;
        font-weight: 600;
        border: none;
        margin-right: 6px;
        margin-top: 0;
    }

    .contact-form textarea {
        width: 370px !important;
        height: 80px;
        border: none;
        font-weight: 600;
        padding: 12px;
        margin-right: 7px;
        margin-top: 0;
    }

    .contact-form .captch-img {
        width: 180px;
        height: 40px;
        padding: 10px 50px;
        background-color: #FFFFFF;
        display: inline-block;
        margin-right: 6px;
    }

}

@media only screen and (min-width: 768px) {

    .search-box {
        display: block;
    }

    .down {
        display: block;
    }

    .container {
        max-width: 768px;
        width: 100%;
        padding: 8px;
        margin: 0 auto;
        position: relative;
    }

    #nav-trigger {
        display: block;
        float: right;

    }

    .nav {
        display: none;
    }

    nav#nav-mobile {
        display: block;
        float: right;
        margin-top: -19px;
        margin-right: 54px;

    }

    .slider {
        width: 100%;
        height: 388px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center center;
        overflow: hidden;
    }

    .slider-2 {
        width: 100%;
        height: 230px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center center;
        overflow: hidden;
    }

    .footer .left {
        float: left;
        width: 49%;
        height: 100%;
        min-width: 280px;
        margin: 0 auto;
    }

    .footer .right {
        float: right;
        width: 49%;
        height: 100%;
        text-align: right;
        min-width: 280px;
        margin: 0 auto;
    }

    a.activator {
        display: block;
    }

    .site-content {
        float: right;
        width: 100%;
        height: auto;
        padding: 70px 0 0 0;
        color: #8d9da0;
        font-size: 17px;
        display: block;
    }

    .site-content h1 {
        margin: 25px 20px;
        color: #0094d9;
        font-weight: 600;
        font-size: 40px;
        display: inline-block;
    }

    .page-icon {
        width: 95px;
    }

    .site-content h2 {
        margin: 25px 0;
        color: #0094d9;
        font-weight: 300;
        font-size: 30px;
    }

    .intro-copy-pages h2 {
        color: #0066ab;
        font-weight: 600;
        font-size: 42px;
        margin: 0;
        padding: 0;
    }

    .pre-header {
        width: 100%;
        height: 50px;
        line-height: 35px;
        font-weight: 600;
        font-size: 19px;
        color: #0066ab;
        background-color: #eff7f9;
        text-align: right;
    }

    .pre-footer .left {
        float: left;
        width: 49%;
        height: auto;
        display: block;
        padding: 70px 0;
        min-width: 300px;
    }

    .pre-footer .right {
        float: left;
        width: 49%;
        margin-left: 2%;
        height: 100%;
        text-align: left;
        padding: 70px 0;
        min-width: 300px;
    }

    .pre-footer .career .header {
        font-size: 20px;
        min-height: 155px;
        background-color: #f88e00;
        font-weight: 600;
        margin: 0;
        padding: 40px 22px;
        text-align: center;
        width: 190px;
        float: left;
    }

    .pre-footer .career .copy {
        font-size: 15px;
        margin-left: 15px;
        width: 130px;
        height: auto;
        float: left;
    }

    .ver-slider {
        padding-top: 85px !important;
    }

    .intro-copy {
        background: rgb(255, 255, 255);
        background: rgba(255, 255, 255, .7);
        padding: 15px;
        font-size: 18px;
        color: #0066ab;
        width: 100%;
        max-width: 416px;
    }

    .free-assement-btn a {
        display: block;
        width: 210px;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        background-color: #0fb0ef;
        padding: 17px 0;
        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
    }

    .copy-slider {
        /* width: 100%; */
        width: 680px;
        height: 426px;
        overflow: hidden;
        margin: 0 auto;
        padding: 70px 0;
        text-align: center;
    }

    .four-column ul li {
        margin: 0 13px 13px 0;
    }

    .blog-more {
        margin: 25px 0;
    }

    .blog .ssba {
        margin: 15px 0;
    }

    .contact-form input {
        width: 180px !important;
        height: 40px;
        padding: 0 12px;
        font-weight: 600;
        border: none;
        margin-right: 6px;
        margin-top: 0;
    }

    .contact-form textarea {
        width: 370px !important;
        height: 80px;
        border: none;
        font-weight: 600;
        padding: 12px;
        margin-right: 7px;
        margin-top: 0;
    }

    .contact-form .captch-img {
        width: 180px;
        height: 40px;
        padding: 10px 50px;
        background-color: #FFFFFF;
        display: inline-block;
        margin-right: 6px;
    }

}

@media only screen and (min-width: 1024px) {
    .container {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        padding: 0;
    }

    #nav-trigger {
        display: none;
    }

    .nav {
        display: block;
    }

    nav#nav-mobile {
        display: none;
    }

    .slider {
        width: 100%;
        height: 388px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
        overflow: hidden;
    }

    .slider-2 {
        width: 100%;
        height: 230px;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: center center;
        overflow: hidden;
    }

    .footer .left {
        float: left;
        width: 49%;
        height: 100%;
        min-width: 280px;
        margin: 0 auto;
    }

    .footer .right {
        float: right;
        width: 49%;
        height: 100%;
        text-align: right;
        min-width: 280px;
        margin: 0 auto;
    }

    a.activator {
        display: block;
    }

    .site-content {
        float: right;
        width: 65.104166667%;
        height: auto;
        padding: 70px 0;
        color: #8d9da0;
        font-size: 17px;
        display: block;
    }

    .site-content h1 {
        margin: 25px 20px;
        color: #0094d9;
        font-weight: 600;
        font-size: 40px;
        display: inline-block;
    }

    .page-icon {
        width: 95px;
    }

    .intro-copy-pages h2 {
        color: #0066ab;
        font-weight: 600;
        font-size: 42px;
        margin: 0;
        padding: 0;
    }

    .pre-header {
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-weight: 600;
        font-size: 19px;
        color: #0066ab;
        background-color: #eff7f9;
        text-align: right;
    }

    .pre-footer .left {
        float: left;
        width: 49%;
        height: auto;
        display: block;
        padding: 70px 0;
        min-width: 300px;
    }

    .pre-footer .right {
        float: left;
        width: 49%;
        margin-left: 2%;
        height: 100%;
        text-align: left;
        padding: 70px 0;
        min-width: 300px;
    }

    .pre-footer .career .header {
        font-size: 20px;
        min-height: 155px;
        background-color: #f88e00;
        font-weight: 600;
        margin: 0;
        padding: 40px 22px;
        text-align: center;
        width: 190px;
        float: left;
    }

    .pre-footer .career .copy {
        font-size: 15px;
        margin-left: 15px;
        width: 235px;
        height: auto;
        float: left;
    }

    .ver-slider {
        padding-top: 85px !important;
    }

    .intro-copy {

    }

    .free-assement-btn {
        display: block;
        width: 210px;
        font-size: 18px;
        font-weight: 700;
        color: #fff !important;
        background-color: #0fb0ef;
        padding: 17px 0;
        text-transform: uppercase;
        text-align: center;
        margin-top: 20px;
    }

    .tp-caption a {
        color: #fff !important
    }

    .copy-slider {
        /* width: 100%; */
        width: 960px;
        height: 426px;
        overflow: hidden;
        margin: 0 auto;
        padding: 70px 0;
        text-align: center;
    }

    .four-column ul li {
        margin: 0 10px 13px 0;
    }

    .blog-more {
        margin: 25px 0;
    }

    .blog .ssba {
        margin: 15px 0;
    }

    .contact-form input {
        width: 180px !important;
        height: 40px;
        padding: 0 12px;
        font-weight: 600;
        border: none;
        margin-right: 6px;
        margin-top: 0;
    }

    .contact-form textarea {
        width: 370px !important;
        height: 80px;
        border: none;
        font-weight: 600;
        padding: 12px;
        margin-right: 7px;
        margin-top: 0;
    }

    .contact-form .captch-img {
        width: 180px;
        height: 40px;
        padding: 10px 50px;
        background-color: #FFFFFF;
        display: inline-block;
        margin-right: 6px;
    }

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #0094d9;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #0094d9;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #0094d9;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */

/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {

    left: -5px;
    background: #fff;

    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(images/bx_loader.gif) center center no-repeat #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #d9e7ed;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0fb0ef;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666 \9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

