/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
   ## Links
   ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
   ## Asides
   ## Comments
# Infinite scroll
# Media
   ## Captions
   ## Galleries
--------------------------------------------------------------*//*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{margin:0;}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block;}audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}audio:not([controls]){display:none;height:0;}[hidden],template{display:none;}a{background-color:transparent;}a:active,a:hover{outline:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}dfn{font-style:italic;}h1{font-size:2em;margin:0.67em 0;}mark{background:#ff0;color:#000;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}img{border:0;}svg:not(:root){overflow:hidden;}figure{margin:1em 40px;}hr{box-sizing:content-box;height:0;}pre{overflow:auto;}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em;}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}button{overflow:visible;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}button[disabled],html input[disabled]{cursor:default;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}input{line-height:normal;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}legend{border:0;padding:0;}textarea{overflow:auto;}optgroup{font-weight:bold;}table{border-collapse:collapse;border-spacing:0;}td,th{padding:0;/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/}body,button,input,select,textarea{color:#404040;font-size:16px;font-size:1rem;line-height:1.5;}h1,h2,h3,h4,h5,h6{clear:both;}p{margin-bottom:1.5em;}dfn,cite,em,i{font-style:italic;}blockquote{margin:0 1.5em;}address{margin:0 0 1.5em;}pre{background:#eee;font-family:"Courier 10 Pitch", Courier, monospace;font-size:15px;font-size:0.9375rem;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em;}code,kbd,tt,var{font-family:Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;font-size:15px;font-size:0.9375rem;}abbr,acronym{border-bottom:1px dotted #666;cursor:help;}mark,ins{background:#fff9c0;text-decoration:none;}big{font-size:125%;/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/}html{box-sizing:border-box;}*,*:before,*:after{box-sizing:inherit;}body{/* Fallback for when there is no custom background color defined. */background:#fff;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em;}ul,ol{margin:0 0 1.5em 3em;}ul{list-style:disc;}ol{list-style:decimal;}li > ul,li > ol{margin-bottom:0;margin-left:1.5em;}dt{font-weight:bold;}dd{margin:0 1.5em 1.5em;}img{/* Make sure images are scaled correctly. */height:auto;/* Adhere to container width. */max-width:100%;}table{margin:0 0 1.5em;width:100%;/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/}button,input[type="button"],input[type="reset"],input[type="submit"]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);color:rgba(0, 0, 0, .8);font-size:12px;font-size:0.75rem;line-height:1;padding:0.6em 1em 0.4em;text-shadow:0 1px 0 rgba(255, 255, 255, 0.8);}button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover{border-color:#ccc #bbb #aaa;box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);}button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus,button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active{border-color:#aaa #bbb #bbb;box-shadow:inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],textarea{color:#666;border:1px solid #ccc;border-radius:3px;}input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,textarea:focus{color:#111;}input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"]{padding:3px;}textarea{padding-left:3px;width:100%;/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*//*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/}a{color:royalblue;}a:visited{color:purple;}a:hover,a:focus,a:active{color:midnightblue;}a:focus{outline:thin dotted;}a:hover,a:active{outline:0;/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/}.main-navigation{clear:both;display:block;float:left;width:100%;}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0;}.main-navigation li{float:left;position:relative;}.main-navigation a{display:block;text-decoration:none;}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0, 0, 0, 0.2);float:left;position:absolute;top:1.5em;left:-999em;z-index:99999;}.main-navigation ul ul ul{left:-999em;top:0;}.main-navigation ul ul a{width:200px;}.main-navigation ul li:hover > ul,.main-navigation ul li.focus > ul{left:auto;}.main-navigation ul ul li:hover > ul,.main-navigation ul ul li.focus > ul{left:100%;}.main-navigation .current_page_item > a,.main-navigation .current-menu-item > a,.main-navigation .current_page_ancestor > a{/* Small menu. */}.menu-toggle,.main-navigation.toggled ul{display:block;}@media screen and (min-width:37.5em){.menu-toggle{display:none;}.main-navigation ul{display:block;}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em;overflow:hidden;}.comment-navigation .nav-previous,.posts-navigation .nav-previous,.post-navigation .nav-previous{float:left;width:50%;}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{float:right;text-align:right;width:50%;/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*//* Text meant only for screen readers. */}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important;height:1px;width:1px;overflow:hidden;}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0, 0, 0, 0.6);clip:auto !important;color:#21759b;display:block;font-size:14px;font-size:0.875rem;font-weight:bold;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;/* Above WP toolbar. */z-index:100000;/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/}.alignleft{display:inline;float:left;margin-right:1.5em;}.alignright{display:inline;float:right;margin-left:1.5em;}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/}.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after{content:"";display:table;}.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after{clear:both;/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/}.widget{margin:0 0 1.5em;/* Make sure select elements fit in widgets. */}.widget select{max-width:100%;/* Search widget. */}.widget_search .search-submit{display:none;/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*//*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/}.sticky{display:block;}.hentry{margin:0 0 1.5em;}.byline,.updated:not(.published){display:none;}.single .byline,.group-blog .byline{display:inline;}.page-content,.entry-content,.entry-summary{margin:1.5em 0 0;}.page-links{clear:both;margin:0 0 1.5em;/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/}.blog .format-aside .entry-title,.archive .format-aside .entry-title{display:none;/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/}.comment-content a{word-wrap:break-word;}.bypostauthor{display:block;/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*//* Globally hidden elements when Infinite Scroll is supported and in use. */}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none;/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */}.infinity-end.neverending .site-footer{display:block;/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0;/* Make sure embeds and iframes fit their containers. */}embed,iframe,object{max-width:100%;/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/}.wp-caption{margin-bottom:1.5em;max-width:100%;}.wp-caption img[class*="wp-image-"]{display:block;margin:0 auto;}.wp-caption-text{text-align:center;}.wp-caption .wp-caption-text{margin:0.8075em 0;/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/}.gallery{margin-bottom:1.5em;}.gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;}.gallery-columns-2 .gallery-item{max-width:50%;}.gallery-columns-3 .gallery-item{max-width:33.33%;}.gallery-columns-4 .gallery-item{max-width:25%;}.gallery-columns-5 .gallery-item{max-width:20%;}.gallery-columns-6 .gallery-item{max-width:16.66%;}.gallery-columns-7 .gallery-item{max-width:14.28%;}.gallery-columns-8 .gallery-item{max-width:12.5%;}.gallery-columns-9 .gallery-item{max-width:11.11%;}.gallery-caption{display:block;}#banner .overlay p,#slider .slider .overlay p,.about-section .overlay p,#primary.home-page #single-testimonial h5,#primary.home-page #single-testimonial .source,#primary.home-page #testimonials h5,#primary.home-page #testimonials .source,#primary.team-page #team-grid a .overlay .role,.content-blocks .testimonial h5{font-family:'Libre Baskerville', serif;font-weight:400;}a,input,textarea,#masthead .header-block,#masthead #navigation ul,#masthead #navigation ul li:hover .sub-menu,#masthead #navigation ul .sub-menu,#masthead #navigation ul .sub-menu li:hover .sub-menu,.search-overlay #searchform button,#slider .bx-controls a .fa,#primary .controls button,#primary.our-work #cs-grid .mix a figure figcaption,#primary.our-work #cs-grid .mix a:hover figure figcaption,#primary.expertise #expertise-sections a figure figcaption,#primary.expertise #expertise-sections a:hover figure figcaption,#primary.search-results .results-wrap a figure figcaption,#primary.search-results .results-wrap a:hover figure figcaption,#primary.global-reach .map-keys ul li figure figcaption,#footer .col.useful-links ul,#footer .helpful-links{-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}#primary.blog .posts-wrap .image,#footer .twitter .latest-tweets li .icon img{opacity:1;filter:alpha(opacity=100);transition:opacity 0.3s ease-in-out;-moz-transition:opacity 0.3s ease-in-out;-webkit-transition:opacity 0.3s ease-in-out;}#primary.blog .posts-wrap .image:hover,#footer .twitter .latest-tweets li .icon img:hover{opacity:0.7;filter:alpha(opacity=70);}.about-section .overlay{transition:opacity 0.5s ease-in-out;-moz-transition:opacity 0.5s ease-in-out;-webkit-transition:opacity 0.5s ease-in-out;}body a,body article p a,.site-width,#masthead #navigation ul li a,#masthead #navigation .search-toggle,#masthead #navigation .toggle-nav,#banner,#banner .overlay,#slider .slider .overlay,#slider .slider .button,#static-banner,#static-banner .overlay,.about-section,.about-section .overlay,#primary .button,#primary.home-page #device-areas ul,#primary.home-page #services ul li,#primary.home-page #case-studies .slider .overlay,#primary.home-page #single-testimonial .text,#primary.home-page #single-testimonial h5,#primary.home-page #testimonials .text,#primary.home-page #testimonials h5,#primary.team-page #team-grid a,#primary.team-page #team-grid a .overlay,#primary.team-page #team-grid a .overlay .role,#primary.our-work #cs-grid .mix a figure figcaption .text-wrap .inner,#primary.our-work #cs-grid .mix a .overlay,#primary.expertise .introduction,#primary.expertise #expertise-sections ul li,#primary.expertise #expertise-sections a figure figcaption .text-wrap .inner,#primary.expertise #expertise-sections a .overlay,#primary.search-results .no-results,#primary.search-results .results-wrap article,#primary.search-results .results-wrap a figure figcaption .text-wrap .inner,#primary.search-results .results-wrap a .overlay,#primary.blog .posts-wrap article,#primary.blog .posts-wrap .entry-footer .button,#primary.global-reach .map-keys ul li,#primary.global-reach .map-keys ul li figure figcaption .text-wrap .inner,#primary.contact-page .form-wrap input,#primary.contact-page .form-wrap textarea,#sidebar,.block-list li,.paging-navigation .nav-previous,.paging-navigation .nav-next,#footer .twitter .latest-tweets li .tweet{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}#primary.blog .posts-wrap .image,#footer .twitter .latest-tweets li .icon img,#masthead #logo a,#masthead #logo a img,#masthead #navigation,#static-banner img,#primary.team-page #team-grid a img,#primary.our-work #cs-grid .mix a,#primary.our-work #cs-grid .mix a figure,#primary.our-work #cs-grid .mix a figure img,#primary.expertise #expertise-sections a,#primary.expertise #expertise-sections a figure,#primary.expertise #expertise-sections a figure img,#primary.search-results .results-wrap a,#primary.search-results .results-wrap a figure,#primary.search-results .results-wrap a figure img,#primary.blog .posts-wrap .image,#primary.blog .posts-wrap .image img,#primary.blog .posts-wrap .entry-header,#primary.global-reach .map-graphic,#primary.contact-page .form-wrap .wpcf7,#primary.contact-page .form-wrap .wpcf7-not-valid-tip,#primary.contact-page .form-wrap .wpcf7-response-output,.pagination,.sidebar-blocks .big-image img,.sidebar-blocks .big-image .caption,.sidebar-blocks .two-image-row ul li img,#footer,#footer .col.useful-links ul li,#footer .twitter .latest-tweets li,#footer .helpful-links li{float:left;width:100%;}.site-width:after,#masthead #utility:after,#masthead #utility .social:after,#masthead #navigation ul:after,#masthead #navigation ul .sub-menu:after,#slider .slider:after,#primary:after,#primary .intro-row:after,#primary.home-page #device-areas .row:after,#primary.home-page #services .row:after,#primary.home-page #case-studies .slider:after,#primary.team-page #team-grid a:after,#primary.team-page #team-grid a .image-wrap:after,#primary.team-page #team-grid .row:after,#primary.our-work #cs-grid:after,#primary.our-work #cs-grid .mix:after,#primary.our-work #cs-grid .mix a figure:after,#primary.expertise #expertise-sections .row:after,#primary.expertise #expertise-sections a figure:after,#primary.search-results .results-wrap .row:after,#primary.search-results .results-wrap a figure:after,#primary.blog .posts-wrap .entry-footer .share:after,#primary.contact-page .form-wrap .wpcf7:after,#primary.contact-page .form-wrap .newsletter:after,#sidebar:after,.pagination ul:after,.sidebar-blocks .big-image:after,.sidebar-blocks .two-image-row:after,.sidebar-blocks .two-image-row ul:after,.paging-navigation:after,#footer .col.useful-links ul:after,#footer .social:after,#footer .helpful-links:after{content:"";display:table;clear:both;}html body{background:#fff;}body{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:400;font-size:14px;color:#999;}body p{font-size:14px;color:#999;margin:0 0 25px 0;line-height:20px;font-weight:normal;}body a,body article p a{color:#006c79;text-decoration:none;word-wrap:break-word;}body a:visited,body article p a:visited{color:#006c79;}body a:hover,body article p a:hover{color:#999;}body a:focus,body article p a:focus{outline:none;}h1,h2,h3,h4,h5,h6{padding:0;margin:0 0 20px 0;}.site-width{width:1280px;margin:0 auto;}#page .entry-content{margin:0;}ul{list-style:none;padding:0;margin:0;}#masthead{background:transparent;position:relative;position:fixed;top:0;right:0;left:0;z-index:100;}#masthead #utility .links{float:right;}#masthead #utility .social{float:left;position:relative;top:4px;}#masthead #utility .social li{display:inline-block;margin-left:8px;}#masthead #utility .social li a{-webkit-border-radius:15px 15px 15px 15px;border-radius:15px 15px 15px 15px;background-clip:padding-box;color:#006c79;background:#fff;line-height:30px;width:30px;display:inline-block;text-align:center;}#masthead #utility .social li a .fa{position:relative;top:0px;font-size:16px;}#masthead #utility .social li a:hover{background:rgba(255, 255, 255, 0.7);}#masthead #utility .social li.twitter .fa{font-size:16px;top:1px;}#masthead #utility .social li.facebook .fa{left:-1px;top:1px;}#masthead #utility .social li.email .fa{font-size:15px;}#masthead #utility .social li:first-child{margin:0;}#masthead #utility .portal{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;float:left;background:rgba(255, 255, 255, 0.5);font-size:16px;color:#c70a7b;padding:0 10px;line-height:40px;margin:0 0 0 15px;}#masthead #utility .portal:hover{background:#fff;}#masthead .header-block{border-top:1px solid #fff;border-bottom:1px solid #fff;background:rgba(0, 108, 121, 0.55);}#masthead #logo{float:left;margin:0;position:relative;margin-left:-67px;padding:11px 0 14px 0;}#masthead #logo a{max-width:300px;}#masthead #logo a svg{float:left;max-width:300px;height:75px;}#masthead #logo a svg rect{fill:;}#masthead.action .header-block{background:rgba(0, 108, 121, 0.8);}#masthead #navigation{clear:none;float:right;width:auto;}#masthead #navigation ul{float:left;}#masthead #navigation ul li{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;position:relative;margin-left:25px;float:left;}#masthead #navigation ul li:first-child{margin-left:0;}#masthead #navigation ul li:hover > a{color:rgba(255, 255, 255, 0.7);}#masthead #navigation ul li:hover .sub-menu{opacity:1;filter:alpha(opacity=100);visibility:visible;-webkit-transition:opacity 0.35s ease;-moz-transition:opacity 0.35s ease;-o-transition:opacity 0.35s ease;transition:opacity 0.35s ease;}#masthead #navigation ul li .sub-toggle{display:none;}#masthead #navigation ul li a{float:left;color:#fff;font-size:18px;line-height:100px;}#masthead #navigation ul li a:hover{text-decoration:none;color:rgba(255, 255, 255, 0.7);}#masthead #navigation ul .sub-menu{opacity:0;filter:alpha(opacity=0);visibility:hidden;z-index:100;position:absolute;top:100px;left:0;background:none;padding:0;box-shadow:none;width:200px;margin:0;-webkit-transition:opacity 0.35s ease-in;-moz-transition:opacity 0.35s ease-in;-o-transition:opacity 0.35s ease-in;transition:opacity 0.35s ease-in;}#masthead #navigation ul .sub-menu li{width:100%;margin:0;}#masthead #navigation ul .sub-menu li:first-child{border-top:3px solid #c70a7b;}#masthead #navigation ul .sub-menu li:last-child{-webkit-box-shadow:0px 2px 8px rgba(0, 0, 0, 0.15);-moz-box-shadow:0px 2px 8px rgba(0, 0, 0, 0.15);box-shadow:0px 2px 8px rgba(0, 0, 0, 0.15);}#masthead #navigation ul .sub-menu li:hover > a{color:#c70a7b;}#masthead #navigation ul .sub-menu li a{color:#999;background:#fff;padding:10px;width:100%;line-height:20px;font-size:12px;font-weight:normal !important;}#masthead #navigation ul .sub-menu li a:hover{color:#c70a7b;}#masthead #navigation ul .sub-menu li .sub-menu{opacity:0;filter:alpha(opacity=0);visibility:hidden;top:0;left:200px;}#masthead #navigation ul .sub-menu li:hover .sub-menu{opacity:1;filter:alpha(opacity=100);visibility:visible;-webkit-transition:opacity 0.35s ease;-moz-transition:opacity 0.35s ease;-o-transition:opacity 0.35s ease;transition:opacity 0.35s ease;}#masthead #navigation ul .sub-menu li:hover .sub-menu li:first-child{border-top:none;}#masthead #navigation ul .sub-menu li:hover .sub-menu li a{background:#f2f2f2;}#masthead #navigation .search-toggle{float:left;color:#fff;font-size:20px;line-height:100px;margin-left:35px;}#masthead #navigation .search-toggle:hover{text-decoration:none;color:rgba(255, 255, 255, 0.7);}#masthead #navigation .toggle-nav{float:left;color:#fff;font-size:18px;line-height:100px;margin-left:35px;display:none;}#masthead #navigation .toggle-nav:hover{text-decoration:none;color:rgba(255, 255, 255, 0.7);}.search-overlay{position:fixed;width:100%;height:100%;top:0;left:0;background:#fff;visibility:hidden;opacity:0;-webkit-transition:-webkit-transform 0.3s, opacity 0.3s, visibility 0s 0.3s;transition:transform 0.3s, opacity 0.3s, visibility 0s 0.3s;}.search-overlay.open{display:block;visibility:visible;opacity:1;-webkit-transition:-webkit-transform 0.6s, opacity 0.6s;transition:transform 0.6s, opacity 0.6s;z-index:1000;}.search-overlay .site-width{position:relative;}.search-overlay .search-toggle{position:absolute;top:75px;right:0;font-size:23px;color:#000;}.search-overlay .search-toggle:hover{color:#c70a7b;}.search-overlay #searchform{position:absolute;top:0;right:0;left:0;bottom:0;width:615px;height:80px;margin:auto;}.search-overlay #searchform .search-label{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:60px;color:#333;}.search-overlay #searchform ::-webkit-input-placeholder{color:#999;}.search-overlay #searchform :-moz-placeholder{color:#999;opacity:1;}.search-overlay #searchform ::-moz-placeholder{color:#999;opacity:1;}.search-overlay #searchform :-ms-input-placeholder{color:#999;}.search-overlay #searchform input{padding:0;border:none;border-radius:0;border-bottom:2px solid rgba(153, 153, 153, 0.5);outline:none;font-size:35px;width:300px;position:relative;top:-5px;margin:0 20px;color:#999;}.search-overlay #searchform button{background:none;box-shadow:0 0;padding:0;border-radius:0 0;text-shadow:0 0;border:none;font-size:42px;color:#c70a7b;outline:none;}.search-overlay #searchform button:hover{color:#333;}#banner{min-height:390px;padding-top:182px;padding:180px 0 40px 0;}#banner .preloader{max-width:80px;margin:auto;display:inherit;width:80px;position:relative;top:40px;}#banner .overlay{padding:20px 20px 25px;background:rgba(255, 255, 255, 0.5);width:50%;}#banner .overlay h1{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:45px;color:#000;line-height:50px;}#banner .overlay p{font-size:15px;color:#000;line-height:24px;}#banner .overlay p:last-child{margin:0;}#slider .bx-viewport{background:transparent;}#slider .bx-wrapper{position:relative;}#slider .slider li{padding-top:220px;padding-bottom:60px;min-height:630px;background-position:center center;background-repeat:no-repeat;background-size:cover;}#slider .slider .overlay{padding:40px;background:rgba(255, 255, 255, 0.5);width:68%;}#slider .slider .overlay h1{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:45px;color:#000;line-height:50px;}#slider .slider .overlay .text{width:65%;}#slider .slider .overlay p{font-size:15px;color:#000;line-height:24px;}#slider .slider .overlay p:last-child{margin:0;}#slider .slider .button{background:#c70a7b;color:#fff;border-radius:0;padding:0 30px;line-height:50px;font-size:14px;margin:20px 0 0 0;display:inline-block;position:relative;text-transform:uppercase;}#slider .slider .button:hover{background:#333;}#slider .bx-controls{z-index:100;position:static;}#slider .bx-controls a{display:block;width:50px;height:50px;position:absolute;z-index:100;top:0;bottom:0;margin:auto;}#slider .bx-controls a .fa{width:50px;height:50px;line-height:50px;background:#fff;color:#333;font-size:32px;text-align:center;position:relative;top:60px;}#slider .bx-controls a:hover .fa{background:#fafafa;color:#c70a7b;}#slider .bx-controls a.bx-prev{left:0;}#slider .bx-controls a.bx-next{right:0;}#static-banner{position:relative;}#static-banner .site-width{position:static;}#static-banner .overlay{position:absolute;top:220px;}#static-banner .overlay h1{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:55px;color:#c70a7b;line-height:70px;margin:0;}#static-banner .overlay h1 span{color:#fff;}#static-banner .overlay h3{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:55px;color:#fff;line-height:70px;max-width:860px;}.about-section{min-height:500px;padding:150px 0;}.about-section .overlay{opacity:0;filter:alpha(opacity=0);padding:20px 20px 25px;background:rgba(255, 255, 255, 0.5);width:50%;margin-top:5%;-webkit-transition:all 0.5s ease-out;-moz-transition:all 0.5s ease-out;-ms-transition:all 0.5s ease-out;-o-transition:all 0.5s ease-out;transition:all 0.5s ease-out;}.about-section .overlay h2{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:45px;color:#000;line-height:50px;}.about-section .overlay h2 a{color:#000;}.about-section .overlay h2 a:hover{color:#c70a7b;}.about-section .overlay p{font-size:15px;color:#000;line-height:24px;}.about-section .overlay p:last-child{margin:0;}.about-section.active .overlay{opacity:1;filter:alpha(opacity=100);margin-top:2%;}.about-section.odd .overlay{float:right;}.about-section.top-banner{min-height:600px;padding-top:240px;}#primary{background:#fff;padding:40px 0;min-height:200px;}#primary .button{background:#c70a7b;color:#fff;border-radius:0;padding:0 30px;line-height:50px;font-size:14px;margin:0 0 25px 0;display:inline-block;position:relative;text-transform:uppercase;}#primary .button:hover{background:#333;}#primary .button.cs-button{background:#006c79;position:absolute;right:0;top:-110px;}#primary .button.cs-button:hover{background:#333;}#primary .site-width{position:relative;}#primary .sub-title{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;color:#c70a7b;font-size:24px;line-height:30px;margin:0 0 15px 0;}#primary #main{width:48.75%;float:left;}#primary #main .intro-text p{font-size:16px;color:#999;line-height:22px;}#primary #sidebar{width:48.75%;float:left;margin:0 0 0 2.5%;}#primary .intro-row{width:100%;}#primary.home-page{padding:0;background:transparent;}#primary.home-page #about{background:#c70a7b;padding:90px 0;}#primary.home-page #about.parallax{background:transparent;}#primary.home-page #about h4{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;color:#fff;font-size:35px;line-height:45px;}#primary.home-page #about h4 span{color:#000;}#primary.home-page #about .site-width{padding-right:20%;}#primary.home-page #device-areas{background:#e6ca73;padding:75px 0;}#primary.home-page #device-areas.parallax{background:transparent;}#primary.home-page #device-areas .row{margin-top:30px;}#primary.home-page #device-areas .row.first{margin-top:0;}#primary.home-page #device-areas ul{padding:0 13%;}#primary.home-page #device-areas ul li{float:left;width:47.5%;margin-left:5%;text-align:center;}#primary.home-page #device-areas ul li:first-child{margin-left:0;}#primary.home-page #device-areas h3{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;color:#fff;text-transform:uppercase;margin:0 0 60px 0;line-height:25px;text-align:center;}#primary.home-page #device-areas h4{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;color:#fff;text-transform:uppercase;margin:0 0 15px 0;line-height:25px;}#primary.home-page #device-areas h4 a{color:#c70a7b;}#primary.home-page #device-areas h4 a:hover{color:#000;}#primary.home-page #device-areas p{color:#333;font-size:14px;}#primary.home-page #device-areas .button{line-height:35px;font-size:10px;padding:0 20px;margin:0;}#primary.home-page #services{padding:60px 0;}#primary.home-page #services .section{border-top:2px solid #fff;padding-top:30px;margin-top:10px;}#primary.home-page #services .section.first{border-top:none;padding-top:0;margin-top:0;}#primary.home-page #services .section h4{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;color:#fff;text-transform:uppercase;width:100%;text-align:center;margin:0 0 30px 0;}#primary.home-page #services .row{margin-top:30px;}#primary.home-page #services .row.first{margin-top:0;}#primary.home-page #services ul li{float:left;width:33.3%;text-align:center;padding:0 5%;}#primary.home-page #services ul li .icon{margin-bottom:10px;}#primary.home-page #services ul li h6{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;color:#c70a7b;text-transform:uppercase;margin:0 0 10px 0;line-height:25px;}#primary.home-page #services ul li h6 a{color:#c70a7b;display:block;}#primary.home-page #services ul li h6 a:hover{color:#000 !important;}#primary.home-page #services ul li h6 a:visited{color:#c70a7b;}#primary.home-page #services ul li p{color:#333;}#primary.home-page #case-studies .site-width{position:relative;}#primary.home-page #case-studies .bx-viewport{background:transparent;}#primary.home-page #case-studies .bx-wrapper{position:relative;}#primary.home-page #case-studies .slider li{padding:85px 0;min-height:450px;background-position:center center;background-repeat:no-repeat;background-size:cover;}#primary.home-page #case-studies .slider .overlay{padding:35px;background:rgba(255, 255, 255, 0.5);width:48%;float:right;min-height:290px;position:relative;}#primary.home-page #case-studies .slider .overlay .view-all{background:#006c79;position:absolute;top:-60px;right:0;line-height:45px;}#primary.home-page #case-studies .slider .overlay .view-all:hover{background:#333;}#primary.home-page #case-studies .slider .overlay h5{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:35px;color:#006c79;line-height:42px;}#primary.home-page #case-studies .slider .overlay .text{width:100%;}#primary.home-page #case-studies .slider .overlay p{color:#333;}#primary.home-page #case-studies .button{margin:0;}#primary.home-page #case-studies .slider-controls{position:absolute;right:25px;bottom:120px;}#primary.home-page #case-studies .slider-controls li{display:inline-block;margin-left:10px;}#primary.home-page #case-studies .slider-controls a{display:inline-block;width:35px;height:35px;z-index:100;background:#c70a7b;color:#fff;font-size:32px;line-height:35px;text-align:center;}#primary.home-page #case-studies .slider-controls a:hover{background:#333;}#primary.home-page #clients{background:#000;padding:30px 0;}#primary.home-page #single-testimonial{padding:70px 0;background:#c70a7b;}#primary.home-page #single-testimonial .text{padding:0 10%;}#primary.home-page #single-testimonial h5{color:#fff;margin:0 0 40px;font-size:30px;line-height:40px;position:relative;}#primary.home-page #single-testimonial h5 .quote-open{position:absolute;left:-90px;top:-30px;}#primary.home-page #single-testimonial h5 .quote-close{position:absolute;right:-40px;bottom:-40px;}#primary.home-page #single-testimonial .source{font-size:15px;color:#fff;margin:0;}#primary.home-page #single-testimonial .source .seperator{margin:0 10px;}#primary.home-page #testimonials{background:#c70a7b;}#primary.home-page #testimonials .bx-wrapper li{padding:70px 0;}#primary.home-page #testimonials .text{padding:0 10%;}#primary.home-page #testimonials h5{color:#fff;margin:0 0 40px;font-size:30px;line-height:40px;position:relative;}#primary.home-page #testimonials h5 .quote-open{position:absolute;left:-90px;top:-30px;}#primary.home-page #testimonials h5 .quote-close{position:absolute;right:-40px;bottom:-40px;}#primary.home-page #testimonials .source{font-size:15px;color:#fff;margin:0;}#primary.home-page #testimonials .source .seperator{margin:0 10px;}#primary.team-page #team-grid a{float:left;width:23.4%;margin-left:2.13%;position:relative;overflow:hidden;}#primary.team-page #team-grid a.first{margin-left:0;}#primary.team-page #team-grid a .image-wrap{position:relative;display:block;}#primary.team-page #team-grid a .overlay{opacity:0;filter:alpha(opacity=0);background:rgba(255, 255, 255, 0.7);padding:20px;opacity:0;position:absolute;left:0;right:0;bottom:-30%;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;z-index:10;}#primary.team-page #team-grid a .overlay h3{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;margin:0 0 15px 0;color:#c70a7b;}#primary.team-page #team-grid a .overlay .role{display:block;width:100%;padding-right:50px;color:#000;font-size:15px;margin:0;}#primary.team-page #team-grid a .overlay .icon{display:inline-block;width:35px;height:35px;color:#fff;background:#c70a7b;line-height:30px;text-align:center;font-size:25px;position:absolute;right:20px;bottom:20px;}#primary.team-page #team-grid a:hover .overlay{opacity:1;filter:alpha(opacity=100);bottom:0;-webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;}#primary.team-page #team-grid .row{margin:0 0 2.13% 0;position:relative;}#primary.team-profile .info-col{float:left;width:100%;}#primary.team-profile .info-col h4{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;color:#c70a7b;font-size:24px;line-height:30px;margin:0 0 25px 0;}#primary .controls{margin:0 0 40px 0;text-align:center;}#primary .controls button{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:16px;margin-left:25px;border:none;background:none;text-shadow:0 0;color:#999;box-shadow:0 0;display:inline-block;padding:0;}#primary .controls button:focus{outline:none;}#primary .controls button:hover{box-shadow:0 0;color:#666;}#primary .controls button.active{color:#c70a7b;}#primary .controls button.first{margin-left:0;}#primary.our-work #cs-grid{padding:0;-webkit-backface-visibility:hidden;margin-left:-2%;width:102%;}#primary.our-work #cs-grid .mix{width:31.1%;display:inline-block;margin-bottom:2%;margin-left:2%;display:none;}#primary.our-work #cs-grid .mix a{position:relative;}#primary.our-work #cs-grid .mix a figure{margin:0;overflow:hidden;position:relative;}#primary.our-work #cs-grid .mix a figure figcaption{background:rgba(0, 0, 0, 0.55);height:100%;top:0;right:0;bottom:0;left:0;width:100%;height:100%;position:absolute;right:0;z-index:50;}#primary.our-work #cs-grid .mix a figure figcaption .text-wrap{width:100%;height:100%;display:table;}#primary.our-work #cs-grid .mix a figure figcaption .text-wrap .inner{padding:0 10%;color:#fff;display:table-cell;vertical-align:middle;text-align:center;font-size:12px;text-transform:uppercase;}#primary.our-work #cs-grid .mix a h5{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;color:#fff;margin:0 0 10px 0;line-height:30px;}#primary.our-work #cs-grid .mix a h6{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:16px;color:#fff;margin:0;line-height:22px;}#primary.our-work #cs-grid .mix a .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.7);}#primary.our-work #cs-grid .mix a:hover figure figcaption{background:rgba(199, 10, 123, 0.9);}#primary.expertise .introduction{text-align:center;padding:0 10%;margin:0 0 30px;}#primary.expertise #expertise-sections .section{padding-top:30px;margin-top:10px;}#primary.expertise #expertise-sections .section.first{padding-top:0;margin-top:0;}#primary.expertise #expertise-sections .section h4{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;color:#333;text-transform:uppercase;width:100%;text-align:center;margin:0 0 30px 0;}#primary.expertise #expertise-sections .row{margin-top:30px;}#primary.expertise #expertise-sections .row.first{margin-top:0;}#primary.expertise #expertise-sections ul li{float:left;width:31.3%;margin-left:3.05%;text-align:center;padding:0;}#primary.expertise #expertise-sections ul li:first-child{margin-left:0;}#primary.expertise #expertise-sections a{position:relative;}#primary.expertise #expertise-sections a figure{margin:0;overflow:hidden;position:relative;}#primary.expertise #expertise-sections a figure figcaption{background:rgba(0, 0, 0, 0.55);height:100%;top:0;right:0;bottom:0;left:0;width:100%;height:100%;position:absolute;right:0;z-index:50;}#primary.expertise #expertise-sections a figure figcaption .text-wrap{width:100%;height:100%;display:table;}#primary.expertise #expertise-sections a figure figcaption .text-wrap .inner{padding:0 10%;color:#fff;display:table-cell;vertical-align:middle;text-align:center;font-size:12px;text-transform:uppercase;}#primary.expertise #expertise-sections a h5{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;color:#fff;margin:0;line-height:30px;}#primary.expertise #expertise-sections a .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.7);}#primary.expertise #expertise-sections a:hover figure figcaption{background:rgba(199, 10, 123, 0.9);}#primary.search-results .sub-title{text-align:center;margin:0 0 40px 0;}#primary.search-results .sub-title span{color:#000;}#primary.search-results .no-results{text-align:center;padding:0 10%;margin:0 0 30px;}#primary.search-results .results-wrap .row{margin-top:3%;}#primary.search-results .results-wrap .row.first{margin-top:0;}#primary.search-results .results-wrap article{float:left;width:31.3%;margin-left:3.05%;text-align:center;padding:0;}#primary.search-results .results-wrap article:first-child{margin-left:0;}#primary.search-results .results-wrap a{position:relative;}#primary.search-results .results-wrap a figure{margin:0;overflow:hidden;position:relative;}#primary.search-results .results-wrap a figure figcaption{background:rgba(0, 0, 0, 0.6);height:100%;top:0;right:0;bottom:0;left:0;width:100%;height:100%;position:absolute;right:0;z-index:50;}#primary.search-results .results-wrap a figure figcaption .text-wrap{width:100%;height:100%;display:table;}#primary.search-results .results-wrap a figure figcaption .text-wrap .inner{padding:0 10%;color:#fff;display:table-cell;vertical-align:middle;text-align:center;font-size:12px;text-transform:uppercase;}#primary.search-results .results-wrap a h5{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;color:#fff;margin:0;line-height:30px;}#primary.search-results .results-wrap a .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.7);}#primary.search-results .results-wrap a:hover figure figcaption{background:rgba(199, 10, 123, 0.9);}#primary.blog .controls{margin:0 0 20px 0;}#primary.blog .posts-wrap{display:-webkit-flex;-webkit-flex-flow:row wrap;-webkit-justify-content:space-between;-webkit-align-content:flex-start;}#primary.blog .posts-wrap article{float:left;width:33.33%;padding:20px;display:flex;display:none;-webkit-backface-visibility:hidden;min-height:640px;}#primary.blog .posts-wrap article:first-child{margin-left:0;}#primary.blog .posts-wrap .image{margin:0 0 20px 0;}#primary.blog .posts-wrap .entry-header{margin:0 0 20px 0;}#primary.blog .posts-wrap .entry-header time{color:#c70a7b;font-size:15px;margin:0 0 5px 0;display:block;}#primary.blog .posts-wrap .entry-header h4{margin:0;color:#000;font-size:22px;}#primary.blog .posts-wrap .entry-header h4 a{color:#000;}#primary.blog .posts-wrap .entry-header h4 a:hover{color:#c70a7b;}#primary.blog .posts-wrap h5{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;font-size:24px;color:#fff;margin:0;line-height:30px;}#primary.blog .posts-wrap .entry-footer .button{background:#c70a7b;color:#fff;border-radius:0;padding:0 20px;line-height:45px;font-size:13px;margin:0;display:inline-block;position:relative;text-transform:uppercase;}#primary.blog .posts-wrap .entry-footer .button:hover{background:#333;}#primary.blog .posts-wrap .entry-footer .share{float:right;}#primary.blog .posts-wrap .entry-footer .share li{display:inline-block;margin-left:10px;}#primary.blog .posts-wrap .entry-footer .share li a{display:inline-block;font-size:20px;}#primary.blog .posts-wrap .entry-footer .share li.fb{margin-left:0;}#primary.blog .posts-wrap .entry-footer .share li.fb a{color:#3b5998;}#primary.blog .posts-wrap .entry-footer .share li.fb a:hover{color:rgba(59, 89, 152, 0.6);}#primary.blog .posts-wrap .entry-footer .share li.tw a{color:#00aced;}#primary.blog .posts-wrap .entry-footer .share li.tw a:hover{color:rgba(0, 172, 237, 0.6);}#primary.blog .posts-wrap .entry-footer .share li.gp a{color:#dd4b39;}#primary.blog .posts-wrap .entry-footer .share li.gp a:hover{color:rgba(221, 75, 57, 0.6);}#primary.blog .posts-wrap .entry-footer .share li.li a{color:#007bb5;}#primary.blog .posts-wrap .entry-footer .share li.li a:hover{color:rgba(0, 123, 181, 0.6);}#primary.global-reach{min-height:0;}#primary.global-reach #main{width:100%;}#primary.global-reach .map-graphic{margin-top:20px;}#primary.global-reach .text-block{margin:0 0 40px 0;}#primary.global-reach .sub-title{margin:0 0 25px 0;}#primary.global-reach .map-keys h4{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;color:#c70a7b;font-size:24px;line-height:30px;margin:0 0 25px 0;}#primary.global-reach .map-keys ul li{position:relative;width:16.66%;float:left;padding-right:20px;margin-bottom:20px;padding-left:65px;}#primary.global-reach .map-keys ul li img{max-width:50px;position:absolute;top:0;left:0;}#primary.global-reach .map-keys ul li h6{margin:0;}#primary.global-reach .map-keys ul li figure{margin:0;height:50px;}#primary.global-reach .map-keys ul li figure figcaption{width:100%;height:100%;z-index:50;}#primary.global-reach .map-keys ul li figure figcaption .text-wrap{width:100%;height:100%;display:table;}#primary.global-reach .map-keys ul li figure figcaption .text-wrap .inner{padding:0;display:table-cell;vertical-align:middle;font-size:12px;}#primary.global-reach .map-keys ul li p{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;margin:0;font-size:13px;line-height:18px;}#primary.contact-page #map{margin:0 0 20px 0;}#primary.contact-page #map img{max-width:none;}#primary.contact-page #map a[href^="http://maps.google.com/maps"],#primary.contact-page #map a[href^="https://maps.google.com/maps"]{display:none !important;}#primary.contact-page #map .gmnoprint a,#primary.contact-page #map .gmnoprint span,#primary.contact-page #map .gm-style-cc{display:none;}#primary.contact-page .contact-info h6{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:400;margin:0 0 10px;font-size:14px;color:#c70a7b;}#primary.contact-page .contact-info p a{color:#999;}#primary.contact-page .contact-info p a:hover{color:#333;}#primary.contact-page .contact-info .address{float:left;width:48.75%;font-size:14px;font-style:normal;}#primary.contact-page .contact-info ul{float:left;width:48.75%;margin:0 0 0 2.5%;}#primary.contact-page .contact-info ul li{width:100%;}#primary.contact-page .form-wrap .wpcf7{position:relative;margin:0;z-index:20;}#primary.contact-page .form-wrap .wpcf7 br{display:none;}#primary.contact-page .form-wrap .wpcf7 .wpcf7-form-control-wrap{display:block;margin-bottom:20px;}#primary.contact-page .form-wrap ::-webkit-input-placeholder{color:#999;}#primary.contact-page .form-wrap :-moz-placeholder{color:#999;opacity:1;}#primary.contact-page .form-wrap ::-moz-placeholder{color:#999;opacity:1;}#primary.contact-page .form-wrap :-ms-input-placeholder{color:#999;}#primary.contact-page .form-wrap p{margin:0;}#primary.contact-page .form-wrap input,#primary.contact-page .form-wrap textarea{border:1px solid ;border-radius:0;box-shadow:none;text-shadow:none;outline:none;background:#fff;color:#999;padding:0 20px;margin:0;width:100%;font-size:14px;line-height:50px;text-transform:none;}#primary.contact-page .form-wrap input:focus,#primary.contact-page .form-wrap textarea:focus{border-color:#c70a7b;}#primary.contact-page .form-wrap textarea{height:75px;max-width:100%;max-height:300px;min-height:200px;}#primary.contact-page .form-wrap input[type="text"]{margin-top:0;}#primary.contact-page .form-wrap .newsletter{margin:0 0 23px 0;}#primary.contact-page .form-wrap .newsletter .subscribe{float:left;margin:0;width:15px;height:15px;position:relative;top:-1px;}#primary.contact-page .form-wrap .newsletter .subscribe .wpcf7-list-item{margin:0;}#primary.contact-page .form-wrap .newsletter .wpcf7-list-item-label{display:none;}#primary.contact-page .form-wrap .newsletter .lab{float:left;margin-left:10px;color:#999;}#primary.contact-page .form-wrap .buttons{float:left;width:auto;position:relative;}#primary.contact-page .form-wrap .buttons br{display:none;}#primary.contact-page .form-wrap .buttons input[type="submit"]{border-radius:0;background-color:#c70a7b;text-align:center;width:auto;text-shadow:0 0;float:left;border:none;color:#fff;padding:0 30px;line-height:50px;font-size:14px;margin:0;text-transform:uppercase;display:inline-block;}#primary.contact-page .form-wrap .buttons input[type="submit"]:hover{background:#333;box-shadow:none;}#primary.contact-page .form-wrap .ajax-loader{display:none;}#primary.contact-page .form-wrap .wpcf7-not-valid-tip{margin-top:10px;background:none;color:#e66767;font-size:10px;display:inline-block;padding:4px 0 2px 0x;margin-bottom:10px;}#primary.contact-page .form-wrap .wpcf7-response-output{border:none;margin:25px 0 0 0;padding:15px 25px;font-size:12px;color:#fff;text-align:left;}#primary.contact-page .form-wrap .wpcf7-response-output.wpcf7-validation-errors{background:#e66767;}#primary.contact-page .form-wrap .wpcf7-response-output.wpcf7-mail-sent-ok{background:#63b669;}#primary.form-page #main{width:100%;}#primary.form-page .sub-title{margin:0 0 35px 0;text-align:center;}#primary.form-page .content-blocks .iframe-embed iframe{min-height:750px;}#sidebar{float:left;width:23.1%;margin-right:7.7%;}#sidebar h5{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;color:#006c79;font-size:30px;margin:0 0 20px 0;}#sidebar .contact-info h6{color:#c70a7b;font-size:18px;margin:0;}#sidebar .contact-info ul li{color:#333;margin-top:20px;}#sidebar .contact-info ul li:first-child{margin-top:0;}#sidebar .contact-info ul li p{font-size:14px;line-height:20px;margin:0;}#sidebar .contact-info ul li p a{color:#333;}#sidebar .contact-info ul li p a:hover{color:#c70a7b;}#cmr-map{height:600px !important;width:100%;}#cmr-map img{max-width:none;}#cmr-map a[href^="http://maps.google.com/maps"],#cmr-map a[href^="https://maps.google.com/maps"]{display:none !important;}#cmr-map .gmnoprint a,#cmr-map .gmnoprint span,#cmr-map .gm-style-cc{display:none;}.pagination ul{margin:0;padding:0;}.pagination ul li,.pagination ul .bttn{float:left;margin-right:10px;list-style:none;}.pagination ul li a,.pagination ul .bttn a{float:left;font-size:12px;color:#bbb;text-decoration:none;text-transform:uppercase;cursor:pointer;padding:0;border:none;background:#fff;border:1px solid #d6d6d6;line-height:40px;width:40px;text-align:center;}.pagination ul li:hover a,.pagination ul .bttn:hover a,.pagination ul li.active a,.pagination ul .bttn.active a,.pagination ul li .disabled,.pagination ul .bttn .disabled{border-color:#c70a7b;background:#c70a7b;color:#fff;}.pagination ul .bttn a{width:auto;padding:0 10px;}.content-blocks .block-heading{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;color:#c70a7b;font-size:24px;line-height:30px;margin:0 0 30px 0;}.content-blocks .embed-block{margin:0 0 30px 0;}.content-blocks .embed-block iframe{width:100% !important;max-width:inherit !important;}.content-blocks .iframe-embed{margin:0 0 30px 0;}.content-blocks .iframe-embed iframe{min-height:250px;width:100% !important;max-width:inherit !important;}.content-blocks .button{margin:0 0 30px 0;}.content-blocks .large-text p{font-size:20px;color:#c70a7b;line-height:initial;}.content-blocks .testimonial{margin:0 0 30px 0;padding-top:10px;}.content-blocks .testimonial h5{color:#333;margin:0 0 15px;font-size:16px;}.content-blocks .testimonial h5 .quote-open{color:#006c79;font-size:40px;line-height:15px;position:relative;top:15px;}.content-blocks .testimonial .source{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:400;font-size:14px;color:#333;}.content-blocks .video{margin:0 0 30px 0;}.content-blocks .text ul{list-style:disc;padding:0 0 0 20px;}.content-blocks .text ul,.content-blocks .text ol{margin:0 0 25px 0;}.content-blocks .text ul li,.content-blocks .text ol li{font-size:18px;color:#333;margin:0 0 5px 0;line-height:24px;}.content-blocks .text ol{padding:0 0 0 26px;}.block-list{margin:0 0 25px 0;}.block-list li{color:#999;font-size:14px;line-height:20px;margin:5px 0 0 0;position:relative;padding-left:18px;}.block-list li:before{-webkit-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;background-clip:padding-box;content:"";position:absolute;left:0;top:8px;background:#c70a7b;width:5px;height:5px;}.block-list li:first-child{margin-top:0;}.sidebar-blocks .big-image{margin-bottom:4.6%;}.sidebar-blocks .big-image .caption{margin:20px 0 20px 0;}.sidebar-blocks .big-image .caption h6{margin:0;font-size:18px;}.sidebar-blocks .two-image-row{margin:0 0 4.6% 0;}.sidebar-blocks .two-image-row ul li{float:left;width:47.7%;margin-left:4.6%;}.sidebar-blocks .two-image-row ul li:first-child{margin-left:0;}.paging-navigation{margin:60px 0 0;}.paging-navigation a{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;color:#999;font-size:18px;text-transform:uppercase;}.paging-navigation a:visited{color:#999;}.paging-navigation a:hover{color:#c70a7b;}.paging-navigation .nav-previous{float:left;width:50%;padding-right:30px;}.paging-navigation .nav-next{float:right;width:50%;padding-right:30px;text-align:right;}.text .page-list li.page-item-858,.text .page-list li.page-item-862,.text .page-list li.page-item-869,.text .page-list li.page-item-865{display:none;}#footer{background:#333;padding:50px 0;}#footer .col{float:left;width:23.1%;margin-left:2.5%;}#footer .col.cmr{margin-left:0;}#footer .col.useful-links ul{padding:0;position:relative;}#footer .col.useful-links ul li{font-size:14px;position:relative;margin:0 0 5px 0;}#footer .col.useful-links ul li:first-child{margin-top:0;}#footer .col.useful-links ul li a{float:left;color:#999;padding:0;}#footer .col.useful-links ul li a:hover{text-decoration:none;color:#fff;}#footer .col h5{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;color:#fff;font-size:24px;line-height:32px;margin:0 0 20px 0;text-transform:uppercase;}#footer .col p{font-size:12px;color:#999;line-height:17px;margin:0 0 20px;}#footer .col p.item{margin:0;line-height:20px;}#footer .col p a{color:#999;}#footer .col p a:hover{color:#fff;}#footer .col p.copyright{margin:0;}#footer .col p.credit{margin:0;}#footer .col .address{font-style:normal;font-size:14px;color:#fff;line-height:18px;margin:0 0 25px 0;}#footer .col .mobile-address{display:none;}#footer .twitter .latest-tweets li{margin-top:30px;position:relative;}#footer .twitter .latest-tweets li:first-child{margin:0;}#footer .twitter .latest-tweets li .icon{position:absolute;left:0;top:0;}#footer .twitter .latest-tweets li .icon img{max-width:25px;}#footer .twitter .latest-tweets li .tweet{padding-left:40px;font-size:12px;color:#999;}#footer .twitter .latest-tweets li .tweet a{color:#c70a7b;}#footer .twitter .latest-tweets li .tweet a:hover{color:rgba(199, 10, 123, 0.7);}#footer .twitter .latest-tweets li .text{margin-bottom:6px;}#footer .social{margin-top:40px;float:left;}#footer .social li{display:inline-block;margin-left:15px;}#footer .social li a{font-size:28px;color:#fff;display:inline-block;}#footer .social li a:hover{color:#999;}#footer .social li:first-child{margin:0;}#footer .helpful-links{padding:0;position:relative;}#footer .helpful-links li{font-size:12px;position:relative;line-height:inital;margin:0;}#footer .helpful-links li:first-child{margin-top:0;}#footer .helpful-links li a{float:left;color:#999;padding:0;}#footer .helpful-links li a:hover{text-decoration:none;color:#fff;}body.loading #banner{background:#eee;}body.loading #banner .overlay{display:none;}body.loading #primary.team-page #team-grid a .image-wrap img{visibility:hidden;}body.recruitment #primary-menu{display:none;}@media screen and (max-width:1405px){#masthead #logo{margin-left:-8px;}}@media screen and (max-width:1380px){.map-wrap{width:100%;overflow:hidden;}.map-wrap #cmr-map{width:1380px;}}@media screen and (max-width:1340px){.site-width{width:100%;padding-left:30px;padding-right:30px;}.search-overlay .search-toggle{right:30px;}#primary.home-page #case-studies .slider-controls{right:60px;}#primary .button.cs-button{right:30px;}}@media screen and (max-width:1250px){#masthead #utility .social li a .fa{font-size:14px;}#masthead #utility .social li.email .fa{font-size:13px;top:-1px;}#masthead #utility .portal{font-size:14px;}#masthead #navigation ul li a{font-size:15px;}#masthead #navigation ul .sub-menu{width:170px;}#masthead #navigation ul .sub-menu li a{font-size:11px;line-height:15px;}#masthead #navigation ul .sub-menu li .sub-menu{left:170px;}#masthead #navigation .search-toggle{font-size:18px;margin-left:25px;}#static-banner .overlay{top:200px;}#static-banner .overlay h1{font-size:48px;line-height:60px;}#static-banner .overlay h3{font-size:48px;line-height:60px;}#primary.team-page #team-grid a .overlay h3{font-size:18px;margin:0 0 20px 0;}#primary.team-page #team-grid a .overlay .role{font-size:12px;}#primary.team-page #team-grid a .overlay .icon{width:30px;height:30px;line-height:26px;font-size:20px;}#primary.our-work #cs-grid .mix{margin-left:1.9%;margin-bottom:1.9%;}#primary.our-work #cs-grid .mix a h5{font-size:20px;line-height:26px;}#primary.our-work #cs-grid .mix a h6{font-size:12px;line-height:20px;}#primary.expertise #expertise-sections a h5{font-size:20px;line-height:26px;}#primary.search-results .results-wrap a h5{font-size:20px;line-height:26px;}#footer .col h5{font-size:20px;line-height:28px;}}@media screen and (max-width:1200px){.map-wrap #cmr-map{width:100%;}}@media screen and (max-width:1080px){#banner .overlay h1,#slider .slider .overlay h1{font-size:42px;line-height:45px;}#banner .overlay p,#slider .slider .overlay p{font-size:13px;line-height:21px;}.about-section .overlay h2{font-size:42px;line-height:45px;}.about-section .overlay p{font-size:13px;line-height:21px;}#primary .sub-title{font-size:22px;}#primary #main .intro-text p{font-size:15px;line-height:21px;}#primary.team-profile .info-col h4{font-size:22px;}#primary.global-reach .map-keys h4{font-size:22px;}#primary.contact-page .form-wrap .newsletter{position:relative;}#primary.contact-page .form-wrap .newsletter .subscribe{position:absolute;top:-1px;left:0;}#primary.contact-page .form-wrap .newsletter .lab{margin:0;padding-left:25px;font-size:11px;}.content-blocks .block-heading{font-size:22px;}.content-blocks .testimonial{padding-top:0;}.content-blocks .testimonial h5{font-size:16px;}.content-blocks .testimonial h5 .quote-open{font-size:32px;line-height:32px;top:10px;}.content-blocks .large-text p{font-size:17px;line-height:23px;}}@media screen and (max-width:980px){#masthead #utility .social{top:5px;}#masthead #utility .social li{margin-left:5px;}#masthead #utility .social li a{width:24px;line-height:24px;}#masthead #utility .social li a .fa{font-size:12px;}#masthead #utility .social li.email .fa{font-size:11px;}#masthead #utility .portal{font-size:11px;line-height:35px;}#masthead #logo{margin-left:-5px;}#masthead #logo a{max-width:175px;position:relative;top:2px;}#masthead #logo a svg{max-width:175px;height:60px;}#masthead #navigation ul li{margin-left:20px;}#masthead #navigation ul li a{line-height:85px;font-size:13px;}#masthead #navigation ul .sub-menu{top:85px;}#masthead #navigation .search-toggle{line-height:85px;font-size:16px;margin-left:20px;}#static-banner{padding-top:122px;}#static-banner .overlay h1{font-size:36px;line-height:48px;}#static-banner .overlay h3{font-size:36px;line-height:48px;}#banner{padding-top:160px;}#banner .overlay h1{font-size:36px;line-height:38px;}#banner .overlay p{font-size:12px;line-height:20px;}#slider .slider li{padding-top:180px;min-height:0;}#slider .slider .overlay h1{font-size:36px;line-height:38px;}#slider .slider .overlay p{font-size:12px;line-height:20px;}.about-section{min-height:0;padding:100px 0;}.about-section.top-banner{padding-top:210px;min-height:0;}.about-section .overlay h2{font-size:36px;line-height:38px;}.about-section .overlay p{font-size:12px;line-height:20px;}.search-overlay .search-toggle{top:65px;font-size:18px;}.search-overlay #searchform{width:380px;height:45px;}.search-overlay #searchform .search-label{font-size:32px;}.search-overlay #searchform input{font-size:22px;top:-4px;width:200px;margin:0 10px;}.search-overlay #searchform button{font-size:28px;}#primary.home-page #about h4{font-size:30px;line-height:38px;}#primary.home-page #key-areas h4{font-size:17px;margin-bottom:15px;}#primary.home-page #services ul li h6{font-size:17px;}#primary.home-page #case-studies .slider-controls{bottom:105px;}#primary.home-page #case-studies .slider-controls a{width:30px;height:30px;font-size:18px;line-height:30px;}#primary.home-page #case-studies .slider .overlay{padding:30px;}#primary.home-page #case-studies .slider .overlay h5{font-size:28px;line-height:33px;}#primary.home-page #case-studies .slider .overlay p{font-size:12px;line-height:18px;}#primary.home-page #case-studies .button{line-height:40px;font-size:12px;line-height:40px;}#primary.home-page #testimonials h5,#primary.home-page #single-testimonial h5{font-size:29px;line-height:29px;}#primary.home-page #testimonials h5 .quote-open,#primary.home-page #single-testimonial h5 .quote-open{max-width:60px;left:-70px;top:-20px;}#primary.home-page #testimonials h5 .quote-close,#primary.home-page #single-testimonial h5 .quote-close{right:-20px;bottom:-20px;max-width:60px;}#primary.team-page #team-grid a{width:48%;margin-left:4%;margin-bottom:4%;}#primary.team-page #team-grid a.third{margin-left:0;}#primary.team-page #team-grid a .overlay h3{font-size:18px;margin:0 0 20px 0;}#primary.team-page #team-grid a .overlay .role{font-size:12px;}#primary.team-page #team-grid a .overlay .icon{width:30px;height:30px;line-height:26px;font-size:20px;}#primary.team-page #team-grid .row{margin:0;}#primary.contact-page .form-wrap input,#primary.contact-page .form-wrap textarea{padding:0 10px;font-size:12px;line-height:35px;}#primary.contact-page .contact-info h6{font-size:13px;}#primary.contact-page .contact-info .address{font-size:12px;line-height:17px;}#primary.contact-page .contact-info ul li p{font-size:12px;line-height:17px;}#primary .controls button{font-size:14px;margin-left:20px;}#primary.our-work #cs-grid .mix{margin-left:1.8%;margin-bottom:1.8%;}#primary.our-work #cs-grid .mix a h5{font-size:15px;line-height:21px;margin-bottom:8px;}#primary.our-work #cs-grid .mix a h6{font-size:10px;line-height:18px;}#primary.expertise #expertise-sections a h5{font-size:15px;line-height:21px;}#primary.search-results .results-wrap a h5{font-size:15px;line-height:21px;}#primary.global-reach .map-keys ul li{padding-left:50px;padding-right:15px;}#primary.global-reach .map-keys ul li p{font-size:10px;line-height:14px;}#primary.global-reach .map-keys ul li img{max-width:35px;}#primary.global-reach .map-keys ul li figure{height:35px;}#primary.blog .posts-wrap article{width:50%;min-height:585px;}#primary.blog .posts-wrap .entry-header{margin:0 0 15px 0;}#primary.blog .posts-wrap .entry-header time{font-size:13px;}#primary.blog .posts-wrap .entry-header h4{font-size:18px;}#primary.blog .posts-wrap p{margin:0 0 20px 0;font-size:13px;line-height:18px;}#primary.blog .posts-wrap .entry-footer .button{font-size:11px;line-height:35px;}#primary.blog .posts-wrap .entry-footer .share li a{font-size:15px;}#footer .col{min-height:300px;width:48%;margin-left:4%;}#footer .col.cmr{margin-left:0;}#footer .col.twitter{margin-left:0;}#footer .col.twitter .widget-wrap{width:300px;}}@media screen and (max-width:800px){#primary.global-reach{padding-bottom:30px;}#primary.global-reach .map-keys ul li{width:33.3%;}}@media screen and (max-width:760px){#masthead .header-block{position:relative;}#masthead #navigation .menu{display:none;}#masthead #navigation .toggle-nav{line-height:85px;display:inline-block;margin-left:30px;}#masthead.open #navigation .menu{display:block;position:absolute;left:0;right:0;top:86px;}#masthead.open #navigation .menu li{width:100%;margin-left:0;}#masthead.open #navigation .menu li .sub-toggle{font-family:'Montserrat', Helvetica, Arial, sans-serif;font-weight:700;color:#fff;background:#4e4e4e;display:block;position:absolute;top:0;right:0;width:60px;padding:0;text-align:center;font-size:22px;line-height:35px;}#masthead.open #navigation .menu li .sub-toggle:hover{cursor:pointer;background:#686868;}#masthead.open #navigation .menu li .sub-toggle span{position:relative;top:-2px;}#masthead.open #navigation .menu li .sub-toggle:before{display:none;}#masthead.open #navigation .menu li .sub-toggle .minus{display:none;}#masthead.open #navigation .menu li .sub-toggle .plus{display:inline-block;}#masthead.open #navigation .menu li .sub-toggle.active .minus{display:none;}#masthead.open #navigation .menu li .sub-toggle.active .plus{display:inline-block;}#masthead.open #navigation .menu li .sub-toggle.active:hover{cursor:pointer;}#masthead.open #navigation .menu li .sub-menu{display:none;}#masthead.open #navigation .menu li a{background:#969696;line-height:35px;padding-left:20px;display:block;width:100%;}#masthead.open #navigation .menu li a:hover{background:#818181;color:#fff;}#masthead.open #navigation .menu li.sub-menu-open > a{background:#4e4e4e;}#masthead.open #navigation .menu li.sub-menu-open > .sub-toggle{background:#818181;}#masthead.open #navigation .menu li.sub-menu-open > .sub-toggle .minus{display:inline-block;}#masthead.open #navigation .menu li.sub-menu-open > .sub-toggle .plus{display:none;}#masthead.open #navigation .menu li.sub-menu-open .sub-menu{opacity:1 !important;display:block !important;visibility:visible !important;left:0 !important;width:100%;position:relative;top:0;}#masthead.open #navigation .menu li.sub-menu-open .sub-menu li{border:none;box-shadow:0 0;}#masthead.open #navigation .menu li.sub-menu-open .sub-menu li:first-child a{padding-top:10px;}#masthead.open #navigation .menu li.sub-menu-open .sub-menu li a{line-height:35px;font-size:13px;padding:0 0 0 40px;color:#fff;background:#818181;text-transform:none;}#masthead.open #navigation .menu li.sub-menu-open .sub-menu li a:first-child{padding:0 0 0 40px;}#masthead.open #navigation .menu li.sub-menu-open .sub-menu li a:hover{color:rgba(255, 255, 255, 0.5);}#masthead.open #navigation .menu li.sub-menu-open .sub-menu li .sub-menu{display:none;}#masthead.open #navigation .menu li.sub-menu-open .sub-menu li .sub-toggle{display:none;}.search-overlay .search-toggle{right:75px;}#primary.home-page #about{padding:70px 0;}#primary.home-page #about h4{font-size:26px;line-height:32px;margin:0;}#primary.home-page #key-areas h4{font-size:16px;line-height:22px;margin-bottom:15px;}#primary.home-page #key-areas p{font-size:12px;line-height:18px;margin-bottom:20px;}#primary.home-page #case-studies .slider .overlay{width:65%;}#primary.blog .posts-wrap .entry-footer .share{float:left;margin-top:15px;width:100%;}#cmr-map{height:500px !important;}#footer .col.twitter .widget-wrap{width:230px;}}@media screen and (max-width:650px){.site-width{padding-left:20px;padding-right:20px;}#banner .overlay,#slider .slider .overlay{width:70%;}#banner .overlay h1,#slider .slider .overlay h1{font-size:32px;}#static-banner .overlay{top:160px;}#static-banner .overlay h1{font-size:28px;line-height:38px;}#static-banner .overlay h3{font-size:28px;line-height:38px;}.about-section .overlay{width:70%;}.about-section .overlay h2{font-size:32px;}.search-overlay .search-toggle{right:65px;}#primary{padding:30px 0;}#primary #main{width:100%;}#primary #sidebar{width:100%;margin:0;}#primary.contact-page #main{margin-bottom:30px;}#primary.home-page #services{padding:50px 0;}#primary.home-page #services .section h4{font-size:24px;}#primary.home-page #services ul li .icon{margin-bottom:5px;}#primary.home-page #services ul li h6{font-size:15px;}#primary.home-page #services ul li p{font-size:12px;line-height:18px;}#primary.home-page #device-areas{padding:65px 0 20px 0;}#primary.home-page #device-areas h3{margin:0 0 45px 0;}#primary.home-page #device-areas ul li{margin:0 0 20px 0;width:100%;}#primary .button.cs-button{top:-100px;right:20px;font-size:12px;padding:0 15px;}#footer{padding:30px 0;}#footer .social{margin-top:25px;}#footer .social li a{font-size:24px;}#footer .col{width:100%;min-height:0;margin-left:0;margin-bottom:30px;}#footer .col h5{font-size:17px;}#footer .col p:last-child{margin:0;}#footer .col.twitter .widget{width:280px;}#footer .col.find{margin:0;}}@media screen and (max-width:600px){#primary.home-page #about .site-width{padding-right:20px;}#primary.home-page #about h4{font-size:18px;line-height:24px;margin:0;}#primary.home-page #key-areas{padding:40px 0;}#primary.home-page #key-areas .row{margin:0;}#primary.home-page #key-areas ul li{width:100%;margin-left:0;margin-bottom:30px;}#primary.home-page #services{padding:40px 0 25px 0;}#primary.home-page #services .section h4{font-size:18px;}#primary.home-page #services ul li{width:100%;}#primary.home-page #case-studies .slider .overlay{width:100%;}#primary.home-page #clients{display:none;}#primary.home-page #testimonials .bx-wrapper li,#primary.home-page #single-testimonial .bx-wrapper li{padding:40px 0;}#primary.home-page #testimonials h5,#primary.home-page #single-testimonial h5{font-size:18px;line-height:24px;}#primary.home-page #testimonials h5 .quote-open,#primary.home-page #single-testimonial h5 .quote-open{max-width:25px;left:-40px;top:-5px;}#primary.home-page #testimonials h5 .quote-close,#primary.home-page #single-testimonial h5 .quote-close{right:-35px;bottom:-10px;max-width:25px;}#primary.home-page #testimonials .source,#primary.home-page #single-testimonial .source{font-size:11px;}#primary.home-page #testimonials .source .seperator,#primary.home-page #single-testimonial .source .seperator{padding:0 4px;}#primary .controls{margin-bottom:30px;}#primary .controls button{font-size:13px;margin:7px 0 0;width:100%;}#primary .controls button.first{margin:0;}#primary.our-work #cs-grid{margin-left:-3%;width:105%;}#primary.our-work #cs-grid .mix{width:46%;margin-left:3%;margin-bottom:3%;}#primary.our-work #cs-grid .mix a h5{font-size:14px;line-height:20px;margin-bottom:5px;}#primary.our-work #cs-grid .mix a h6{font-size:9px;line-height:17px;}#primary.expertise #expertise-sections a h5{font-size:14px;line-height:20px;}#primary.expertise #expertise-sections ul li{width:48%;margin-left:4%;margin-bottom:4%;}#primary.expertise #expertise-sections ul li.item-2{margin-left:0;}#primary.search-results .sub-title{margin:0 0 30px 0;}#primary.search-results .results-wrap a h5{font-size:14px;line-height:20px;}#primary.search-results .results-wrap article{width:100%;margin-left:0;margin-bottom:15px;}#primary.search-results .results-wrap article .row{margin:0;}#primary.blog .controls{margin:0 0 30px 0;}#primary.blog .posts-wrap article{width:100%;margin-left:0;margin-bottom:30px;padding:0;min-height:0;}#primary.blog .posts-wrap article .row{margin:0;}#primary.blog .posts-wrap .entry-footer .share{float:right;margin-top:0;width:auto;}.paging-navigation{margin:20px 0 0;}.paging-navigation a{font-size:12px;}}@media screen and (max-width:550px){#banner .overlay,#slider .slider .overlay{width:80%;}#banner .overlay h1,#slider .slider .overlay h1{font-size:28px;line-height:35px;}#banner .preloader,#slider .slider .preloader{max-width:30px;width:30px;top:0;}.about-section .overlay{width:80%;}.about-section .overlay h2{font-size:28px;line-height:35px;}.block-list li{font-size:12px;line-height:18px;}#primary{min-height:0;}#primary .sub-title{font-size:18px;}#primary #main .intro-text p{font-size:14px;line-height:20px;}#primary.team-profile .info-col h4{font-size:18px;}#primary.global-reach .map-keys h4{font-size:18px;}.content-blocks .block-heading{font-size:18px;}.content-blocks .testimonial{padding-top:0;}.content-blocks .testimonial h5{font-size:14px;}.content-blocks .testimonial h5 .quote-open{font-size:28px;line-height:28px;top:10px;}.content-blocks .large-text p{font-size:14px;line-height:19px;}}@media screen and (max-width:450px){#masthead #logo{padding:13px 0 12px 0;margin-left:-5px;}#masthead #logo a{top:0;}#masthead #logo a svg{max-width:150px;height:50px;}#masthead.open #navigation .menu{top:76px;}#masthead #navigation .search-toggle{line-height:75px;}#masthead #navigation .toggle-nav{line-height:75px;}#static-banner{padding-top:112px;}#static-banner .site-width{float:left;width:100%;}#static-banner .overlay{top:0;position:relative;padding-top:20px;}#static-banner .overlay h1{font-size:22px;line-height:32px;}#static-banner .overlay h3{font-size:22px;line-height:32px;color:#000;}#banner{padding-top:135px;padding-bottom:25px;min-height:0;}#banner .overlay{width:100%;}#banner .overlay h1{font-size:22px;line-height:30px;margin-bottom:15px;}#banner .overlay p{font-size:11px;line-height:18px;}#slider .slider .overlay{width:100%;padding:25px;}#slider .slider .overlay h1{font-size:22px;line-height:30px;margin-bottom:15px;}#slider .slider .overlay p{font-size:11px;line-height:18px;}#slider .bx-controls{display:none;}.about-section{padding:60px 0;}.about-section.top-banner{padding-top:170px;}.about-section .overlay{width:100%;}.about-section .overlay h2{font-size:22px;line-height:30px;margin-bottom:15px;}.about-section .overlay p{font-size:11px;line-height:18px;}#primary.home-page #about{padding:50px 0;}#primary.home-page #about h4{font-size:14px;line-height:20px;margin:0;}#primary.home-page #case-studies .slider-controls{bottom:14px;right:20px;}#primary.home-page #case-studies .slider-controls a{width:30px;height:30px;font-size:18px;line-height:30px;}#primary.home-page #case-studies .slider li{padding:75px 0 50px 0;min-height:400px;}#primary.home-page #case-studies .slider .overlay{padding:20px;min-height:265px;}#primary.home-page #case-studies .slider .overlay h5{font-size:18px;line-height:26px;margin-bottom:15px;}#primary.home-page #case-studies .slider .overlay p{line-height:16px;}#primary.home-page #case-studies .button{padding:0px 15px;font-size:10px;line-height:40px;}#primary.our-work #cs-grid{margin-left:0;width:100%;}#primary.our-work #cs-grid .mix{width:100%;margin-left:0;margin-bottom:15px;}#primary.expertise .introduction{padding:0;}#primary.expertise #expertise-sections a h5{font-size:14px;line-height:20px;}#primary.expertise #expertise-sections ul li{width:100%;margin-left:0;margin-bottom:15px;}#primary.expertise #expertise-sections ul li.item-2{margin-left:0;}#primary.team-page #team-grid a{width:100%;margin-left:0;margin-bottom:20px;}#primary.team-page #team-grid a .overlay{opacity:1;filter:alpha(opacity=100);bottom:0;z-index:10;}#primary.team-profile{padding-top:0;}#primary.team-profile .info-col{width:100%;margin-left:0;}#primary.global-reach .map-keys ul li{width:100%;}#primary .button.cs-button{position:relative;top:0;left:0;}.search-overlay .search-toggle{right:67px;top:63px;font-size:16px;}.search-overlay #searchform{width:280px;height:25px;}.search-overlay #searchform .search-label{font-size:12px;}.search-overlay #searchform input{width:180px;top:-1px;line-height:20px;font-size:12px;}.search-overlay #searchform button{font-size:20px;}}