/*
Theme name: GRS
Description: Custom Theme
*/

/******* GRS WordPress CSS *******/

/* ================================================================ *\
	#Reset
\* ================================================================ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

/* ================================================================ *\
	#Base
\* ================================================================ */

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section { display: block; }

html,
body { height: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #fff; font-family: 'Gill Sans MT', sans-serif; font-size: 18px; line-height: 1.35; color: #333; -webkit-font-smoothing:antialiased; font-weight: 500;}

a { text-decoration: none; color: #0080bc; }
a:hover { text-decoration: underline; }

img { border: 0; vertical-align: middle; }
strong { font-weight: bold; }
small { font-size: 80%; }
ul {margin-bottom: 15px;}

h4,
h5,
h6 { font-weight: normal; color: #00277b; }
h1 { font-size: 55px; }
h2 { font-size: 48px; }
h3 { font-size: 36px; }
h4 { font-size: 30px; }
h5 { font-size: 21px; }
h6 { font-size: 18px; }

button,
input,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -webkit-font-smoothing:antialiased; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] { cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

button { overflow: visible; }
textarea { overflow: auto; resize: none;}

table { border-collapse: collapse; border-spacing: 0; }
th,
td { padding: 0; }

/* ================================================================ *\
	#Helpers
\* ================================================================ */

.alignleft { float: left; }
.alignright { float: right; }
.hidden { display: none; visibility: hidden; }

.clearfix:before,
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }

/* ------------------------------------------------------------ *\
	Containers
\* ------------------------------------------------------------ */

.wrapper { overflow: hidden; position: relative; min-height: 100%; }
.shell { max-width: 1200px; margin: 0 auto; position: relative; }
.main { padding: 75px 0 75px; }
.sidebar { float: left; width: 28.3333%; padding-top: 10px; }
.content { float: right; width: 66.6666%; }

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; height: 49px; border: 2px solid #fff; line-height: 45px; padding: 0 30px; border-radius: 23px; text-align: center; font-family: 'Brandon Grotesque', sans-serif; color: #fff; font-size: 22px; text-align: center; background-color: transparent; }
.btn {
	-webkit-transition: background .3s, border-color .3s, color .3s; 
	     -o-transition: background .3s, border-color .3s, color .3s; 
	        transition: background .3s, border-color .3s, color .3s; 
}
.btn:hover { background: #0080bc; text-decoration: none; }
.btn-blue { color: #0080bc; border-color: #0080bc; }
.current .btn-blue,
.btn-blue:hover { background: #0080bc; color: #fff; border-color: #fff; }
.btn-login { background: #0080bc; border-color: #0080bc; height: 31px; border-width: 1px; line-height: 29px; padding: 0 14px; border-radius: 15px; font-size: 15px; }
.btn-login:hover { background: #fff; color: #0080bc; }

.btn-new { display: inline-block; vertical-align: middle; height: 49px; border: 2px solid #0080bc; line-height: 45px; padding: 0 30px; border-radius: 23px; text-align: center; font-family: 'Brandon Grotesque', sans-serif; color: #0080bc; font-size: 22px; text-align: center; background-color: #FFFFFF; }
.btn-new {
	-webkit-transition: background .3s, border-color .3s, color .3s; 
	     -o-transition: background .3s, border-color .3s, color .3s; 
	        transition: background .3s, border-color .3s, color .3s; 
}
.btn-new:hover { background: #0080bc; text-decoration: none; color: #FFFFFF; }

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

.ico { display: inline-block; vertical-align: middle; background-repeat: no-repeat; background-position: center center; background-size: contain; }
.ico-arrowright { background-image: url(images/ico-arrowright.png); width: 23px; height: 19px; }
.ico-arrowright-2 { width: 0; height: 0; border-top: 12px solid transparent; border-left: 15px solid #0080bc; border-bottom: 12px solid transparent; }
.ico-pdf { background-image: url(images/ico-pdf.png); width: 24px; height: 28px; background-size: 24px 60px; background-position: 0 0; }

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { padding: 30px 0 10px; }
.header-inner { float: right; padding-top: 11px; }

.logo { float: left; background: url(images/logo.png) no-repeat 0 0; width: 184px; height: 128px; display: block; text-indent: -9999px; white-space: nowrap; overflow: hidden; background-size: contain; }

.search-form,
.btn-login { float: right; }

/*  Search Form  */
.search-form { width: 230px; position: relative; margin: 0 12px 0 23px; }
.search-field { -webkit-appearance: none; box-shadow: none; background: #fff; border-radius: 15px; border: 1px solid #418ac2; width: 100%; line-height: 29px; height: 31px; padding: 0 33px 0 15px; font-family: 'Brandon Grotesque', sans-serif; }
.search-submit { -webkit-appearance: none; border-radius: 0; box-shadow: none; border: 0; width: 20px; height: 20px; background: url(images/ico-search.png) no-repeat 0 0; background-size: contain; text-indent: -9999px; position: absolute; top: 5px; right: 15px; z-index: 1; }

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { clear: right; float: right; margin-top: 36px; }
.nav ul { list-style: none outside none; }
.nav .mobile-only { display: none; }
.nav ul li { float: left; margin-right: 20px; position: relative; }
.nav ul li:last-child { margin-right: 0; }
.nav ul li a { display: block; font-family: 'Brandon Grotesque', sans-serif; font-size: 17px; font-weight: 500; text-transform: uppercase; padding: 0 15px; color: #07215e; line-height: 54px; position: relative; }
.nav ul .menu-item-has-children > a { padding-bottom: 10px; }
.nav > ul > .menu-item-has-children > a:after { position: absolute; bottom: 10px; left: 50%; background: url(images/nav-after.png) no-repeat 0 0; width: 19px; height: 11px; content: ''; }
.nav > ul > .menu-item-has-children > a:after {
	-webkit-transform: translateX(-50%); 
	    -ms-transform: translateX(-50%); 
	     -o-transform: translateX(-50%); 
	        transform: translateX(-50%);
}
.nav ul li:hover > a,
.nav > ul > .current-menu-item > a,
.nav > ul > .current_page_ancestor > a,
.nav ul li a:hover { background: #e5e5e5; text-decoration: none; }
.nav ul ul { min-width: 260px; position: absolute; top: 100%; left: 0; background: #e5e5e5; z-index: 1; padding: 0 19px 19px; visibility: hidden; opacity: 0; }
.nav ul ul {
	-webkit-transition: visibility .3s, opacity .3s; 
	     -o-transition: visibility .3s, opacity .3s; 
	        transition: visibility .3s, opacity .3s; 
}
.nav ul ul li { float: none; margin-right: 0; }
.nav ul ul li a { line-height: 60px; padding: 0; white-space: nowrap; border-bottom: 1px solid #8b8b8b; }
.nav ul ul .current-menu-item a,
.nav ul ul li a:hover { color: #0080bc; background-color: transparent; }
.nav ul li:hover > ul { visibility: visible; opacity: 1; }

/*  Nav Trigger  */
.nav-trigger { position: relative; display: none; width: 32px; height: 24px; }
.nav-trigger span { position: absolute; display: block; height: 4px; width: 100%; background: #0080bc; }
.nav-trigger span {
	-webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; 
	     -o-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; 
	        transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; 
}
.nav-trigger span:nth-child(1) { top: 0; }
.nav-trigger span:nth-child(2) { top: 10px; }
.nav-trigger span:nth-child(3) { top: 20px; }

.nav-trigger.active span {
	-webkit-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; 
	     -o-transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; 
	        transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; 
}
    
.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) { top: 10px;  background: #07215e; }

.nav-trigger.active span:nth-child(2) { opacity: 0; }
.nav-trigger.active span:nth-child(1) { transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) { transform: rotate(-45deg); }

/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro { background-repeat: no-repeat; background-position: center center; background-size: cover; overflow: hidden; }
.intro-content { width: 51.7%; padding: 170px 10px 192px; text-align: right; float: right; color: #fff; font-weight: 300; font-size: 24px; position: relative; z-index: 0; }
.intro-content:after { position: absolute; top: 50%; right: 0; width: 250%; padding-bottom: 200%; border-radius: 49%; background: rgba(0, 128, 188, 0.5); content: ''; z-index: -1; }
.intro-content:after {
	-webkit-transform: translate(57%, -50%); 
	    -ms-transform: translate(57%, -50%); 
	     -o-transform: translate(57%, -50%); 
	        transform: translate(57%, -50%); 
}
.intro-content h1 { font-family: 'Brandon Grotesque', sans-serif; text-transform: uppercase; line-height: 1.45; }
.intro-content h1 {
	-webkit-transform: translateX(40%); 
	    -ms-transform: translateX(40%); 
	     -o-transform: translateX(40%); 
	        transform: translateX(40%); 
}
.intro .intro-content h1,
.intro .intro-content p,
.intro .intro-content .btn { opacity: 0; }
.intro.active .intro-content h1,
.intro.active .intro-content p,
.intro.active .intro-content .btn { opacity: 1; }
.intro.active .intro-content h1 {
	-webkit-transform: translateX(0); 
	    -ms-transform: translateX(0); 
	     -o-transform: translateX(0); 
	        transform: translateX(0); 
}
.intro-content h1,
.intro-content p,
.intro-content .btn {
	-webkit-transition: transform .5s, opacity .3s 3s, background .3s; 
	     -o-transition: transform .5s, opacity .3s 3s, background .3s; 
	        transition: transform .5s, opacity .3s 3s, background .3s; 
}
.intro-content h1:nth-child(1) {
	-webkit-transition-delay: 0s; 
	     -o-transition-delay: 0s; 
	        transition-delay: 0s; 
}
.intro-content h1:nth-child(2) {
	-webkit-transition-delay: 1s; 
	     -o-transition-delay: 1s; 
	        transition-delay: 1s; 
}
.intro-content h1:nth-child(3) {
	-webkit-transition-delay: 2s; 
	     -o-transition-delay: 2s; 
	        transition-delay: 2s; 
}
.intro-content p { margin-top: 35px; padding-top: 40px; border-top: 1px solid #fff; }
.intro-content .btn { margin-top: 30px; }

/* ------------------------------------------------------------ *\
	Sliders
\* ------------------------------------------------------------ */

/*  Slider Studies  */
.slider-studies { padding: 50px 0 0; }
.slider-studies h4 { color: #073f91; font-family: 'Brandon Grotesque', sans-serif; font-weight: 500; text-align: center; text-transform: uppercase; margin-bottom: 23px; }
.slider-studies .slides { list-style: none outside none; padding-bottom: 44px; border-bottom: 1px solid #0080bc; }
.slider-studies .slide { padding-left: 17%; padding-right: 3.5%; position: relative; }
.slider-studies .slide h5 { font-weight: normal; line-height: 1.25; }
.slider-studies .slide h5 a { color: #00cb77; }
.slider-studies .slide:before { position: absolute; top: 5px; left: 32px; width: 2px; height: 38px; background: #073f92; content: ''; }
.owl-prev,
.owl-next { position: absolute; top: 9%; left: 0; width: 13px; height: 24px; background: url(images/slider-prev.png) no-repeat 0 0; text-indent: -9999px; }
.owl-next { left: auto; right: 0; 
	-webkit-transform: scaleX(-1); 
	    -ms-transform: scaleX(-1); 
	     -o-transform: scaleX(-1); 
	        transform: scaleX(-1); 
}
.owl-carousel .owl-item { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0); }
.owl-dots { text-align: center; }
.owl-dot { width: 10px; height: 10px; background: #0080bc; display: inline-block; margin-left: 4px; border-radius: 50%; -webkit-transition: background .3s;
     -o-transition: background .3s;
        transition: background .3s; }
.owl-dot.active { background: #07215e; }
.owl-dot:first-child { margin-left: 0; }

/*  Slider  */
.slider { margin-bottom: 35px; }
.slider .slider-clip,
.slider .slide { width: 100%; overflow: hidden; position: relative; }
.slider .slider-clip { margin: 0 auto; }
.slider .slide-image img { width: 100%; height: auto; }
.slider .slide-content { padding: 13px 3.7% 23px; font-weight: 300; color: #fff; background: #0080bc; line-height: 1.2; }
.slider .owl-prev,
.slider .owl-next { top: 41%; margin: -12px 10px 0; }

/* ------------------------------------------------------------ *\
	Sections
\* ------------------------------------------------------------ */

.section-head { padding: 82px 0 32px; text-align: center; font-weight: 300; position: relative; line-height: 1.2; }
.section-head:after { position: absolute; bottom: 0; left: 50%; margin-left: -44px; width: 88px; height: 2px; background: #073f92; content: ''; }
.section-head h2,
.section-head h4 { text-transform: uppercase; }
.section-head h2 { font-family: 'Brandon Grotesque', sans-serif; font-weight: 500; line-height: 1; }
.section-head h4 { line-height: 1.2; font-weight: 300; margin-bottom: 15px; color: #073f92; }

/*  Section Expertise  */
.section-expertise { color: #073f92; }
.section-expertise .section-head { max-width: 720px; margin: 0 auto 55px; }
.section-expertise .section-body { position: relative; padding: 0 12px; }
.section-expertise .section-image { width: 41.334%; padding-bottom: 41.334%; background-repeat: no-repeat; background-position: center center; background-size: cover; border-radius: 50%; position: absolute; top: 27px; left: 50%; }
.section-expertise .section-image:after { position: absolute; top: -10px; left: 10px; width: 100%; height: 100%; border: 2px solid #00cb77; border-radius: 50%; content: ''; }
.section-expertise .section-image {
	-webkit-transform: translateX(-50%); 
	    -ms-transform: translateX(-50%); 
	     -o-transform: translateX(-50%); 
	        transform: translateX(-50%); 
}
.section-expertise ul { list-style: none outside none; overflow: hidden; margin: 78px 0 55px; }
.section-expertise ul li { float: left; width: 50%; font-weight: 300; padding-right: 25.5%; margin-bottom: 50px; line-height: 1.25; min-height: 225px;}
.section-expertise ul li:nth-child(even) { float: right; text-align: right; padding-right: 0; padding-left: 25.5%;  min-height: 225px;}
.section-expertise ul li h4 { font-family: 'Brandon Grotesque', sans-serif; font-weight: 500; margin-bottom: 15px; }
.section-expertise .link-more { display: inline-block; width: 54px; line-height: 54px; text-align: center; border-radius: 50%; background: #00cb77; margin-top: 20px; }
.section-expertise .link-more .ico { margin: -4px 0 0 -1px; }
.section-expertise .link-more {
	-webkit-transition: background .3s; 
	     -o-transition: background .3s; 
	        transition: background .3s; 
}
.section-expertise .link-more:hover { background: #00ea6f; }

/*  Section Knowledge  */
.home .section-knowledge { background-image: url(images/knowledge-image.jpg); }
.section-knowledge { background-color: #fff; background-repeat: no-repeat; background-position: center center; background-size: cover; color: #fff; padding-bottom: 84px; text-align: center; }
.section-knowledge .section-head { max-width: 645px; margin: 0 auto 55px; padding-top: 79px; }
.section-knowledge-alt { padding-bottom: 0; }
.section-knowledge-alt .shell { border-bottom: 1px solid #0080bc; }
.section-knowledge-alt .section-head { max-width: 100%; padding-top: 62px; margin-bottom: 8px; }
.section-knowledge .section-head:after { background: #fff; }
.section-knowledge .section-head h2 { margin-bottom: 25px; text-align: left; }
.section-knowledge .section-head h5 { text-align: left; font-weight: 300; font-size: 24px; color: #333; line-height: 1.1; }
.section-knowledge .section-head .btn { padding: 0 42px; position: absolute; top: 77px; right: 0; }
.section-knowledge .section-head ul { list-style: none outside none; overflow: hidden; padding-top: 14px; }
.section-knowledge .section-head ul li { float: left; margin-right: 14px; }
.section-knowledge .section-head ul .btn { position: static; margin: 0; padding: 0 24px; }
.section-knowledge .section-body .btn { margin: 20px 0 50px; }

/*  Section Cols  */
.section-cols { padding: 60px 0 67px; position: relative; }
.section-cols:before,
.section-cols:after { position: absolute; left: 0; width: 3000px; height: 1px; background: #389aff; content: ''; }
.section-cols:before { top: 35px; }
.section-cols:after { bottom: 40px; }
.section-cols .shell { padding: 0 12px; }
.section-cols .section-col { width: 50%; float: left; padding: 31px 4.2% 0 0; }
.section-cols .section-col + .section-col { padding-left: 4.2%; padding-right: 0; border-left: 1px solid #389aff; }
.section-cols .section-col > h3 { float: left; line-height: 1; font-family: 'Brandon Grotesque', sans-serif; font-weight: 500; color: #073f92; text-transform: uppercase; }
.section-cols .section-col .btn { float: right; margin: -9px 0 42px; padding: 0 20px; }

/*  Section  */
.section { background: #0080bc; position: relative; z-index: 0; padding: 50px 0 35px; min-height: 235px; }
.section:before { position: absolute; top: 0; left: 50%; margin-left: -780px; background: url(images/section-top-image.png) no-repeat 0 0; width: 1529px; height: 207px; content: ''; z-index: -1; }
.section .section-title { color: #fff; font-family: 'Brandon Grotesque', sans-serif; font-weight: 500; text-align: center; text-transform: uppercase; }
.section .section-image { position: absolute; bottom: -100px; right: 0; border-radius: 50%; width: 335px; padding-bottom: 335px; background-position: 50% 50%;}
.section .section-entry { margin-top: 120px; padding-left: 10px; width: 67.9%; font-size: 21px; font-weight: 300; line-height: 1.15; color: #fff; min-height: 140px; }
.section .section-entry p { margin-bottom: 20px; }
.section .section-entry p:last-child { margin-bottom: 0; }
.section .section-entry a { display: inline-block; font-weight: normal; text-decoration: underline; color: #00cb77; }
.section .section-entry a:hover { text-decoration: none; }

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */

/*  Article  */
.article { padding-bottom: 0px; }
.article .article-image { margin-bottom: 10px; }
.article .article-image a { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 250px; display: block; }
.article .article-title { margin-bottom: 5px; }
.article .article-title a { color: #073f92; }
.article .article-title a:hover { color: #0080bc; text-decoration: none; }
.single .article .article-title { margin-bottom: 5px; color: #073f92; font-weight: normal; font-size: 30px;}
.article .article-meta { position: relative; padding-bottom: 15px; margin-bottom: 20px; }
.article .article-meta:after { position: absolute; bottom: 0; left: 0; width: 88px; height: 2px; background: #073f92; content: ''; }
.article .article-entry p { margin-bottom: 17px; }
.article .article-entry h5 { margin-bottom: 17px; }
.article .article-entry ul {margin-left: 38px;}
.article .article-entry ul li {list-style: none; margin-bottom: 15px;}
.article .article-entry ul li:before { margin-left: -23px; padding-right: 15px; content:"•"; color:#07215e;}

/*  Article News  */
.article-news { padding-bottom: 20px; margin-bottom: 16px; position: relative; clear: both; }
.article-news:last-child { margin-bottom: 0; padding-bottom: 0; }
.article-news:after { position: absolute; bottom: 0; left: 0; width: 88px; height: 2px; background: #073f92; content: ''; }
.article-news:last-child:after { display: none; }
.article-news h5 { font-family: 'Brandon Grotesque', sans-serif; font-weight: 500; line-height: 1.2; }
.article-news h5 a { color: #0080bc; }
.article-news h5 a:hover { text-decoration: none; color: #389aff; }

/*  Article Featured  */
.article-featured { clear: both; }
.article-featured img { margin-top: 90px; }
.article-featured h3 { font-family: 'Brandon Grotesque', sans-serif; font-weight: 500; line-height: 1.53; margin-bottom: 12px; margin-top: 175px; }
.article-featured img + h3 { margin-top: 20px; }
.article-featured h3 a { color: #0080bc; }
.article-featured h3 a:hover { text-decoration: none; color: #389aff; }
.article-featured .article-category { font-weight: 300; }
.article-featured .article-category a { text-decoration: underline; color: #00cb77; }
.article-featured .article-category a:hover { text-decoration: none; }

/* ------------------------------------------------------------ *\
	Boxes
\* ------------------------------------------------------------ */

.boxes { overflow: hidden; margin: 0 -8px; text-align: left; }
.box { float: left; padding: 0 8px; width: 25%; margin-bottom: 16px; min-height: 290px; }
.box-inner { background: #fff; padding: 35px 10% 47px 14%; color: #0080bc; line-height: 1.25; border: 1px solid #073f92; max-height: 290px; min-height: 290px; }
.box-category { font-weight: 300; margin-bottom: 20px; }
.box-category a { color: #00cb77; text-decoration: underline; }
.box-category a:hover { text-decoration: none; }
.box h4 { font-family: 'Brandon Grotesque', sans-serif; font-size: 26px; margin-bottom: 20px; line-height: 1.2; }
.box h4 a { color: #0080bc; }

.box-signup { width: 50%; }
.box-signup .box-inner { background: #073f92; border: 2px solid #00cb77; padding: 50px 10.8% 60px; color: #fff; font-size: 16px; font-weight: 300; }
.box-signup .box-inner h4 { letter-spacing: 0.03em; margin-bottom: 10px; color: #fff; }
.gfield { position: relative; margin-bottom: 25px; }
.gfield_description { font-size: 15px; position: absolute; top: calc( 100% + 5px ); left: 10px; }
.gform_confirmation_message { font-size: 15px; }
.signup_wrapper { width: 100%; font-size: 0; margin-top: 40px; }
.signup_wrapper .gform_fields { list-style: none outside none; }
.signup_wrapper .gfield_label,
.signup_wrapper .gform_heading { display: none; }
.signup_wrapper input { -webkit-appearance: none; box-shadow: none; border: 0; }
.signup_wrapper .gform_body { display: inline-block; width: calc(100% - 66px); }
.signup_wrapper .gform_footer { position: relative; display: inline-block; margin-left: 12px; width: 54px; margin-top: -2px; vertical-align: top; }
.gform_footer .gform_ajax_spinner { position: absolute; top: 50%; left: 70px; -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%); }
.widget .gform_footer .gform_ajax_spinner { left: 55px; }
.signup_wrapper .gfield input { width: 100%; color: #0080bc; background: #fff; line-height: 52px; height: 52px; border-radius: 15px; padding: 0 15px; font-size: 18px; }
.signup_wrapper .gform_button { width: 100%; line-height: 54px; text-align: center; border-radius: 50%; background: #00cb77 url(images/ico-arrowright.png) no-repeat center center; background-size: 23px 19px; text-indent: -9999px; vertical-align: top; }
.signup_wrapper .gform_button:hover { background-color: #00ea6f; }

.box-primary { width: 50%; }
.box-primary .box-inner { background-repeat: no-repeat; background-position: center center; background-size: cover; padding: 36px 6.2% 44px; color: #fff; border: 0; }
.box-primary .box-category { margin-bottom: 26px; }
.box-primary h4 { margin-bottom: 37px; max-width: 316px; }
.box-primary h4 a { color: #fff; }
.box-primary a { color: #fff; }
.box-primary .link-download:hover { color: #063882; text-decoration: none; }
.box-primary .link-download:hover .ico-pdf { background-position: 0 -32px; }
.box-primary .link-download .ico-pdf { margin: -3px 10px 0 0; }

.box:first-child .box-inner { border-top-left-radius: 24px; }
.box-primary:nth-child(2) .box-inner,
.box:not(.box-primary):nth-child(2) + .box:not(.box-primary):nth-child(3) .box-inner { border-top-right-radius: 24px; }
.box.box-bottom-right .box-inner { border-bottom-right-radius: 24px; }
.box.box-bottom-left .box-inner { border-bottom-left-radius: 24px; }

/* ------------------------------------------------------------ *\
	Accordion
\* ------------------------------------------------------------ */

.accordion { margin-bottom: 50px; }
.accordion-section { margin-bottom: 4px; }
.accordion-head { background: #00277b url(images/accordion-head.png) no-repeat 100% 100%; padding: 0 3.5%; position: relative; display: table; width: 100%; height: 84px; }
.accordion:nth-of-type(2) .accordion-head,
.accordion-light .accordion-head { background-color: #073f92; background-image: url(images/accordion-head-light.png); }
.accordion:nth-of-type(3) .accordion-head,
.accordion-lighter .accordion-head { background-color: #1658b8; background-image: url(images/accordion-head-lighter.png); }
.accordion-head:after { position: absolute; top: 58%; margin-top: -10px; right: 28px; background: url(images/accordion-arrow.png) no-repeat 0 0; width: 37px; height: 20px; content: ''; }
.accordion-head:after {
	-webkit-transition: transform .3s; 
	     -o-transition: transform .3s; 
	        transition: transform .3s; 
}
.accordion-expanded .accordion-head:after {
	-webkit-transform: scaleY(-1); 
	    -ms-transform: scaleY(-1); 
	     -o-transform: scaleY(-1); 
	        transform: scaleY(-1); 
}
.accordion-head h5 { font-family: 'Brandon Grotesque', sans-serif; font-weight: 500; text-transform: uppercase; color: #fff; display: table-cell; vertical-align: middle; line-height: 1.15; }
.accordion-body { padding: 22px 27px; font-weight: 300; display: none; }
.accordion-body p { margin-bottom: 23px; }

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.content > h4 { margin-bottom: 15px; }
.content > h5 { margin-bottom: 15px; }
.content > h6 { margin-bottom: 15px; }
.content > p { margin-bottom: 17px; }
.content > ul {margin-left: 38px;}
.content > ul li {list-style: none; margin-bottom: 15px;}
.content > ul li:before { margin-left: -23px; padding-right: 15px; content:"•"; color:#07215e;}
.content > div h4 { margin-bottom: 15px; }
.content > div h5 { margin-bottom: 15px; }
.content > div h6 { margin-bottom: 15px; }
.content > div p { margin-bottom: 17px; }
.content > div ul {margin-left: 38px;}
.content > div ul li {list-style: none; margin-bottom: 15px;}
.content > div ul li:before { margin-left: -23px; padding-right: 15px; content:"•"; color:#07215e;}
.divider { margin-bottom: 38px; border-bottom: 1px solid #0080bc; }
.divider-2 { margin-bottom: 25px; margin-top: 25px; border-bottom: 1px solid #0080bc; }

/* ------------------------------------------------------------ *\
	Lists
\* ------------------------------------------------------------ */

.bottom-content p { margin-bottom: 15px; }
.bottom-content h4 { margin-bottom: 17px; }
.bottom-content ul { list-style: none outside none; background: #0080bc; padding: 26px 14% 34px 4%; margin-bottom: 43px; }
.bottom-content ul li { padding-left: 35px; font-style: italic; color: #fff; margin-bottom: 23px; position: relative; line-height: 1.2; }
.bottom-content ul li:last-child { margin-bottom: 0; }
.bottom-content ul li:before { position: absolute; top: 5px; left: 1px; background: url(images/list-principles.png) no-repeat 0 0; width: 14px; height: 14px; background-size: contain; content: '' !important; }

/* ------------------------------------------------------------ *\
	Paging
\* ------------------------------------------------------------ */

.paging { text-align: center; padding: 40px 0; clear: both; }
.paging ul { display: inline-block; list-style: none outside none; vertical-align: top; }
.paging ul li { display: inline-block; padding-left: 5px; }
.content > .paging ul li:before { display: none;}
.paging a { width: 26px; line-height: 23px; height: 25px; border: 1px solid #333; text-align: center; display: inline-block; color: #333; font-size: 12px; text-shadow: 0 1px 0 #fff; border-radius: 3px; vertical-align: top; }
.paging-spacer { width: 26px; }
.paging .current a,
.paging a:hover { background: #0080bc; border-color: #0080bc; color: #fff; text-decoration: none; }
.paging-prev,
.paging-next { position: relative; margin-left: 5px; }
.paging-prev:after,
.paging-next:after { position: absolute; top: 50%; left: 50%; content: ''; width: 5px; height: 9px; background: url(images/widget-nav-arrow.png) no-repeat 0 0; background-size: 5px 20px; }
.paging-prev:after,
.paging-next:after {
	-webkit-transform: translate(-50%, -50%); 
		-ms-transform: translate(-50%, -50%); 
		 -o-transform: translate(-50%, -50%); 
			transform: translate(-50%, -50%); 
}
.paging-prev:after {
	-webkit-transform: scaleX(-1) translate(50%, -50%); 
		-ms-transform: scaleX(-1) translate(50%, -50%); 
		 -o-transform: scaleX(-1) translate(50%, -50%); 
			transform: scaleX(-1) translate(50%, -50%); 
}
.paging-prev:hover:after,
.paging-next:hover:after { background-position: 0 -11px; }

/* ------------------------------------------------------------ *\
	Widgets
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }
.widget { padding: 17px 0; }

/*  Widget Nav Menu  */
.widget_nav_menu ul { list-style: none outside none; }
.widget_nav_menu ul li { margin-bottom: 22px; }
.widget_nav_menu ul li:last-child { margin-bottom: 0; }
.widget_nav_menu ul li a { font-size: 18px; color: #fff; }
.widget_nav_menu ul li a:hover { text-decoration: none; color: #389aff; }
.widget_nav_menu ul ul { padding-top: 6px; }
.widget_nav_menu ul ul li { margin-bottom: 6px; }
.widget_nav_menu ul ul li a { font-size: 16px; }
.widget ul li:last-of-type { margin-bottom: 0; padding-bottom: 0; }
.widget.carbon_themewidgetrecentposts ul li:last-of-type { padding-bottom: 36px; }
.blog .widget.carbon_themewidgetrecentposts { display: none; }

.sidebar .carbon_themewidgetpostssearch .search-form { width: 96%; }
/*  Widget News  */
.sidebar .widget_search form { width: 95%; }
.sidebar .widget_archives,
.sidebar .widget_categories,
.sidebar .widget-news { padding: 0 11px 54px; }
.sidebar .widget { padding: 0 11px 54px; }
.sidebar .widget_archives,
.sidebar .widget_categories { padding-bottom: 20px; }
.sidebar .widget_archives .widget-title,
.sidebar .widget_categories .widget-title,
.sidebar .widget-news .widget-title { color: #073f92; text-transform: uppercase; margin-bottom: 25px; }
.sidebar .widget .widget-title { color: #073f92; text-transform: uppercase; margin-bottom: 25px; }
.sidebar .widget_archives ul,
.sidebar .widget_categories ul,
.sidebar .widget-news ul { list-style: none outside none; }
.sidebar .widget ul { list-style: none outside none; }
.sidebar .widget_archives ul li,
.sidebar .widget_categories ul li,
.sidebar .widget-news ul li { padding-bottom: 18px; position: relative; margin-bottom: 18px; line-height: 1.2; font-size: 21px; }
.sidebar .widget ul li { padding-bottom: 18px; position: relative; margin-bottom: 18px; line-height: 1.2; font-size: 21px; }
.sidebar .widget_archives ul li a:hover,
.sidebar .widget_categories ul li a:hover,
.sidebar .widget-news ul li a:hover { color: #389aff; text-decoration: none; }
.sidebar .widget ul li a:hover { color: #389aff; text-decoration: none; }
.sidebar .widget_archives ul li:after,
.sidebar .widget_categories ul li:after,
.sidebar .widget-news ul li:after { position: absolute; bottom: 0; left: 0; width: 88px; height: 2px; background: #073f92; content: ''; }
.sidebar .widget ul li:after { position: absolute; bottom: 0; left: 0; width: 88px; height: 2px; background: #073f92; content: ''; }
.sidebar .widget_archives ul li:last-child:after,
.sidebar .widget_categories ul li:last-child:after,
.sidebar .widget-news ul li:last-child:after { display: none; }
.sidebar .widget ul li:last-child:after { display: none; }

/*  Widget Subscribe  */
.widget.carbon_themewidgetgravityform { background: #073f92; border: 2px solid #00cb77; padding: 29px 7% 44px; color: #fff; font-size: 16px; font-weight: 300; line-height: 1.2; }
.widget.carbon_themewidgetgravityform .widget-title { letter-spacing: 0.03em; margin-bottom: 23px; color: #fff; }
.widget.carbon_themewidgetgravityform .widget-title span { display: block; }
.widget.carbon_themewidgetgravityform .signup_wrapper { width: 100%; font-size: 0; margin-top: 27px; }

/*  Widget Text  */
.widget_text { padding: 0 10px; line-height: 1.25; }
.widget_text .widget-title { font-family: 'Brandon Grotesque', sans-serif; font-weight: normal; line-height: 1; color: #073f92; padding-right: 7%; margin-bottom: 10px; text-transform: none!important; }

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

/*  Footer Inner  */
.footer-inner { background: #07215e; padding: 35px 0 44px; position: relative; color: #fff; font-family: 'Brandon Grotesque', sans-serif; overflow: hidden; font-weight: normal; }
.footer-inner:before,
.footer-inner:after { position: absolute; left: 0; width: 3000px; height: 1px; background: #389aff; content: ''; }
.footer-inner:before { top: 22px; }
.footer-inner:after { bottom: 27px; }

.footer-left { max-width: 50%; float: left; padding-left: 15px; }
.footer-right { width: 50%; float: right; }

.footer-logo { background: url(images/footer-logo.png) no-repeat 0 0; display: block; text-indent: -9999px; white-space: nowrap; overflow: hidden; width: 112px; height: 78px; background-size: contain; margin: 22px 0 10px 0; }

.footer-sidebar { float: left; width: 36.5%; border-right: 1px solid #389aff; padding-left: 8%; }
.footer-sidebar:first-child { padding-left: 0; width: 34.5%; }
.footer-sidebar:last-child { border: 0; width: 29%; }

/*  Footer Bar  */
.footer-bar { padding: 15px 0 30px; font-weight: normal; }
.copyright { font-family: 'Brandon Grotesque', sans-serif; line-height: 2; padding-left: 11px; }
.copyright a { border-left: 1px solid #333; display: inline-block; line-height: 1; padding-left: 10px; margin-left: 6px; }
.copyright a:hover { color: #389aff; text-decoration: none; }

/* ------------------------------------------------------------ *\
	Page Templates
\* ------------------------------------------------------------ */

.error404 .content,
.search-no-results .content { text-align: center; }
.error404 .content .search-form,
.search-no-results .content .search-form { width: 100%; }

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */


 .print-logo img{display:none;}

.page-template-default .content h1,
.page-template-default .content h2,
.page-template-default .content h3,
.page-template-default .content h4,
.page-template-default .content h5,
.page-template-default .content h6,
.page-template-default .content p { padding-bottom: 10px; }
.page-template-default .content img.alignnone,
.page-template-default .content img.alignleft,
.page-template-default .content img.alignright,
.page-template-default .content img.aligncenter,
.page-template-default .content .wp-caption.alignnone,
.page-template-default .content .wp-caption.alignleft,
.page-template-default .content .wp-caption.alignright,
.page-template-default .content .wp-caption.aligncenter {  margin: 5px 15px 10px; }

.page-template-default .content article { margin-bottom: 10px; }

.page-template-default .content ul,
.page-template-default .content ol { padding-left: 20px; margin-bottom: 20px; }

.page-template-default .content img.alignleft,
.page-template-default .content .wp-caption.alignleft { margin-left: 0; }

.page-template-default .content img.alignright,
.page-template-default .content .wp-caption.alignright { margin-right: 0; }

.page-template-default .content img.aligncenter,
.page-template-default .content .wp-caption.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.page-template-default .content img.alignnone,
.page-template-default .content .wp-caption.alignnone { display: block; margin-left: 0; margin-right: 0; }

.page-template-default .content .wp-caption { position: relative; padding: 0; }
.page-template-default .content .wp-caption img { width: 100%; height: auto; }
.page-template-default .content .wp-caption .wp-caption-text { position: absolute; bottom: 0; left: 0; right: 0; padding: 5px 10px!important; font-size: 15px; background: rgba(0, 0, 0, 0.5); color: #fff; padding-bottom: 0; margin-bottom: 0!important; }


.page-template-default .content .gallery { position: relative; overflow: hidden; padding-bottom: 20px; }
.page-template-default .content .gallery .wp-caption-text { position: absolute; right: 10px; bottom: 10px; left: 10px; padding: 5px 10px; background: rgba(0, 0, 0, 0.5); color: #fff; font-size: 15px; }
.page-template-default .content .gallery .gallery-item { float: left; position: relative; padding: 10px; box-sizing: border-box; }
.page-template-default .content .gallery .gallery-item img { width: 100%; height: auto; margin: 0; }

.page-template-default .content .gallery-columns-1 .gallery-item { width: 100%; }
.page-template-default .content .gallery-columns-2 .gallery-item { width: 50%; }
.page-template-default .content .gallery-columns-2 .gallery-item:nth-child(2n+1) { clear: both; }
.page-template-default .content .gallery-columns-3 .gallery-item { width: 33.33%; }
.page-template-default .content .gallery-columns-3 .gallery-item:nth-child(3n+1) { clear: both; }
.page-template-default .content .gallery-columns-4 .gallery-item { width: 25%; }
.page-template-default .content .gallery-columns-4 .gallery-item:nth-child(4n+1) { clear: both; }
.page-template-default .content .gallery-columns-5 .gallery-item { width: 20%; }
.page-template-default .content .gallery-columns-5 .gallery-item:nth-child(5n+1) { clear: both; }
.page-template-default .content .gallery-columns-6 .gallery-item { width: 16.67%; }
.page-template-default .content .gallery-columns-6 .gallery-item:nth-child(6n+1) { clear: both; }
.page-template-default .content .gallery-columns-7 .gallery-item { width: 14.29%; }
.page-template-default .content .gallery-columns-7 .gallery-item:nth-child(7n+1) { clear: both; }
.page-template-default .content .gallery-columns-8 .gallery-item { width: 12.5%; }
.page-template-default .content .gallery-columns-8 .gallery-item:nth-child(8n+1) { clear: both; }
.page-template-default .content .gallery-columns-9 .gallery-item { width: 11.11%; }
.page-template-default .content .gallery-columns-9 .gallery-item:nth-child(9n+1) { clear: both; }

.page-template-default .content .gallery-columns-7 .wp-caption,
.page-template-default .content .gallery-columns-8 .wp-caption,
.page-template-default .content .gallery-columns-9 .wp-caption { display: none; }

/* ------------------------------------------------------------ *\
	BDG Style
\* ------------------------------------------------------------ */

.lt {float: left;}
.rt {float: right;}
.clr {clear: both;}
.col-2 {width: 50%;}
.col-3 {width: 33%;}
.col-4 {width: 25%;}

.missval {color: #00277b; font-size: 21px;}

.icon-pdf { background-image: url(images/ico-pdf.png); width: 24px; height: 28px; background-size: 24px 60px; background-position: 0 0; }

.widget_nav_menu ul li.no-hover a:hover {color: white;}
.widget_nav_menu ul li.no-hover ul li a:hover {color: #389aff;}

.term-10 .divider {display: none;}
.term-11 .divider {display: none;}
.term-12 .divider {display: none;}

.term-pension .owl-item .slide-image img {}

.gform_wrapper ul li {list-style: none;}
form ul li:before {display: none;}
.slider ul li:before {display: none;}
.bottom-content ul {margin-left: 0px !important;}

.slider ul {margin-left: 0px !important;}

input#gform_submit_button_2 { display: inline-block; vertical-align: middle; height: 49px; border: 2px solid #0080bc; line-height: 45px; padding: 0 30px; border-radius: 23px; text-align: center; font-family: 'Brandon Grotesque', sans-serif; color: #0080bc; font-size: 22px; text-align: center; background-color: #FFFFFF; }
input#gform_submit_button_2 {
	-webkit-transition: background .3s, border-color .3s, color .3s; 
	     -o-transition: background .3s, border-color .3s, color .3s; 
	        transition: background .3s, border-color .3s, color .3s; 
}
input#gform_submit_button_2:hover { background: #0080bc; text-decoration: none; color: #FFFFFF; }

.con-port {float: left; margin: 0px 20px 11px 0px;}
.con-right {float: right; width: 64%;}

#consultants h4 {margin-bottom: 15px;}
.consul-mang {width: 31%; float: left; min-height: 500px; font-size: 21px;}
.consul-mang:nth-child(3n+3) {margin: 0px 25px;}
.consul-mang img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
  margin-bottom: 15px;
  width: 100%;
}
.consul-mang:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
}
.consul-mang:hover a {text-decoration: none;}

.consul {width: 31%; float: left; min-height: 500px; font-size: 21px;}
.consul:nth-child(3n+1) {margin: 0px 25px;}
.consul img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%);
  -o-transition: .5s ease-in-out;
  margin-bottom: 15px;
  width: 100%;
}
.consul:hover img {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
}
.consul:hover a {text-decoration: none;}

.alert {background: #00cb77;}
.alert-text {max-width: 1200px; margin: 0 auto; padding: 25px 0px; font-size: 21px; color: #ffffff; text-align: center;}

.gform_body {width: 50%;}
.gform_body input, .gform_body textarea {width: 100%;}

/* ------------------------------------------------------------ *\
	Media Queries
\* ------------------------------------------------------------ */

/*  Under Shell  */
@media(max-width: 1199px){
	h1 { font-size: 42px; }

	.con-right {width: 60%;}

	.logo { margin-left: 10px; }

	.intro-content { padding: 140px 10px; }

	.box-inner { padding: 35px 10%; }
	.box-signup .box-inner { padding: 50px 5%; }
	.box-signup .signup_wrapper { margin-top: 27px; }
	.box-primary .box-inner { padding: 45px 6%; }
	
	.section-expertise .section-body { padding: 0 30px; }
	.section-expertise .section-image { top: 50%; width: 35%; padding-bottom: 35%; }
	.section-expertise .section-image {
		-webkit-transform: translate(-50%, -50%); 
		    -ms-transform: translate(-50%, -50%); 
		     -o-transform: translate(-50%, -50%); 
		        transform: translate(-50%, -50%); 
	}
}

/*  Desktop  */
@media(max-width: 1090px){

.con-right {width: 55%;}

.consul-mang {width: 28%; min-height: 375px;}
.consul {width: 28%; min-height: 375px;}
.section .section-entry {padding-right: 100px;}

}

/*  Tablet - Portrait  */
@media(max-width: 969px){
	h2 { font-size: 36px; }
	h3 { font-size: 28px; }
	h4 { font-size: 24px; }
	h5 { font-size: 20px; }

	.con-right {width: 100%;}

	.header { padding: 8px 0 11px; border-bottom: 44px solid #07215e; }
	.header .shell { position: static; padding: 0 20px; }
	.logo { width: 91px; height: 63px; margin-left: 0; }
	.header-inner { visibility: hidden; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; background: #e5e5e5; z-index: 1; padding: 20px 0 50px; }
	.header-inner.active { visibility: visible; opacity: 1; }
	.header-inner {
		-webkit-transition: visibility .3s, opacity .3s; 
		     -o-transition: visibility .3s, opacity .3s; 
		        transition: visibility .3s, opacity .3s; 
		display: -webkit-flex; 
		display: -moz-flex; 
		display: -ms-flex; 
		display: -o-flex; 
		display: flex; 
		-webkit-flex-direction: column; 
		   -moz-flex-direction: column; 
		    -ms-flex-direction: column; 
		     -o-flex-direction: column; 
		        flex-direction: column; 
	}
	.search-form { margin-left: 20px; width: 225px; }
	.search-field { border: 1px solid #073f92; border-radius: 0; line-height: 40px; height: 42px; }
	.search-submit { width: 25px; height: 25px; top: 8px; right: 10px; }
	.btn-login { height: 40px; border: 1px solid #fff; line-height: 38px; width: 122px; border-radius: 18px; margin-left: 20px; }
	.btn-login {
		-webkit-order: 1; 
		   -moz-order: 1; 
		    -ms-order: 1; 
		     -o-order: 1; 
		        order: 1; 
	}
	.search-form,
	.nav {
		-webkit-order: 0; 
		   -moz-order: 0; 
		    -ms-order: 0; 
		     -o-order: 0; 
		        order: 0; 
	}
	.nav-trigger { position: absolute; top: 26px; right: 20px; display: block; z-index: 2; }
	
	.nav { margin-top: 10px; }
	.nav > ul:first-child { display: none; }
	.nav .mobile-only { display: block; }
	.nav ul li { float: none; }
	.nav ul li a { padding: 0 20px; font-size: 17px; line-height: 50px; }
	.nav ul .menu-item-has-children > a { padding-bottom: 0; }
	.nav ul ul { padding: 0 20px; min-width: 100%; position: static; max-height: 0; }
	.nav ul .menu-item-has-children:hover > ul { max-height: 1000px; }
	.nav ul ul li a { line-height: 35px; }
	.nav > ul > .menu-item-has-children > a:after { bottom: 50%; right: 20px; left: auto; }
	.nav > ul > .menu-item-has-children > a:after {
		-webkit-transform: translate(0, 50%); 
		    -ms-transform: translate(0, 50%); 
		     -o-transform: translate(0, 50%); 
		        transform: translate(0, 50%); 
	}

	.intro-content { padding: 100px 10px; width: 65%; }

	.section-expertise .section-image { top: 43%; }

	.section-expertise ul li { padding-right: 19%; }
	.section-expertise ul li:nth-child(even) { padding-left: 19%; }
	
	.box { width: 50%; }
	.box-inner { padding-top: 42px; padding-bottom: 42px; }
	.box-signup .box-inner { padding-top: 25px; padding-bottom: 25px; }
	.box-primary .box-inner { padding-top: 30px; padding-bottom: 30px; }
	.box-primary:nth-child(2) .box-inner,
	.box:not(.box-primary):nth-child(2) + .box:not(.box-primary):nth-child(3) .box-inner { border-radius: 0; }
	.box:first-child .box-inner { border-top-left-radius: 20px; }
	.box:nth-child(2) .box-inner { border-top-right-radius: 20px; }
	.box.box-bottom-right .box-inner { border-bottom-right-radius: 20px; }
	.box.box-bottom-left .box-inner { border-bottom-left-radius: 20px; }

	.section .section-image { bottom: -65px; right: 10px; }

	.slider-studies .slide { padding-right: 7%; }

	.article .article-meta { font-size: 16px; }
       

	.sidebar { width: 32%; }
	.content { width: 66%; }

	.widget_archives ul li,
	.widget_categories ul li,
	.widget-news ul li { font-size: 18px; }
	.widget ul li { font-size: 18px; }

	.footer-right { width: 55%; }
	.footer-sidebar { padding: 0 3%; }
	.footer-bar { padding: 15px 0; }
}

/*  Mobile  */
@media(max-width: 767px){
	body { font-size: 16px; }
	h1 { font-size: 24px; }
	h2 { font-size: 28px; }
	h5 { font-size: 18px; }

	.shell { padding: 0 20px; }

	.btn { height: 41px; line-height: 37px; padding: 0 17px; font-size: 18px; }
	.btn-login { background: #0080bc; border-color: #0080bc; height: 31px; border-width: 1px; line-height: 29px; padding: 0 14px; border-radius: 15px; font-size: 15px; }
	
	.intro { padding-top: 166px; background-position: 37% center; }
	.intro-content { width: 100%; padding: 22px 20px 26px; background: rgba(0, 128, 188, 0.5); font-size: 18px; margin: 0 -20px; width: auto; line-height: 1.05; }
	.intro-content:after { display: none; }
	.intro-content h1 { line-height: 1.25; }
	.intro-content p { margin-top: 13px; padding-top: 11px; }
	.intro-content .btn { margin-top: 14px; height: 28px; line-height: 24px; padding: 0 12px; font-size: 12px; }
	
	.section-head { padding: 43px 0 27px; }
	.section-head h4 { font-size: 21px; }

	.section-expertise .section-head { margin-bottom: 32px; }
	.section-expertise .section-body { padding: 0; }
	.section-expertise .section-image { position: static; width: 100%; padding-bottom: 100%; }
	.section-expertise .section-image:after { top: -5px; left: 5px; }
	.section-expertise .section-image {
		-webkit-transform: translate(0); 
		    -ms-transform: translate(0); 
		     -o-transform: translate(0); 
		        transform: translate(0); 
	}
	
	.section-expertise ul { margin-top: 37px; }
	.section-expertise ul li:nth-child(even),
	.section-expertise ul li { width: 100%; padding-right: 0; padding-left: 0; text-align: left; margin-bottom: 53px; }
	.section-expertise ul li:last-child { margin-bottom: 6px; }
	.section-expertise ul li h4 { margin-bottom: 5px; }
	.section-expertise .link-more { margin-top: 12px; }
	
	.section-knowledge { padding-bottom: 45px; }
	.section-knowledge .section-head { padding-top: 56px; margin-bottom: 37px; }
	.section-knowledge-alt .section-head { margin-bottom: 0; }
	.section-knowledge .section-head h2 { text-align: center; margin-bottom: 32px; }
	.section-knowledge .section-head .btn { position: static; padding: 0 38px; margin-top: 30px; }
	.section-knowledge .section-head ul li { margin-right: 5px; margin-bottom: 5px; }
	.section-knowledge .section-head ul .btn { height: 34px; line-height: 30px; padding: 0 12px; font-size: 14px; }
	
	.boxes { margin: 0; }
	.boxes {
		display: -webkit-flex; 
		display: -moz-flex; 
		display: -ms-flex; 
		display: -o-flex; 
		display: flex; 
		-webkit-flex-direction: column; 
		   -moz-flex-direction: column; 
		    -ms-flex-direction: column; 
		     -o-flex-direction: column; 
		        flex-direction: column; 
	}
	.box { width: 100%; padding: 0; margin-bottom: 11px; }
	.box {
		-webkit-order: 1; 
		   -moz-order: 1; 
		    -ms-order: 1; 
		     -o-order: 1; 
		        order: 1; 
	}
	.box-signup,
	.box-primary {
		-webkit-order: 0; 
		   -moz-order: 0; 
		    -ms-order: 0; 
		     -o-order: 0; 
		        order: 0; 
	}
	.box .box-inner { padding: 33px 13% 49px; line-height: 1.4; }
	.box-category { margin-bottom: 15px; }
	.box h4 { margin-bottom: 18px; }
	.box-signup .box-inner { padding: 19px 3.9%; }
	.box-signup .box-inner h4 { letter-spacing: 0; }
	.box-signup .box-inner h4 span { display: block; }
	.box-signup .box-inner p { display: none; }
	.box-signup .signup_wrapper { margin-top: 35px; }
	.signup_wrapper .gform_body { width: 100%; }
	.signup_wrapper .gform_footer { margin: 24px auto 12px; display: block; }

	.box-primary h4 { margin-bottom: 19px; }
	.box-primary .box-inner { padding: 33px 6.5% 35px; }

	.box:first-child .box-inner,
	.box:nth-child(2) .box-inner,
	.box.box-bottom-right .box-inner,
	.box.box-bottom-left .box-inner { border-radius: 0; }
	.box:first-child .box-inner { border-radius: 24px 24px 0 0; }
	.box:last-child .box-inner { border-radius: 0 0 24px 24px; }
	.box-category { font-size: 18px; }
	.box .link-download,
	.box h4 br { display: none; }
	
	.section-cols { text-align: center; padding: 35px 0; }
	.section-cols:before,
	.section-cols:after { display: none; }
	.section-cols .shell { padding: 0 20px; }
	.section-cols .section-col + .section-col,
	.section-cols .section-col { width: 100%; padding: 0; }
	.section-cols .section-col + .section-col { border: 0; border-top: 1px solid #389aff; margin-top: 38px; padding-top: 35px; }
	.section-cols .section-col .btn,
	.section-cols .section-col > h3 { float: none; text-align: center; }
	.section-cols .section-col > h3 { line-height: 1.3; }
	.section-cols .section-col .btn { margin: 35px 0 40px; }

	.article-news,
	.article-featured { text-align: left; }
	.article-featured { margin-top: -15px; }
	.article-featured h3 { margin-top: 10px; line-height: 1.3; }
	.article-featured .article-category a { margin-top: 27px; display: block; font-size: 18px; }

	.article-news { padding-bottom: 23px; margin-bottom: 23px; }
	.article-news h5 { line-height: 1.25; }

	.section { padding-top: 35px; min-height: 155px; }
	.section .section-image { position: static; width: 300px; padding-bottom: 300px; margin: 75px auto 0px; }
	.section:before { background-position: center center; left: 50%; width: 100%; height: 130px; background-size: cover; margin-left: 0; }
	.section:before {
		-webkit-transform: translateX(-50%); 
		    -ms-transform: translateX(-50%); 
		     -o-transform: translateX(-50%); 
		        transform: translateX(-50%); 
	}
	.section .section-entry { width: 100%; margin-top: 20px; padding: 0; font-size: 18px; }

	.slider-studies .slides { padding-bottom: 20px; }

	.main { padding: 25px 0 35px; }
	.content,
	.sidebar { float: none; width: 100%; }
	.page-template-articles .main .shell {
		display: -webkit-flex; 
		display: -moz-flex; 
		display: -ms-flex; 
		display: -o-flex; 
		display: flex; 
		-webkit-flex-direction: column; 
		   -moz-flex-direction: column; 
		    -ms-flex-direction: column; 
		     -o-flex-direction: column; 
		        flex-direction: column; 
	}
	.page-template-articles .main .sidebar { padding-bottom: 40px; 
		-webkit-order: 0; 
		   -moz-order: 0; 
		    -ms-order: 0; 
		     -o-order: 0; 
		        order: 0; 
	}
	.page-template-articles .main .content {
		-webkit-order: 1; 
		   -moz-order: 1; 
		    -ms-order: 1; 
		     -o-order: 1; 
		        order: 1; 
	}
	.page-template-articles .main .widget_text { padding: 0; }
	.page-template-articles .main .content > h4 { margin: 15px 0; }

	.accordion { margin: 0 -20px; }
	.accordion-head { height: 100px; padding: 0 20px; }
	.accordion-head h5 { width: 85%; }
	.accordion-head h5 br { display: none; }
	.accordion-head:after { right: 20px; }
	.bottom-content ul { padding-right: 4%; }

	.widget_archives,
	.widget_categories,
	.widget-news { padding: 0 0 25px; }
	.widget { padding: 0 0 25px; }
	
	.footer-left { width: 100%; max-width: 100%; text-align: center; }
	.footer-right { display: none; }
	.footer-logo { margin: 20px auto; width: 118px; height: 83px; }
	.footer-bar { padding: 30px 0; }
	.copyright { font-size: 14px; text-align: center; padding: 0; }
	.copyright a { padding-left: 0; margin-left: 0; margin-top: 10px; border-left: 0; display: block; }
}
/*  Mobile  */
@media(max-width: 500px){
	.col-2 {width: 100%;}
	.col-3 {width: 100%;}
	.col-4 {width: 100%;}

	.con-port {float: none; margin: 0px auto; width: 59%;}

	.gform_body {width: 100%;}

	.consul-mang {width: 47%;}
	.consul-mang:nth-child(3n+3) {margin: 0px 0px;}
	.consul-mang:nth-child(2n+1) {margin: 0px 0px 0px 14px;}
	.consul {width: 47%;}
	.consul:nth-child(3n+1) {margin: 0px 0px;}
	.consul:nth-child(2n) {margin: 0px 0px 0px 14px;}
}


/* Print */

@media print {

span {display:none;}
.sidebar {display:none;}
.header {display:none;}
.footer-inner {display:none;}
.copyright a {display:none;}
.section {display:none;}

.print-logo img { width:150px;  margin-bottom:20px; display:block;}

.header, .footer, .content, .sidebar, .copyright, .section, .main {clear:both;}
body {
    margin: 0 0 0 0;
}

.main {padding-bottom:0;}
.content, .sidebar {float:none;}
.content {width:100%;}

input[type="button"] {display:none;}
 }

/* Print Button */
input[type="button"] {color:white; background:#0080bc; border-radius:15px; padding: 0 14px; font-size:15px; line-height:29px; box-shadow:none; border:1px solid #0080bc; float:right; }

input[type="button"]:hover{color:#0080bc; background:white;}