body { font-family: 'Rubik', sans-serif; background: #fff; }
main { min-height: 65vh; }

:root {
    --primary: #133458; /* var(--primary) */
    --secondary: #61C5B0; /* var(--secondary) */
}
.primary {color: var(--primary)} 
.primary_bg {background-color: var(--primary);}
.secondary {color: var(--secondary);}
.secondary_bg {background-color: var(--secondary);}
.white {color:#fff;}
.white_bg {color:#fff;}
.black {color:#000;}
.black_bg {color:#000;}

#wrapper { position: relative; left: 0 }

.siteSearch { z-index: 100; width: 100%; position: relative }
.siteSearch .fa-search { position: absolute; top: 6px; left: 8px; color: #fff; font-size: 23px }
.siteSearch .fa-times-circle { position: absolute; top: 4px; right: 6px; cursor: pointer; font-size: 26px; color: #fff }
.siteSearch .fa-times-circle:hover { color: #000 }
.siteSearch input { max-width: 100%!important; width: 100%; padding: 8px 20px 8px 35px!important; color: #fff; outline: 0; border: none; border-radius: 0; background: #000 }
.siteSearch input:focus { outline: 0!important; border: none; box-shadow: none; background: #1a339a }
.mobNavOn { right: 0!important }
.wrapperOn { left: -260px!important }

#searchResults { background: #515457; position: relative; z-index: 999 }
#searchResults li { color: #999; font-weight: 100; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; padding: 6px 10px 6px 30px; border-bottom: 1px solid rgba(255,255,255,.1) }
#searchResults li a { color: #fff; font-weight: 200; font-size: 14px }
#searchResults li:hover { background-color: #1a339a }
#searchResults .search_News:before { position: absolute; content: "\f1ea"; color: #1a339a; left: 6px; top: 5px; font-size: 16px; font-family: fontAwesome }
#searchResults .search_Navigation:before { position: absolute; content: "\f054"; color: #ddd; left: 10px; top: 5px; font-size: 16px; font-family: fontAwesome }
#searchResults .selected { background-color: #46a446 }

a,body,div,input,li,p,select,span,strong { font-family: 'Rubik', sans-serif; line-height: 1.3 }
h1,h2,h3,h4,h5 { font-family: 'Oswald', sans-serif; }
header .logo {width:50%; max-width: 320px; position:absolute; top:0; left:0; z-index: 999; cursor: pointer;}

.btn { text-shadow: 0 1px 0 rgba(0,0,0,.5); white-space: nowrap; cursor: pointer; position: relative; font-weight: 500; color: #fff; font-size: 16px; padding: 1px 18px; border-top: 1px solid rgba(255,255,255,.2); box-shadow: inset 0 -10px 20px rgba(0,0,0,.3); display: inline-block; margin: 10px; border-radius: 4px }
.btn:before { position: absolute; content: ""; z-index: -1; border-radius: 6px; width: 104%; height: 112%; box-shadow: inset 0 10px 20px rgba(0,0,0,.3); background: inherit; left: -2%; top: -6% }
.btn:after { position: absolute; content: ""; z-index: -2; border-radius: 6px; width: 90%; height: 100%; box-shadow: 0 2px 10px 3px rgba(0,0,50,.5); background: inherit; left: 6%; top: 0 }
.btn:active { -webkit-transform: scale(.95); -moz-transform: scale(.95); -ms-transform: scale(.95); transform: scale(.95) }
.btn:hover { background: #1a339a }

#breadcrumbs { background-color: #fff; padding: 12px 0; border-top: 1px solid #eee; font-size: 9px; white-space: nowrap; color: #444; overflow: auto }
#breadcrumbs a { color: #444; font-weight: 300; font-size: 13px; padding: 0 10px 0 5px }
#breadcrumbs a:hover { text-decoration: underline }
#breadcrumbs .col-xs-12:before { content: "You are here: "; display: inline-block; padding-right: 10px; font-size: 12px; color: #666; font-weight: 200; font-style: italic }

#topNavNew li.selected a {color: var(--secondary); }
#topNavNew li a:hover { color:var(--secondary); }
.showPlus a:before {content:"+ "; font-weight:bold;}

.firstItem { }
.firstItem a {color:var(--secondary) !important;}

.quoteBtn {border:1px solid #000; padding: 8px 60px 0px 8px !important; position:relative;}
.quoteBtn a {padding-bottom: 10px !important;}
.quoteBtn:after {content:"\2192"; position:absolute; right:10px; top:12px; font-size:16px; color:#000; }

/*NEW NAV*/
#newNav {position: fixed;width: 260px;right: -260px;top: 0;bottom: 0;z-index: 500;background: var(--primary); box-shadow: 0 0 40px rgba(0,0,0,.2);}
#newNav .nav_first { padding-bottom: 100px; min-width: 110%; display: block;}
#newNav .nav_first li { position: relative; text-align:left;}
#newNav .nav_first>li>a { font-size: 16px !important; width: 100%; display: block; color: #fff; font-weight: 300; padding: 12px 12px; border-bottom: 1px solid rgba(255,255,255,.1);}
#newNav .nav_first>li>a:hover { color: #000; background: #000; color:var(--secondary); }
#newNav .nav_first>li>a:before { content: "\f0da  "; color: rgba(255,255,255,.8); font-family: fontAwesome; padding-right: 5px;}
#newNav .nav_first>li>.staticNav { position: relative}
#newNav .nav_first li:nth-of-type(2n) {background: var(--primary); opacity:0.8;}

#newNav .nav_second>li>a {padding: 7px 5px 0 38px;margin-bottom: 0;line-height: 1.1;display: block;width: 91%;position: relative;background: #213169;color: rgba(255,255,255,0.7); font-size: 13px;font-weight: 300;border-bottom: 1px solid rgba(0255,255,255,0.1);min-height: 32px;}
#newNav .nav_second>li>a:before { position: absolute; content: ">"; left: 24px; color: rgba(255,255,255,1); transition: all .3s ease-in-out}
#newNav .nav_second>li>a:hover { padding-left: 40px; color:#fff;}
#newNav .nav_second>li>a:hover:before { left: 26px; color: #eeb414}
#newNav .nav_second>li:nth-of-type(2n) >a {background:#1d2b70;}

#newNav .nav_third>li {border-bottom:1px solid #ddd;}
#newNav .nav_third>li>a { padding: 8px 5px 4px 40px; min-height: 30px; margin-bottom: 0; line-height: 1.2; display: block; width: 100%; border-bottom: 1px solid rgba(255,255,255,.1); position: relative; color: #666; font-size: 13px}
#newNav .nav_third>li>a:before { position: absolute; content: ">"; left: 24px; color: rgba(0,0,0,.2); transition: all .3s ease-in-out}
#newNav .nav_third>li>a:hover { padding-left: 50px}
#newNav .nav_third>li>a:hover:before { left: 36px; color: #fff}
#newNav .nav_fourth>li { margin-left: 5px}
#newNav .nav_fourth>li>a { padding: 8px 5px 0 55px; margin-bottom: 4px; line-height: .8; display: block; width: 100%; position: relative;  color: rgba(255,255,255,.9); font-size: 11px}
#newNav .nav_fourth>li>a:before { position: absolute; content: ">"; left: 40px; color: rgba(255,255,255,.2); transition: all .3s ease-in-out}
#newNav .nav_fourth>li>a:hover { padding-left: 60px}
#newNav .nav_fourth>li>a:hover:before { left: 46px; color: #fff}
.subMenu { position: absolute; right: 27px; top: 0; height: 45px; width: 29px; background: var(--secondary); color: #fff; z-index: 100; text-align: center; padding-top: 9px !important; border-left: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1);}
.subMenu:before { content: "-"; font-size: 22px}
.subMenu.closed { padding-top: 3px}
.subMenu.closed:before { content: "+"; font-size: 22px}
#newNav .homeIcon {text-transform:uppercase;}

header input::placeholder { color: #3250e6!important}
#newNav input::placeholder { color: #aaa!important}

.headerSocials i {margin-left: 8px; transform:scale(1.4);}
.headerSocials i:hover, footer .social i:hover {color:var(--secondary);}
.headerSocials svg:hover, footer .social svg:hover {fill:var(--secondary) !important;}

footer .social i, footer .social svg {margin-right: 10px !important;}


#topNavNew {position:relative; z-index:20;}
#topNavNew .firstItem { }
#topNavNew .noTopNav { display: none!important}
#topNavNew { margin-top: 10px; }

#topNavNew>ul>ul>li {display: inline-block;position: relative;transition:none !important; margin-left: 10px;}
#topNavNew>ul>ul>li>a.selected { color: var(---secondary) !important; text-shadow:0 1px 1px rgba(0,0,0,0.3);}

.navSearch {position:absolute !important; top:-10px; right:5px;}
.navSearch:hover {background:none !important;}

#topNavNew>ul>ul>li>a {display: inline-block;color: #000; text-transform:uppercase; font-size: 16px;margin: 0;padding: 4px 10px 40px 10px;font-weight: 400;transition:none !important; font-family:'Oswald';}
#topNavNew>ul>ul>li:hover {}
#topNavNew>ul>ul>li:hover>a { color: var(---secondary) !important; text-shadow:0 1px 1px rgba(0,0,0,0.3);}
#topNavNew>ul>ul>li>ul {transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;text-align:right; position:relative;}
#topNavNew>ul>ul>li:hover ul {display: block!important;opacity: 1!important;min-width: 205px;}
#topNavNew>ul>ul>li:hover ul>li { display: block}
#topNavNew>ul>ul>li.stack3:hover ul>li { display: inline-block; width: 32%}
#topNavNew>ul>ul>li.stack2:hover ul>li { display: inline-block; width: 49%}
#topNavNew>ul>ul>li>ul {overflow:hidden;display: block!important;position: absolute;left: -100px;top: 65px;opacity: 0!important;z-index: 999999999;background: #133458; border-radius: 0 0 12px 12px;box-shadow: 0 20px 20px rgba(0,0,0,0.3)}
#topNavNew>ul>ul>li>ul>li {display: none;white-space: nowrap;padding: 10px 15px;border-bottom:1px solid #ffffff10;width:300px;text-align: left;font-size: 14px;}

#topNavNew>ul>ul>li>ul>li:first-child {box-shadow:inset 0 5px 5px rgba(0,0,0,0.4);}
#topNavNew>ul>ul>li>ul>li:nth-of-type(2n) {background:#013151 !important;}

#topNavNew>ul>ul>li>ul>li a {display: block;color: #fff; font-weight:400;}
#topNavNew>ul>ul>li>ul>li a:before { content: "\f0da  "; color: rgba(255,255,255,.8); font-family: fontAwesome; padding-right: 5px;}
#topNavNew>ul>ul>li>ul>li:hover a:before {color:#000;}

#topNavNew>ul>ul>li>ul>li>ul { display: none!important}
#topNavNew .nav_third li { display: none!important}
#topNavNew>ul>ul>li>ul>li:hover { background: #61C5B0 !important; color: #000 !important;}
#topNavNew>ul>ul>li>ul>li:hover a {color:#000;}
#topNavNew>ul>ul>li:nth-of-type(7) ul { right: 50px; left: -105px; width: 300px}
#topNavNew .stack2:hover li { display: inline-block}

#topNavNew .homeIcon a {font-size:0 !important; height: 20px;  width: 35px; position:relative; text-align:left; }
#topNavNew .homeIcon a:before {content:"\f015"; font-family:fontAwesome; font-size: 12px; top:-8px; position:absolute;}

.logoBox {position:absolute; left:20px; top:-32px; width: 280px; height: 70px; z-index:50;}

@media(min-width: 993px) and (max-width:1200px) { 
.logoBox {width:190px; top:-40px; left:50%; margin-left:-95px;}
 #topNavNew {padding-left:0 !important;}
 .nav_first {text-align:center;}
}
@media(max-width: 992px) { 
	#topNavNew{display:none;}
}
@media(max-width: 480px) { 
.navStrap {padding:5px 0;} .navStrap .row {margin:0 -25px;}
.navStrap label {font-size: 11px;}
.navStrap .col-xs-5 {width:100% !important; margin-bottom:-10px;}
.navStrap button {position:relative; height: 36px; padding-right:0; margin-left: 0px !important;}
.navStrap button a {font-size:0;} 
 
}
@media(max-width:768px){
	.topHeader .col-xs-12 {text-align:center !important; line-height:1.5;}
	.topHeader {padding:8px 0 !important; font-size: 13px !important;}
	.topHeader .text-right>a {margin-left: 15px !important;}
	.headerSocials {margin:0 !important; display:block;}
	.social a i {margin-right: 5px !important;}
}

#topNavNew {position: relative; text-align:right !important; padding-top: 15px; }
#topNavNew ul ul {text-align:right;}

#topNavNew .fa-search {color: rgba(255,255,255,0.6); cursor: pointer; position: absolute; right: 15px;top: 15px;font-size: 16px}
#topNavNew .fa-times {color: red;cursor: pointer; position: absolute; right: 15px;top: 15px;font-size: 20px}


#navBtn {display:none !important;}

#newNavBtn {display:none;}
@media(min-width:992px) and (max-width:1200px){ 
header .logo {left: 10px !important; width: 260px;}
.nav_first>li {margin-left: 3px !important;}
	.quoteBtn {padding-right: 20px !important;}
}
@media(max-width:992px){ 
	#newNavBtn {display:block !important;cursor:pointer;position:absolute;right: 12px;border-radius:3px;top: 82px;z-index:999;padding: 1px 8px 0px 8px;font-size: 32px;}
	#newNavBtn:hover {background: #fff;}
}
@media(max-width:992px){ 
header .logo {width: 280px; position:static !important; margin:-10px auto;}
header .logo img {margin-bottom:-10px;}	
}

.siteSearch { position:relative;}
.siteSearch input {width:100%; border:2px solid var(--secondary); padding: 10px 15px 10px 30px; font-size: 16px; color:#333;}
.siteSearch input:focus {border:2px solid #0081EB; background:#fff; }
.siteSearch .fa-search {position:absolute; top: 10px; left: 9px; color:#aaa; font-size: 20px;}
#searchResults li {font-size: 13px; text-align:left; position:relative; background:#334; font-weight: 500; padding:8px 10px 8px 30px; border-bottom:1px solid #556; color:#fff; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
#searchResults li a {color:#fff;}
#searchResults li.search_Navigation {background:#000;}
#searchResults li.search_Navigation:before {content:"\f109"; position:absolute; left:7px; font-family:fontAwesome;}
#searchResults li.search_News:before {position:absolute; content:"\f1ea"; color:#fff; left: 6px; top: 6px; font-size: 16px; font-family:'fontAwesome';}

#searchResults li.selected {background:#000; color:#fff;}
#searchResults li.selected a {color:#fff;}

/*add other types news events downloads*/





#megaMenu { position: absolute; width: 100%; z-index: 999; top: 134px }
.megaMenuPanel { padding: 30px 0 14px 0; height: auto; position: relative }

.newsCategory { font-size: 36px; color: #444; font-weight: 300; padding: 10px 0 10px 0; overflow: hidden; text-align: center }
.newsCategory h2 { font-weight: 100; position: relative; display: inline-block }
@media(max-width: 480px) { .newsCategory h2 { font-size:22px; padding-right: 0;}
    .content h2 {font-size: 20px !Important;}
}
.newsCategory h2 span { position: absolute; opacity: .1; transform: scaleY(-1); left: 0; bottom: -27px; font-weight: inherit!important }
.newsStoryImg { position: relative; padding: 20px; background: #5c8fc6; overflow: hidden; max-height: 600px }
.newsStoryImg span { position: absolute; z-index: 0; opacity: .4; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-size: cover; filter: blur(5px); -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); background-position: 50% 50% }
.newsStory { padding: 20px 5px }
.newsStoryImg p { position: relative; z-index: 10 }
.newsStoryImg img { border: 2px solid #fff; width: 100%; max-width: 992px }
.newsStory p { font-size: 15px; color: #111; margin-bottom: 10px; line-height: 1.8 }
.newsStory h2 { font-size: 24px; margin-bottom: 12px; color: #ddd }
#newsStoryShell { background: rgba(255,255,255,1) }
#newsStoryShell h1 { font-size: 32px; color: #333; font-weight: 300; text-align: center; font-size: 36px!important; margin: 20px 0 }
.newsStory li a,.newsStory p a { color: #1a339a; font-weight: 600 }
.newsStory p a:hover { color: #000 }
.newsStory sup { font-size: 50%; display: inline-block; vertical-align: top; padding-top: 5px; padding-right: 2px }
@media (max-width: 768px) { 
	#newsStoryShell h1 { font-size:24px!important; margin-bottom: 25px; }
}
@media (max-width: 992px) { 
	.newsStoryImg { margin-top:25px; position: relative; overflow: visible;}
    .newsStoryImg:before { content: ""; position: absolute; top: -66px; left: -25%; width: 150%; height: 66px; background: rgba(255,255,255,.9);}
}
#newsStoryShell time { text-align: right; display: block; margin-top: -20px }
.newsPanel { background: #fff; border: 1px solid #eee; border-radius: 3px; padding: 15px; margin: 10px 0 }
.newsPanel a { color: inherit }
.newsPanel:hover { border-color: #e9b428; }
.newsPanel .newsNanoImage,.newsPanel iframe { width: 100%; height: 220px!important; background-size: cover }
.newsPanel .newsTitle { margin: 15px 0 10px 0; font-size: 24px; color: #003b4f; white-space: nowrap; overflow: hidden; text-overflow: ellipsis }
.newsNanoDate { font-size: 11px!important; margin-top: 15px; margin-bottom: -20px }
.newsPanel p { overflow: hidden; width: 100%; height: 36px; font-size: 14px; color: #444; line-height: 1.4 }
.newsShortDesc:after { content: " [ read more ]"; color: red; margin-left: 5px; font-size: 75%; cursor: pointer }
.newsStory ol li { margin-left: 25px; font-size: 14px; padding-left: 10px; list-style-type: decimal; margin-bottom: 12px }
.newsGridHeader { padding: 25px 0 0 0 }
.newsGridHeader h2 { font-size: 32px!important; color: #003b4f }
.newsPanelWide .newsNanoImage { height: auto!important; padding-top: 35%; background-repeat: no-repeat; background-size: cover!important; background-position: 50% }
.newsPanelWide .newsTitle { height: 50px; overflow: hidden; text-overflow: none; white-space: normal }
.newsPanelWide p { height: 40px; margin-bottom: 6px }
.newsPanelWide p.newsNanoDate { height: 20px }

#toolTip { position: fixed; text-align: center; z-index: 10000; line-height: 1.3; padding: 5px 8px; font-size: 13px; border-radius: 3px; color: #fff; box-shadow: 2px 10px 10px rgba(0,0,0,.2); background: #222; left: -1000px; top: -1000px; max-width: 200px; pointer-events: none }

#toolTip:after { content: "\f0d7"; font-size: 20px; position: absolute; font-family: fontAwesome; bottom: -16px; left: 49%; text-shadow: 0 6px 3px rgba(0,0,0,.1); color: #222 }

.content blockquote { margin: 0 30px 20px 30px; text-align: center; position: relative; color: #ddd; font-size: 14px; line-height: 1.5; font-weight: 300 }
.content ul {  }
.content blockquote:after,.content blockquote:before { position: absolute; font-family: Impact,Arial; color: red; font-size: 60px }
.content blockquote:before { content: "?"; left: -30px; top: -18px }
.content blockquote:after { content: "?"; right: -30px; bottom: -50px }

.content .fa-ul i { }
.content ul li:before { }
.content ul li { }

.content h1 { font-size: 72px; line-height:1.2; margin-bottom: 30px;}
.content h2 { font-size: 60px;font-weight: 600;}
.content h3 { font-size: 48px; font-weight: 600; }

.content h3:has(span) { overflow:hidden;}

.content h3 span {display:inline-block; position:relative;}
.content h3 span:after {content:""; position:absolute; left: 115%; top: 50%; width:300%; border-bottom: 1px solid #000;} 
.content h4 { font-size: 32px;}
.content h5 { font-size: 24px;}
.content p, .content li { font-size: 18px; line-height:1.6; font-weight: 300;}
.content li a,.content p a {  }
.content li a:hover,.content p a:hover {  }
.content span {font-family:inherit; font-weight:inherit;}
.content strong {}
.content li {list-style-type: square; margin-left: 20px;}

@media(max-width:768px){
    .content h1 { font-size: 48px;}
    .content h2 { font-size: 36px !important;}
    .content h3 { font-size: 30px !important;}
    .content h4 {font-size: 24px  !important; margin-top: 10px;}
    .content h5 { font-size: 20px;}
    .content p, .content li { font-size: 16px;}

	.home_whychoose_btns {text-align:right !important; padding-top: 10px;}
	.home_whychoose_btns button {margin:3px 0; display:inline; margin-right: 0 !important;}

	.content h2 button {position:static !important; font-size: 16px; margin-top: 10px;}
	.content button, .heroContentBox button {font-size: 16px;}
	.aboveMask:before {height: 10% !important;}
}
@media(max-width:480px){
	footer button {margin:0; position:relative; top:-30px;}
}

.headerContent {padding:80px 0;}
.headerContent h1 {text-shadow: 1px 1px 4px rgba(0,0,0,0.5);}

.formOptins { margin: 10px 0 }
.formOptins label { font-size: 12px; color: #444; font-weight: 200; position: relative; padding-left: 25px; line-height: 1.3; margin-bottom: 5px; display: inline-block; width: 100% }
.formOptins label input[type=checkbox] { position: absolute; left: 0; top: -2px }

.forms select { width: 100%; max-width: 320px; height: 26px; font-size: 16px; color: #444; margin: 3px 0 }


.error404 {transition: all 4s ease-out;transform: scale(.5);max-width: 300px;width: 100%;background: rgba(255,255,255,.9);border-radius: 10px;box-shadow: 0 0 20px rgba(0,0,0,.3);padding: 10px 25px;border: 6px solid #1a339a;position: fixed;margin-top: 15%;left: 50%;margin-left: -150px;z-index: 100;top:  20%; z-index:100;}
.error404 h1 { font-size: 48px; letter-spacing: 1px; color: #1a339a }
.error404 h2 { font-size: 20px; letter-spacing: 1px; color: #444 }
.error404 p { font-size: 11px; margin-top: 10px }
.error404 p a { color: #1a339a; font-weight: 700 }
.error404grow { transform: scale(1.1)!important }
.error404:before {content:""; position:fixed; left:-1000%; width:1500%; top:-1000%; height: 2500%; background:rgba(255,255,255,0.7); z-index:-1;}

@media(min-width: 992px) { #navBtn {display:none;} }
@media(max-width: 992px) { 
	#navBtn { top:32px!important;}
    header .logo { width:50%; max-width: 320px; margin-bottom: 20px; }
    
    .content h2 { font-size: 48px;}
    
    #breadcrumbs { display: none;}
}

.inputWrap { position: relative; display: block; margin: 2px 0; overflow: hidden }
.inputWrap.wrapLeft input { padding-left: 50px!important; margin: 0!important }
.inputWrap.wrapRight input { padding-right: 50px!important; margin: 0!important }
.inputWrap i.wrapLeft { position: absolute; left: 11px; top: 4px; font-size: 20px; text-shadow: 0 1px 2px #fff; color: #555 }
.inputWrap i.wrapRight { position: absolute; right: 11px; top: 4px; font-size: 20px; text-shadow: 0 1px 2px #fff; color: #555 }
.inputWrap.wrapLeft:before { position: absolute; top: 1px; left: 1px; bottom: 1px; content: ""; background: #eee; width: 38px; border-radius: 3px 0 0 3px; border-right: 1px solid #ccc; box-shadow: 1px 0 2px rgba(0,0,0,.1) }
.inputWrap.wrapRight:after { position: absolute; top: 1px; right: 1px; bottom: 1px; content: ""; background: #eee; width: 38px; border-radius: 3px 0 0 3px; border-left: 1px solid #ccc; box-shadow: -1px 0 2px rgba(0,0,0,.1) }
#rgeWrapper .newsStory { background: #fff }
#rgeWrapper .faq div { display: block!important }
#rgeWrapper #modal { position: relative!important }
#rgeWrapper .shrunk { opacity: 1!important }

.developerFilters { background: #f5f5f5; text-align: center; padding: 0 0 5px 0; margin: 0 0 20px 0; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd }
.developerFilters label { font-size: 12px; font-weight: 100; display: inline-block; padding: 0 5px 0 5px; position: relative; top: 2px; vertical-align: bottom }
.developerFilters input[type=text] { border: 1px solid #ddd; font-size: 16px; padding: 2px 10px; font-weight: 200; margin-left: 2px; border-radius: 2px }
.developerFilters select { height: 26px; font-size: 14px; font-weight: 200 }
.developerFilters input[type=submit] { display: inline-block; font-size: 16px; border-radius: 4px; margin-left: 10px; height: 28px; vertical-align: bottom; position: relative; top: 3px; padding: 2px 12px; border: 1px solid #ddd; font-weight: 200; background: #1a339a; color: #fff }
.developerPaging a { border: 1px solid #ddd; border-radius: 4px; min-width: 25px; height: 25px; display: inline-block; padding: 2px; text-align: center; font-weight: 100; margin: 0 5px 20px 5px; text-shadow: 1px 1px 0 rgba(0,0,0,.2) }
.developerPaging .pagingLess,.developerPaging .pagingMore { border: none!important }
.developerPaging .pagingCurrent { background: #0480d4; color: #fff }


@media(max-width: 480px) { #mobNav { width:100%; right: -100%;}
.siteSearch input {padding-left: 25px!important;top: -3px;position: relative;}
.siteSearch .fa-search {left: 8px;top: 9px;z-index: 300;color: #666;font-size: 14px;}
.wrapperOn #navBtn { left: 0; z-index: 200; top: 2px!important;}
.wrapperOn #accountStrap,.wrapperOn footer,.wrapperOn header,.wrapperOn main { /*display: none; */}
.wrapperOn { background: #fff!important;} }	
.shadow { background: -moz-linear-gradient(180deg,rgba(0,0,0,.31836484593837533) 0,rgba(0,0,0,0) 100%); background: -webkit-linear-gradient(180deg,rgba(0,0,0,.31836484593837533) 0,rgba(0,0,0,0) 100%); background: linear-gradient(180deg,rgba(0,0,0,.31836484593837533) 0,rgba(0,0,0,0) 100%); height: 10px }


/* Anims*/
.scrolling {position:relative; transition:all 1s ease-in-out;}
.showStatic {opacity:1; left:0; top:0;}
@media(min-width:768px){
.inFromLeft {left:-50px; opacity:0;}
.inFromTop {top:-50px; opacity:0;}
.inFromBottom {top:50px; opacity:0;}
.inFromRight {left:50px; opacity:0;} }
span[data-id] {font-size: 10px; padding-top: 3px; text-align:center;}
 #rgeWrapper .inFromLeft,  #rgeWrapper .inFromRight,  #rgeWrapper .inFromTop,  #rgeWrapper .inFromBottom {opacity:1;}


/*HOME SLIDER*/
.homeSlider {position:relative; background:#000;}
.homeSlider ul.slides {padding-top: 40%;}
.homeSlider .slides li {position:absolute; top:0; left:0; text-align:center; width:100%; height: 100%; overflow:hidden;}
.homeSlider .slides li span {position:absolute; top:0; left:0; text-align:center; width:100%; height: 100%; background-size:cover; background-position:50% 50%;}
.homeSlider .slides li h2, .homeSlider li img, .homeSlider li a, .homeSlider li p  {position:relative; z-index:10;}
.homeSlider .slides li h2 {color:#fff; font-size: 28px; margin: 15px 0; opacity:0.8;}
.homeSlider .slides li a {border-radius: 2px; background:#fff; color:orange !important; border:none; font-weight: 300 !important; padding: 10px 40px; transition:all 0.2s ease-in-out;}
.homeSlider .slides li a:hover {color:#fff !important; background:red;}
.homeSlider .slides li .row>div {position: absolute;height: 100%;background:rgba(0,0,0,0.3);display: flex;align-items: center;}
@media(max-width:960px){
 .homeSlider ul.slides {padding-top: 50%;}
 .homeSlider .slides li img {max-width: 200px !important;}
 .homeSlider .slides li h2 {font-size: 18px;} 
}
.homeSlider .dots {position:absolute; bottom: 40px; width:100%; left:0; text-align:center;}
.homeSlider .dots span {height: 16px; width: 16px; display:inline-block; border-radius: 16px; border:3px solid #fff; margin:0 5px; background:#fff; }
.homeSlider .dots span.selected {background:#5c8fc6;}

.picZoom {position:relative; padding-top: 40%; overflow:hidden;}
.picZoom span {position:absolute; left:0; top:0; width:100%; height:100%; background-size:cover !important; background-position:50% 50% !important; }
.picZoom:hover span {transform:scale(1.1);}
.learnMore {padding: 10px 20px 8px 20px; color:#fff; display:inline-block; background:#6cba5a; border-radius: 3px; margin:10px 0; transition:all 0.5s ease-in-out;}
.learnMore:hover {background:#000;}
@media(max-width:768px){.hideXS {display:none;}}
@media(max-width:960px){.hideSM {display:none;}}


/*HEADER*/
.topHeader {border-bottom:1px solid #ddd; margin-bottom: 20px; padding:20px 0; font-size: 14px; font-weight:500;}
.topHeader a {color:inherit;}

/*FOOTER */

footer h3 {font-size: 18px; margin:0 0 20px 0;}
footer li { font-size: 14px; line-height:1.6; font-weight: 300; }
footer ul { margin: 0 0 20px 0; }
footer li a {}
footer li a:before {}
footer li a:hover { }
.footerLogo {max-width: 240px;}
footer .social {margin-top: 15px;}
footer .social i {font-size: 32px; margin-right: 5px;}
footer a {color:inherit; font-size: 14px;}
footer p {font-size: 14px; line-height: 1.6; font-weight:400;}
footer a i {margin-right: 5px;}
footer button {background:none; color:#fff; font-family:'Oswald'; border:1px solid #fff; padding: 7px 0 7px 20px; margin-top: -15px;}
footer button i {margin:0 10px 0 20px;}
.footerNote {font-size: 14px;}
.footerNote a {padding:0 15px;}

@media(max-width:768px){
.footerNote .col-xs-12 {text-align:center; padding-top: 20px;}
}

/* BUTTONS */

.btns {border:none; border-radius: 3px; padding: 8px 20px; font-size: 18px;}
.btns a {color:inherit;}
.btns.primary_bg a {color:#fff;}
.btns.primary_bg {border:1px solid #fff;}

/* PAGE HEADER */
.pageHeader {position:relative; overflow:hidden; width:100%; min-height: 500px; background-color:#444;}
.headerImage {position:absolute; left:0; top:0; width:100%; height:100%; background-size:cover; background-position:50%; transition: transform 10s ease-out; transform:scale(1);}
.projectTestimonial {position:relative;}
.headerImage:after, .projectTestimonial:after {content:""; position:absolute; left:0; top:0; width:100%; height: 100%; background:rgba(0,0,0,0.6);}
.headerImageGrow {transform:scale(1.1);}

@media(max-width:480px){
    .pageHeader {min-height:600px;}
}
@media(min-width:768px){
    .pageHeader {min-height:400px;}
}
@media(min-width:992px){
    .pageHeader {min-height:500px;}
}

.chooseBox h3 {font-size: 24px;}
.chooseBox h3 img {float:left; width: 60px; margin-right: 20px;}
.chooseBox p {line-height: 1.8; min-height: 100px;}
.teamBox {margin-bottom: 15px;}
.teamImg {padding-top:110%; background-color:#ddd; display:block; background-position:50%; background-size:cover; margin-bottom: 15px;};

.subHeader {background:#f2f2f2; padding: 30px 0; text-align:center;}
.tickList li {padding: 10px 0; display:inline-block; width: 45%; vertical-align:top; }
.tickList li i {margin-right: 10px; transform:scale(1.5); }
    
.tickList100 .tickList li {width:100%; padding-left:30px; position:relative;}
.tickList100 .tickList li i {position:absolute; left:0; top:10px;}
.subHeader {background:#f2f2f2; text-align:center; padding:25px 0;}      

.jobBox {background:#f2f2f2; padding: 15px 15px 32px 15px; position:relative;}
.jobBox img {max-width:100%; margin-bottom: 20px;}
.jobBox label {font-weight:bold; font-size: 14px; font-family:'Oswald'; display:block;}
.jobBox p, .jobBox h4 {color:#444;  font-family:'Oswald'; font-size: 15px; margin:5px 0; line-clamp: 3; box-orient: vertical; overflow: hidden; }
.jobBox button {position:absolute; right:10px; bottom: 10px; font-size: 12px;}

.projectBox { margin-top: 30px;}
.projectBox .projectImage {padding-top: 50%; display:block; background-size:cover; background-position:50%; margin-bottom: 10px;}
.projectBox p {font-size: 15px; margin-bottom: 10px;}
.projectBox h4 {font-size: 24px; margin-bottom: 10px;}
.projSynopsis p {margin-bottom: 12px;}


.projectGallery {padding-top: 50%; position:relative;}
.gImgs {border-radius: 10px; overflow:hidden; transition: transform 1s ease-in-out; position:absolute; top:0; left:0; width:100%; height:100%; white-space:nowrap; font-size:0;}
.gImgs li {margin:0; display:inline-block; width:100%; padding-top: 50%; background-size: cover; background-position: 50% 70%;}
.gDots {position:absolute; left:0; width:100%; text-align:center; bottom: 20px; z-index:10;}
.gDots li {display:inline-block; margin:0 5px; cursor:pointer; width:20px; height: 20px; background: var(--primary); border:1px solid #fff;}
.gDots li.selected {background-color:var(--secondary);}

.projectTemplate .tickList li {margin-left:5px; vertical-align:top;  font-family:'Oswald' !important; font-weight: 400 !important; position:relative; padding-left: 30px;}
.projectTemplate .tickPad i {position:absolute; left:0; top: 15px; z-index:2;}
.projectTemplate .tickPad i:after {content:""; position:absolute; background:#fff; border-radius: 50%; width: 80%; height: 70%; left:10%; top:10%; z-index:-1;}

.enquireBox input[type="text"], .enquireBox input[type="email"] {width:100%; outline:none; background:#f2f2f2; padding: 8px 12px; font-size: 18px; border:none; margin-bottom:15px;}
.enquireBox select {width:100%; background:#f2f2f2; padding: 8px 8px; font-size: 18px; border:none; margin-bottom:15px;}
.enquireBox textarea {width:100%; background:#f2f2f2; min-height:100px; padding: 8px 12px; font-size: 18px; border:none; margin-bottom:15px;}
.enquireBox input[type="text"]:focus, .enquireBox input[type="email"]:focus, .enquireBox textarea:focus {background:var(--secondary) !important; color:#fff;}
.enquireBox input[type="submit"] {bordeR:none; width:100%; font-size: 20px; padding: 12px; margin-bottom: 30px;}
.enquireBox input[type="submit"]:hover {background:var(--secondary) !important; color:#000;}

#contactMain input[type="text"], #contactMain input[type="email"] {border-radius: 4px; width:100%; outline:none; background:#f2f2f2; padding: 8px 12px; font-size: 18px; border:none; margin-bottom:15px;}
#contactMain textarea {width:100%; border-radius: 4px; background:#f2f2f2; min-height:100px; padding: 8px 12px; font-size: 18px; border:none; margin-bottom:15px;}
#contactMain input[type="text"]:focus, .enquireBox input[type="email"]:focus, .enquireBox textarea:focus {background:var(--secondary) !important; color:#fff;}
#contactMain input[type="submit"] {border:none; border-radius: 6px; width:100%; font-size: 20px; padding: 12px; margin-bottom: 10px;}
#contactMain input[type="submit"]:hover { background:#000 !important; color:#fff;}
#contactMain label {font-weight:300; font-size: 13px; padding: 10px 0; display:block; }

.heroVid {position:relative; overflow:hidden;}
#vidWrap:after {content:""; background:rgba(0,0,0,0.65); position:absolute; left:0; top:0; width:100%; height:100%; z-index:2;}
.heroContent {position:relative; top:0; width:100%; height: 100%; left:0; z-index:5;}
.btns {border:none; border-radius: 3px; padding: 10px 22px; font-size: 20px;}
.btns a {color:inherit;}
.btns.primary_bg a {color:#fff;}
.btns.primary_bg {border:1px solid #fff;}
.heroContentBox h3 {font-size: 56px; font-family:'Oswald'; line-height:1.2;}
.heroContentBox p {font-size: 20px; line-height:1.6;}
.heroContentBox {padding:70px 0 70px 0;}

@media(min-width:992px){
.heroVid {min-height: 480px; background:#333;}
}
@media(min-width:768px) and (max-width:992px){
.heroVid {min-height: 480px; background:#333;}
.heroVid video { width:150% !important; left:-25% !important;}
}
@media(max-width:768px){
.heroVid {min-height: 480px; background:#333;}
.heroVid video { width:300% !important; left:-100% !important;}
}
.legals h4 {margin:20px 0;}
.legals a {color:var(--secondary); font-weight: 600;}
.legals p {margin-bottom: 12px;}
.legals li {margin-bottom: 12px;}
.legals ul {margin: 10px 0;}

.galleryClip {position:relative;}
.galleryClip:before {content:""; background:#fff; width:100%; left:0; position:absolute; bottom:0; height: 60%;}
.quickViewer {position:relative;}
.quickViewer div span {display:block;}
.slot {background-size:cover; background-position:50% 50%; border-radius: 6px;}	
.numPic {position:absolute; color:#000; right: 30px; bottom: 20px; white-space:nowrap; background:var(--secondary); border-radius:4px; border:1px solid rgba(0,0,0,0.5); box-shadow:0 0 10px rgba(0,0,0,0.2); padding: 10px 15px; z-index:50;}
.numPic span {display:inline-block !important; white-space: nowrap;}
.prevPic,.nextPic {position:absolute; opacity:0; top: 46%; transition:all 0.75s ease-in-out; z-index:99; background:#283d74; border:2px solid var(--secondary); width: 40px; height: 40px; border-radius: 40px; box-shadow:0 0 20px rgba(0,0,0,0.5); text-align:center; font-size: 27px; color:var(--secondary);  padding-top: 4px; cursor:pointer;}
.prevPic:hover,.nextPic:hover {background:var(--secondary); border:2px solid var(--secondary); color:var(--primary);}
.prevPic {left: 30px;} .nextPic {right: 30px;}
.quickViewer:hover .prevPic, .quickViewer:hover .nextPic {opacity:1}
.prevPic 
.quickViewer:after {position:absolute; left:15px; top:0; right:15px; bottom:0; height:100%; border-radius: 6px; content:""; background: rgb(44,66,125);
background: linear-gradient(90deg, rgba(44,66,125,0.8) 0%, rgba(44,66,125,0.1) 20%, rgba(44,66,125,0.1) 80%, rgba(44,66,125,0.8) 100%); pointer-events: none; opacity:0; transition:all 0.3s ease-in-out; z-index:20;}
.quickViewer:hover:after {opacity:1;}
.quickViewer.singlePic:hover:after {opacity:0;}
.numPicCount {cursor:pointer;}
@media(min-width:993px){
	.slot1 {padding-top: calc(65% + 10px); }
	.slot2 {padding-top: 65%; margin-bottom: 25px;}
	.slot3 {padding-top: 65%;}	
}
@media(max-width:992px){
	.slot1 {padding-top: calc(65% + 10px); }
	.slot2 {display:none !important;}
	.slot3 {display:none;}
}
/*SERVICES*/
.servicesNav {position:relative; padding-right:80px;}
.servicesLeft {right:60px;}
.servicesRight {right:0px;}
.servicesNav button {position:absolute !important; top:15px; background:#fff; border:none; padding: 10px; font-size: 24px; cursor:pointer;}
.servicesWrapper {white-space:nowrap; transition:transform 1s ease-in-out; transform:translateX(0px); }
.servicesBox {width: 280px; margin: 0 10px 0 10px; display:inline-block; height:380px; vertical-align:top;}
.servicesBox span {display:block; padding-top:60%; background-size:cover; margin-bottom: 20px;}
.servicesBox h4 {padding-left: 65px; position:relative; font-size: 26px;}
.servicesBox em {position:absolute; left:0; top:6px; background:var(--secondary); color:var(--primary); width: 50px; height: 50px; text-align:center; padding-top: 5px; font-size: 26px; font-weight:600; font-style:normal; display:inline-block; margin-right: 10px;}
.servicesBox button i {margin-left: 15px;}
.servicesSection .disabled {opacity:0.3; pointer-events:none;}
@media(max-width:768px){
.servicesNav button {top:0;}
.servicesLeft {right: 45px;}
.h4btnbox button {top: auto !important; bottom: 0px;}
.h4btnbox button {top: auto !important; bottom: 0px;}
.h4btnbox {padding-bottom: 50px;}
.projectInfo strong {font-size: 12px !important; top: 14px;}
.projectInfo label {font-size: 12px !important;}
.projectTemplate .tickList li {width:100%;}
}