@charset 'UTF-8';
/*

Design and Code: JELL CREATIVE jellcreative.com

*/

/* HTML5 display definitions */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* icomoon */
@font-face {
  font-family: 'icomoon';
  src:  url('/themes/zera/css/fonts/icomoon.eot?yn9ptd');
  src:  url('/themes/zera/css/fonts/icomoon.eot?yn9ptd#iefix') format('embedded-opentype'),
    url('/themes/zera/css/fonts/icomoon.ttf?yn9ptd') format('truetype'),
    url('/themes/zera/css/fonts/icomoon.woff?yn9ptd') format('woff'),
    url('/themes/zera/css/fonts/icomoon.svg?yn9ptd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_right:before {
  content: "\e914";
}
.icon-arrow_left:before {
  content: "\e915";
}
.icon-email_alt:before {
  content: "\e910";
}
.icon-linkedin_alt:before {
  content: "\e911";
}
.icon-twitter_alt:before {
  content: "\e912";
}
.icon-facebook_alt:before {
  content: "\e913";
}
.icon-phone:before {
  content: "\e90e";
}
.icon-email:before {
  content: "\e90f";
}
.icon-external_link:before {
  content: "\e90d";
}
.icon-arrow_down:before {
  content: "\e900";
}
.icon-arrow_up:before {
  content: "\e901";
}
.icon-download:before {
  content: "\e902";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-instagram:before {
  content: "\e904";
}
.icon-linkedin:before {
  content: "\e905";
}
.icon-nav_arrow_down:before {
  content: "\e906";
}
.icon-nav_arrow_up:before {
  content: "\e907";
}
.icon-nav_close:before {
  content: "\e908";
}
.icon-nav_trigger:before {
  content: "\e909";
}
.icon-search:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-youtube:before {
  content: "\e90c";
}






/*
Start: Globals
*/
a {
    outline:none;

}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* hardware accelleration
    -webkit-transform: translate3d(0, 0, 0);    */
    }
*, *:before, *:after { box-sizing: inherit;}
body, html, p, div, h1, h2, h3, h4, h5, h6, ul, li, ol, span, textarea, form, img,  input, button, a , blockquote{
    padding: 0px;
    margin: 0px;
    border: 0px;
    list-style-type: none;
    text-decoration: none;
    font-family:'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
    }

input[type="search"], input[type="search"]::-webkit-search-cancel-button{
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

article input,
article textarea,
header input,
header textarea {
    -webkit-appearance: none;
    outline:none;
    border-radius: 0;
    }


.main input, .main textarea{
    border:solid 1px #ccc;
    width:100%;
    -webkit-transition: all .2s ;
    -moz-transition: all .2s ;
     -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;

    }
.main input[type=checkbox], .main input[type=radio]{
    width:auto;
    font-size:16px;

}
.main textarea{
    font-size:18px;
    padding:10px;
    min-height:140px;
}
/* input placeholder styles */

article input,
article label,
header input,
header label {
    font-size:18px;
    padding:10px;
    line-height:normal;
    color:#333;

}
.input_placeholder label, .input_placeholder input{
    font-size:20px;
    }
.input_placeholder{
    position:relative;
    }

.input_placeholder label{
    position: absolute;
    z-index: 5;
    width: 100%;
    overflow: hidden;
    top: 0px;
    left:0px;
    white-space: normal;
    color:#989898;
    }



a img{   border: 0px; }
img{font-size: 11px; color: #666; }
body, html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    /*-webkit-font-smoothing:antialiased; */
    }
body {
    min-width:300px;
}
sub{
    position:relative;
    font-size:.75em;
    vertical-align:baseline;
    top:2px;
    }
sup{
    position:relative;
    vertical-align:baseline;
    top:-4px;
    }

#noscript{
  background-color: #333;
  width: 100%;
  padding: 8px;
  text-align: center;
  }
#noscript p{
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color: #ccc;
  line-height:normal;
  margin-bottom:0px;
  }

/* End: Globals */

/***************** { Start: Main Typography overrides} *****************/

/*
fonts.com

font-family:'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
font-family:'Helvetica Neue LT W05_56 Italic', Helvetica, Arial, sans-serif;
font-family:'Helvetica Neue LT W05_65 Medium', Helvetica, Arial, sans-serif;
font-family:'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;

*/



h1, h2, h3, h4, h5, h6, strong, em {
    font-weight:normal;
    font-style:normal;

    }
strong{
    font-family:'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    }

em, i{
    font-family:'Helvetica Neue LT W05_56 Italic', Helvetica, Arial, sans-serif;
    }

h1 em, h3 em, strong em, em strong, h3 i, strong i, i strong {
    font-family:'Helvetica Neue LT W05_56 Italic', Helvetica, Arial, sans-serif; /* TODO */
}

h1, h2, p, article ul, .button{
    margin-bottom:24px;
    }
.main article p > img{
    margin-bottom:0px;
    }

h1{
    font-family:'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    font-size:54px;
    line-height:1.25em;
    }
h2{
    font-size:30px;
    line-height:1.4em;
    font-family:'Helvetica Neue LT W05_65 Medium', Helvetica, Arial, sans-serif;
    }


h3, h4{
    line-height:1.5em;
    }
h3{
    font-family:'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    font-size:16px;
    text-transform:uppercase;
    color: #ed3035; /*red*/
    }
h4, h4 a{
    font-family:'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    font-size:14px;
    }
h5{
    font-family:'Helvetica Neue LT W05_65 Medium', Helvetica, Arial, sans-serif;
    font-size:16px;
    color: #737373;
    }
p, li{
    font-size:16px;
    line-height:1.7em;
    color: #222;
    }


article li{
    display:table;
    padding-left: 1.1em;
    background-image:url(/themes/zera/images/bullet.gif);
    background-repeat:no-repeat;
    background-position:2px 11px;
    }

article ul.sitemap_list,
article ul.sitemap_list ul {
    margin-bottom: 0;
}


article .tab_nav li{
    display:inline-block;
    background-image:none;
    padding-left:0px;

    }

article blockquote {
    float:right;
    text-align: left;
    clear:both;
    width: 264px;
    margin: 10px 0 32px 32px;
    border-top: 6px solid #f1f1f1;
    border-bottom: 6px solid #f1f1f1;
}

article blockquote p {
    padding: 32px 0 32px 0;
    font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    position: relative;
}

article blockquote p:before,
article blockquote p:after {
    content: '“';
    font-size: 82px;
    display: block;
    line-height: 40px;
    position: relative;
    top: 2px;
}

article blockquote p:after {
    content: '”';
    top: 26px;
}


article li a[target="_blank"]:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    font-size: 13px;
    position: relative;
    top: -1px;
    padding-left: 8px;
    color: #ed3035;
}

article li a[target="_blank"] {
    color: #222222;
}

article li a[target="_blank"]:hover {
    color: #222222;
    border-color: #fff;
}



/* buttons */


a.button, .sem-submit, a.button.disabled:hover{
    color: #fff;
    background-color:transparent;
    display:inline-block;
    text-align:center;
    cursor:pointer;
    -webkit-transition: all .2s ;
    -moz-transition: all .2s ;
     -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;
    position:relative;
    text-transform:uppercase;
    border: solid 1px #ed3035;
    background-color: #ed3035;
    font-family:'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
    font-size: 16px;
    min-width: 92px;
    padding: 0px 40px;
    line-height:48px;
}

a.button:hover,  .sem-submit:hover{
    color: #ed3035;
    background-color: #fff;
    border: solid 1px #ed3035;
}

a.button.disabled:hover {
    cursor: default;
}


a.button.button--download {
    color: #737373;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    padding: 0px 16px 0px 64px;
    text-transform: none;
    position: relative;
}

a.button.button--download:before {
    content: "\e902";
    position: absolute;
    left: 0;
    top: -1px;
    width: 48px;
    line-height: 50px;
    text-align: center;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-right: 1px solid #fff;
}

a.button.button--download:hover {
    background-color: #ed3035;
    border: 1px solid #ed3035;
    color: #fff;
}
a.button.button--download:hover:before {
    color: #fff;
}








/***************** { Start: Main structure } *****************/


.outer_wrap{
    text-align:left;
    position:relative;
    width:100%;
    overflow: hidden;
    }
.width_holder{
    max-width:1300px;
    width:100%;
    margin:0px auto;
    position: relative;
    padding: 0px 2.361%;
    clear:both;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12{
    padding:0px 2.361%;
    float:left;
    }
.col-center{
    float:none;
    margin:0px auto;
    }
.col-1{
    width: 8.333333%;
}
.col-2{
    width: 16.6666667%;
}
.col-3{
    width: 25%;
}
.col-4{
    width: 33.333333%;
}
.col-5{
    width: 41.6666667%;
}
.col-6{
    width: 50%;
}
.col-7{
    width: 58.3333331%;
}
.col-8{
    width: 66.6666664%;
}
.col-9{
    width: 75.0000009%;
}
.col-10{
    width: 83.3333333%;
}
.col-11{
    width: 91.6666663%;
}
.col-12{
    width: 100%;
}

header,
footer,
.inner_wrap {
    float:left;
    width:100%;
    }

/* header */
header.nav_header{
    background-color: #fff;
    height:96px;
    position:relative;

    }


body.mobile_nav--enable_scroll {
    overflow: hidden;
}

body.mobile_nav--enable_scroll header.nav_header {
    overflow: auto;
    height: 100%;
}


.is-edit-mode header.nav_header{
    height: 146px;
}
#logo{
    text-align:center;
    display:inline-block;
    float:left;
    margin-top: 26px;
	width:200px;
	height:48px;
	}
#logo img{
	width:100%;
	height:auto;

}

#logo.nosvg{
   background-image: url(/themes/zera/images/zera-construction-60-years-logo.png);
   background-repeat: no-repeat;
    background-size:100% auto;
}

* .nosvg img{
    display:none;
}

/* footer */
footer{
    background-color:#f1f1f1;
    color:#787878;
    font-size:13px;
    padding:60px 0px;


    }

#logo--footer {
    text-align:center;
    display:inline-block;
    float:left;
    width:150px;
    height:48px;
    margin-bottom: 24px;
}

#logo--footer.nosvg{
   background-image: url(/themes/zera/images/zera-logo.png);
   background-repeat: no-repeat;
    background-size:100% auto;
}
.footer_bottom{
    padding:40px 0px;
    }

footer p{
    color:#787878;
    font-size:13px;
    clear: left;
    }
footer p a{
    color:#787878;
    border-bottom: solid 1px #f1f1f1;
    padding-bottom:2px;
    }
footer p a:hover{
    border-bottom: solid 1px #787878;
    }
footer .footer_social{
    text-align:right;
    }
footer .footer_social a{
    color:#000;
    font-size:32px;
    margin-left:10px;
    margin-bottom:10px;
    display:inline-block;
    }

footer p.copyright {
    margin-bottom:0;
}

footer p strong {
    color: #000;
}

footer .label {
    padding-left: 6px;
}

footer .large {
    font-size: 16px;
}




/* sections */

section{
    float:left;
    width:100%;
    clear:both;
    }
section.standard_margin{
    margin:90px 0px 0px;
    }

/* banners */

section.banner {
    clear:both;
    overflow:hidden;
    width:100%;
    position:relative;
    top:0px;
    left:0px;
    z-index:5;
    padding:0px;
    margin-bottom:60px;
}

section.banner .banner__image {
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    behavior: url(/css/css3PIE/PIE.htc);
    outline:none;
    min-height: 465px;
    position:relative;
}


/*
    project detail heading, page heading, team detail heading
*/

.project_detail_heading,
.page_heading,
.team_detail_heading {
    margin-left: 2.361%;
    margin-right: 2.361%;
    overflow: hidden;
    border-bottom: 1px solid #737373;
    margin-bottom: 42px;
    padding-bottom: 14px;
    margin-top: 50px;
}

.project_detail_heading__left,
.page_heading__left,
.team_detail_heading__left {
    float: left;
    width: 68%;
}

.project_detail_heading__right,
.page_heading__right,
.team_detail_heading__right {
    text-align: right;
    float: right;
    width: 32%;
}
.project_detail_heading h5,
.page_heading h5,
.team_detail_heading h5 {
    text-transform: uppercase;
}
.project_detail_heading h5 + h1,
.page_heading h5 + h1 {
    margin-top: 14px;
}

.project_detail_heading__row {
    display: table;
    width: 100%;
}

.project_detail_heading__left {
    display: table-cell;
    float: none;
}

.project_detail_heading__right {
    display: table-cell;
    float: none;
    vertical-align: bottom;
}


.team_detail_heading h1 + h5 {
    margin-bottom: 24px;
}

.team_detail_heading__right {
    width: 24.7%;
}


.team_detail_heading__contact_info li {
    text-align: left;
    width: 100%;
    background-image: none;
    padding-left: 0;
    color: #222;
    margin-bottom: 10px;
}

.team_detail_heading__contact_info a {
    color: #222;
    font-size: 16px;
}

.team_detail_heading__contact_info a:hover {
    border-color: #fff;
}

.team_detail_heading__contact_info a:hover,
.team_detail_heading__contact_info a:hover .team_detail_heading__contact_info__icon:before,
.team_detail_heading__contact_info a:hover .team_detail_heading__contact_info__icon {
    color: #ed3035;
}

.team_detail_heading__contact_info__icon,
.team_detail_heading__contact_info__icon:before {
    color: #737373;
    font-size: 19px;
    position: relative;
    top: 2px;
}

.team_detail_heading__contact_info__icon {
    width: 22px;
    height: 22px;
    padding-right: 10px;
    display: inline-block;
    box-sizing: content-box;
}

.team_detail_heading__contact_info__icon.icon-email:before {
    font-size: 22px;
}

.page_heading--secondary {
    clear: both;
    width: 100%;
    overflow: hidden;
}

/*
    sidebar content, recent projects sidebar, navigation sidebar, quote sidebar,
    share sidebar
*/

.sidebar_content,
.recent_projects_sidebar,
.navigation_sidebar,
.sidebar_filter,
.sidebar_filter--mobile,
.sidebar_share_strip {
    overflow: hidden;
    margin-bottom: 40px;
}

.sidebar_content__heading,
.recent_projects_sidebar__heading,
.navigation_sidebar__heading {
    padding: 0 14px;
    background-color: #000;
    margin-bottom:20px;
}

.sidebar_content__heading h3,
.recent_projects_sidebar__heading h3,
.navigation_sidebar__heading h3 {
    color: #fff;
    line-height: 38px;
}

.sidebar_content__body h4 {
    color: #ed3035;
    word-break: break-word;
    text-transform: uppercase;
}

.sidebar_content__body p {
    font-size: 14px;
    margin-bottom: 14px;
    word-break: break-word;
}

.recent_projects_sidebar__item a {
    font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #ed3035;
    display: block;
    word-break: break-word;
}

.recent_projects_sidebar__item a:hover {
    border-color: #fff;
}

.recent_projects_sidebar__item img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
}

.recent_projects_sidebar__item img {
    -webkit-transition: all .2s ;
    -moz-transition: all .2s ;
     -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.recent_projects_sidebar__item:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.recent_projects_sidebar__item {
    margin-bottom: 16px;
}

.navigation_sidebar__body li {
    background-image: none;
    padding-left: 0;
    margin-bottom: 3px;
}

.navigation_sidebar__body li a {
    color: #222;
    font-size: 16px;
}

.navigation_sidebar__body li a.current {
    font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    color: #ed3035;
}

.navigation_sidebar__body li a:hover {
    color: #ed3035;
    border-color: #fff;
}

.quote_sidebar {
    margin-bottom: 40px;
    padding-bottom: 36px;
    border-bottom: 6px solid #f1f1f1;
}

.quote_sidebar__body {
    padding: 0 0 18px 0;
    font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 0;
    position: relative;
}

.quote_sidebar__body:before,
.quote_sidebar__body:after {
    content: '“';
    font-size: 64px;
    display: block;
    line-height: 35px;
    position: relative;
    top: 6px;
}

.quote_sidebar__body:after {
    content: '”';
    top: 18px;
}

.quote_sidebar__body p {
    font-size: 20px;
    font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}

.quote_sidebar__attribution p {
    font-size: 14px;
    margin-bottom: 0;
}

.sidebar_filter--mobile {
    display: none;
}

.sidebar_share_strip,
.sidebar_share_strip--mobile {
    overflow: hidden;
    width: 100%;
    margin-bottom: 40px;
}

.sidebar_share_strip--mobile {
    display: none;
}

.sidebar_share_strip li,
.sidebar_share_strip--mobile li {
    padding-left: 0;
    display: inline-block;
    background-image: none;
    float: left;
    margin-right: 2px;
}

.sidebar_share_strip__label {
    color: #666;
    text-transform: uppercase;
    background-color: #f1f1f1;
    height: 34px;
    font-size:14px;
    text-align: center;
    width: 68px;
    line-height: 34px;
}

.sidebar_share_strip__option {
    width: 34px;
    height: 34px;
    text-align: center;
    color: #fff;
    background-color: #666;
    line-height: 34px;
    font-size: 22px;
}

.sidebar_share_strip__option a,
.sidebar_share_strip__option a:hover,
.sidebar_share_strip__option a:before {
    color: #fff;
    border: none;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: block;
    line-height: 34px;
}

.sidebar_share_strip ul {
    float: right;
    margin-bottom: 0;
}

.sidebar_share_strip--mobile ul {
    margin-bottom: 0;
}

.sidebar_share_strip__option.sidebar_share_strip__option--email {
    margin-right: 0;
}

.sidebar_share_strip__option.sidebar_share_strip__option--facebook  {
    background-color: #1868ad;
}
.sidebar_share_strip__option.sidebar_share_strip__option--twitter  {
    background-color: #00aced;
}
.sidebar_share_strip__option.sidebar_share_strip__option--linkedin  {
    background-color: #007bb6;
}


/* INTERNALS */

article{
    margin-bottom:90px;
    }
article a{
    color: #ed3035;
    border-bottom: solid 1px #fff;
    -webkit-transition: all .2s ;
    -moz-transition: all .2s ;
     -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;
    }
article a:hover{
    border-bottom: solid 1px #ed3035;
    }

/*
    pagination
*/

article .prev_next {
    overflow:hidden;
}
article .prev_next_prev,
article .prev_next_next{
    font-size: 16px;
    width: 47%;
    float: left;
    border-top:solid 3px #ccc;
    margin-top:40px;
    padding-top:24px;
    cursor:pointer;
    }
article .prev_next_next{
    float: right;
    }
article .prev_next_next.prev_next_next--no_previous {
    float: left;
}
article .prev_next .prev_next_title {
    border-bottom: solid 1px  #fff;
    line-height: 1.7em;
    -webkit-transition: all .2s ;
    -moz-transition: all .2s ;
     -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;
    }
article .prev_next a:hover .prev_next_title {
    border-bottom: solid 1px  #ed3035; /*red*/
    }

article .prev_next a .prev_next_head {
    text-transform:uppercase;
    color:#000;
    border:none;
    display:block;
    }
article .prev_next a:hover {
    border-bottom:solid 1px #FFF;
    }

article .prev_next a:hover .prev_next_head{
    color:#000;
    border:none;
    }

article .pagination{
    text-align:center;
    clear:both;
    width:100%;
    padding-top:24px;
    }
article .pagination span{
    margin:0px 4px;
    }
article .pagination  a{
    margin:0px 2px;
    padding:0px 2px;
    }
article .pagination a.button,
article .pagination a.button.disabled,
article .pagination a.button:hover,
article .pagination a.button.disabled:hover {
    margin:0px 8px;
    padding: 0px 10px;
    min-width: 80px;
    }
article a.pagination_prev_mobile{
    display:none;
    }
article .pagination_space{
    display:none;
    }


/* search results */


.large_search_wrap {
    padding: 60px 0;
}

.large_search_wrap form,
.large_search_wrap input[type="search"]{
    width:100%;
    position: relative;
    }
.large_search_wrap input[type="search"]{
    background-color:#f1f1f1;
    border:none;
}
.large_search_wrap input[type="search"],
.large_search_wrap.input_default_wrap label{
    font-size: 44px;
    text-align: left;
    padding: 18px 128px 20px 15px;
}
.large_search_wrap input[type="search"] {
    line-height: 68px;
    padding-top: 0;
    padding-bottom: 0;
}

.large_search_wrap input[type="submit"] {
    border: 1px solid #ed3035;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    background-color: #ed3035;
    position: absolute;
    top: 11px;
    right: 11px;
    line-height: 44px;
    padding: 0 24px;
    z-index: 100;
}

.large_search_wrap input[type="submit"]:hover {
    background-color: #fff;
    color: #ed3035;
}








/* article images */

.full-width-image{
    margin: 0 10% 24px 10%;
}

.two-column_layout .full-width-image {
    margin: 0 0 24px 0;
}

.image-right,
.r_img_wrapper,
.r_img_ie8_wrapper {
    width:30%;
    margin-left:34px;
    margin-bottom:18px;
    clear: both;
    position: relative;
    float: right;
    }

.image-left,
.l_img_wrapper,
.l_img_ie8_wrapper {
    width:30%;
    margin-right:34px;
    margin-bottom:18px;
    clear: both;
    position: relative;
    float: left;
    }
.r_img_ie8_wrapper .image-right,
.l_img_ie8_wrapper .image-left {
    width:100%;
    height:auto;

}

.image-right-with-caption .r_img_wrapper img,
.r_img_wrapper img.image-right-with-caption,
.image-left-with-caption .l_img_wrapper img,
.l_img_wrapper img.image-left-with-caption {
    display: block;
}



.r_img_wrapper .image-right-with-caption,
.l_img_wrapper .image-left-with-caption {
    margin: 0px 0px 0px 0px;
    float: none;
    }

article p.caption{
    font-size: 13px;
    color: #666;
    margin-bottom: 0px;
    line-height: 1.6em;
    padding-bottom: 8px;
    margin-top: 4px;
    font-family:'Helvetica Neue LT W05_56 Italic', Helvetica, Arial, sans-serif;
}


.r_img_ie8_wrapper,
.l_img_ie8_wrapper {
    border-bottom: none;
    padding-bottom: 0px;
}


/* listings */
.list-entry{
    margin-bottom: 36px;
    overflow: hidden;
    clear: both;
    position: relative;
    width: 100%;
}

.list-entry h4,
.list-entry h4 a {
    font-size: 18px;
}
.list-entry .img{
    float: left;
    display:inline;
    width:100%;
    width: 150px;
    margin-top:8px;
    }
.list-entry .img,
.list-entry .img:hover{
    border:none;
}

.list-entry img {
    display: block;
    width: 100%;
    height: auto;
    margin:0px;
}
.list-entry p{
    margin-bottom:0px;
    }

.list-entry.has-image .text {
    padding-left: 170px;
}

.list-entry time {
    display: block;
    font-size: 14px;
    color: #737373;
	margin-bottom:5px;
}

.list-entry.list_entry--no_snippet {
    margin-bottom: 24px;
}



/* contact */

.address_block address p,
.address_block .address_block_dial p{
    margin-bottom:0px;

}
.address_block p{
    font-size:16px;

}
.address_block address,
.address_block .address_block_dial {
    margin-bottom:16px;
    font-style:normal;
}

.address_block .address_block_dial p{
    padding-left: 20px;
    position:relative;
    }
.address_block .address_block_dial .address_block_label{
    position:absolute;
    left:0px;
    font-family:'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    color: #ed3035;
}



article form input{
    background-color:#f1f1f1;

}
form span.required,
form .sem-required-indicator {
    color: #ed3035 !important; /*red*/
}
span.required_explanation{
    text-align:right;
    font-size:12px;
    margin-bottom:10px;
    display:block;
}

.sem-form {
    margin-bottom: 40px;
    overflow: hidden;
}

.form_row, .sem-form-section {
    width: 100%;
    float: left;
    display: inline;
}

.form_col, .sem-field-container {
    width: 48%;
    float: left;
    display: inline;

}

.sem-form-section .sem-field-container.fullwidth{
    width:100%;

}

.sem-form-section .sem-field-container{
    margin-bottom:24px;

}

.sem-form-section .sem-field-container{
    margin-left:4%

}
.sem-form-section .sem-field-container:first-child{
    margin-left:0%
}

.sem-form-section textarea {
    min-height: 100px;
    resize: none !important;
}

.sem-field-container.sem-submit-container {
    margin-left: 0%;
    float: left;
    padding: 0;
}

.sem-form-section input.sem-submit {
    width: auto;
    background-color: #ed3035;
    font-size: 16px;
    font-style: normal;
    font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
    padding: 0px 40px;
    line-height: 48px;
}

.sem-form-section input.sem-submit:hover {
    color: #ed3035;
    background-color: #fff;
    border: solid 1px #ed3035;
}

.sem-field-container.sem-field-submit-message img {
    width: 16px;
    position: relative;
    top: 2px;
}

.sem-field-container.sem-field-submit-message {
    margin-left:0;
}

.input_default_wrap {
    position: relative;
}

.form_row .form_col:first-child, .sem-form-section .sem-field-container:first-child {
    float: left;
}

.sem-form fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.sem-form fieldset .sem-legend {
    float: left;
    color: #737373;
    font-size: 18px;
    line-height: 34px;
}

label.sem-radio-button-label {
    font-size: 16px;
    color: #737373;
    padding-left: 0;
    margin-left: 18px;
    padding-right: 0;
    float: left;
    display: inline-block;
    clear: none;
}

.input_default_wrap label {
    position: absolute;
    top: 3px;
    z-index: 100;
    font-size: 18px;
    color: #737373;
    overflow: hidden;
    width: 100%;
    padding: 14px 15px 17px 16px;
    line-height: 26px;
    white-space: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.sem-form-section input, .sem-form-section textarea {
    padding: 15px;
    line-height: 26px;
    font-size: 18px;
    width:100%;
    background-color:#f1f1f1;
}


/* carousel */
section.slider {
    clear:both;
    overflow:hidden;
    width:100%;
    position:relative;
    top:0px;
    left:0px;
    z-index:5;
    padding:0px;
}
section.slider .slide{
    width:100%;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    behavior: url(/css/css3PIE/PIE.htc);
    cursor:ew-resize;
    outline:none;
    min-height: 465px;
    position:relative;
}

.page-team_detail section.slider .slide{
	cursor:default;
	background-position: top center;

}

section.slider .slick-dots{
    bottom:80px;

}
section.slider .slick-dots li{
    width:14px;
    margin:0px 2px;
    background-image: none;
}
section.slider .gradient{
    position:absolute;
    width:60%;
    height:100%;
    right:0px;
    top:0px;
    }


section.slider .slick-dots li button:before{
    font-size: 12px;
    width:20px;
    height:20px;
    color:#fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -webkit-transition: opacity .2s ;
    -moz-transition: opacity .2s ;
     -ms-transition: opacity .2s ;
    -o-transition: opacity .2s ;
    transition: opacity .2s ;

}
section.slider .slick-dots{
    z-index:20;

}
section.slider .slick-dots li.slick-active button:before{
    color:#fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    }
section.slider .text{
    padding: 80px 0px 40px 54%;
    display:table-cell;
    text-align:left;
    vertical-align:middle;
    }
section.slider .glass{
    width:100%;
    height:100%;
    background-color:transparent;
    z-index:10;
    position:absolute;
}

.slider__slide__caption p {
    font-size: 13px;
    color: #666666;
    margin-bottom: 0;
    margin-top: 10px;
    font-family:'Helvetica Neue LT W05_56 Italic', Helvetica, Arial, sans-serif;
    padding-left: 1px;
}

.slider__slide__caption {
    position: absolute;
    bottom: -60px;
    z-index: 100;
    width: 100%;
    height: 60px;
}

.slider__wrapper .slick-list {
    padding-bottom: 60px;
}

section.slider .slick-prev:before,
section.slider .slick-next:before
{
    font-family: 'icomoon';
    font-size: 66px;
    line-height: 1;
    opacity: 0;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


section.slider .slick-prev:before {
  content: "\e915";
}
section.slider .slick-next:before {
  content: "\e914";
}

section.slider .slick-prev,
section.slider .slick-next {
    top: 0;
    margin-top: 0;
    height: 465px;
    width: 80px;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    opacity: 0;
}

section.slider .slick-prev:before,
section.slider .slick-next:before,
section.slider .slick-prev,
section.slider .slick-next {
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
}

section.slider .slick-next {
    background: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3));
    background: -o-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.3));
    background: -moz-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.3));
    background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.3));
}

section.slider .slick-prev {
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.3), rgba(0,0,0,0));
    background: -o-linear-gradient(right, rgba(0,0,0,0.3), rgba(0,0,0,0));
    background: -moz-linear-gradient(right, rgba(0,0,0,0.3), rgba(0,0,0,0));
    background: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0));
}

section.slider .slick-prev {
    left: 0;
    z-index: 5;
}

section.slider .slick-next {
    right: -1px;
    z-index: 5;
}
section.slider:hover .slick-prev,
section.slider:hover .slick-next,
section.slider:hover .slick-prev:before,
section.slider:hover .slick-next:before{
    opacity: 1;
}

section.slider.slider--homepage .slide {
    height: 560px;
}

section.slider.slider--homepage .slick-prev,
section.slider.slider--homepage .slick-next {
    height: 560px;
}

section.slider.slider--homepage .slick-dots li button:before {
    color: #737373;
    opacity: 0.3;
}

section.slider.slider--homepage .slick-dots li.slick-active button::before {
    opacity: 0.8;
}

section.slider.slider--homepage .slick-dots {
    bottom: 10px;
}

section.slider.slider--homepage .slide {
    display: table;
}

section.slider.slider--homepage .slide .slider__slide__content {
    display: table-cell;
    vertical-align: bottom;
    z-index: 20;
    position: relative;
    padding-bottom: 24px;
}


section.slider.slider--homepage .slide .slider__slide__content .col-12 {
    min-height: 34px;
}

.slider__slide__content__snippet {
    color: #fff;
    font-size: 14px;
    line-height: 34px;
}

.slider__slide__content a.button {
    background-color: transparent;
    border-color: #fff;
    font-size: 14px;
    line-height: 32px;
    min-width: 30px;
    padding: 0 12px;
    margin-left: 4px;
    margin-bottom: 0;
}

.slider__slide__content a.button:hover {
    color: #fff;
    border-color: #ed3035;
    background-color: #ed3035;
}

.slider__glass {
    height: 120px;
    position: absolute;
    width: 100%;
    left:0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: -o-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,0));
    background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
    z-index: 10;
}

.page-team_detail .slider__glass,
.page-project_detail .slider__glass,
.page-news_detail .slider__glass {
    display: none;
}

.slider__wrapper.slider__wrapper--homepage {
    position: relative;
}

.slider__overlay .col-12 {
    position: relative;
}

.slider__overlay__content {
    position: absolute;
    width: 286px;
    height: 274px;
    background-color: #ed3035;
    padding: 30px;
    top: -244px;
    z-index: 50;
    right: 2.361%;
    color: #fff;
}

.slider__overlay__content h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0;
	font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
}

/*
    home two column content
*/

.home_two_column_content h2 {
    font-size: 48px;
    line-height: 1.25em;
    font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
}

.home_two_column_content p {
    font-size: 18px;
    line-height: 32px;
}

.home_two_column_content .button {
    margin-bottom: 0;
}

.home_two_column_content p + .button {
    margin-top: 18px;
}

section.standard_margin.home_two_column_content {
    margin-bottom: 75px;
}

/* general layout */

.two-column_layout{
    overflow: hidden;
    }

.two-column_layout .two-column_layout_left{
    float: left;
    width:68%;
    padding-left:2.361%;
    }
.two-column_layout .two-column_layout_right{
    float: right;
    width:26%;
    padding-right:2.361%;
    }

article img{
    width:100%;
    height:auto;
    }

.clear_fix{
    clear:both;

}

/* warning labels */

.warning_message{
    background-color:#ed3035;
    color:#fff;
    padding:16px;
    margin-bottom:30px;

    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(/css/css3PIE/PIE.htc);
    position:relative;
}
input.highlight,
textarea.highlight {
    background-color:#efdedd;

    }
span.warning, span.email-warning, span.phone-warning{
    color:#ed3035;
    font-size:16px;
    display:inline-block;
    margin-top:6px;
}

/************************************* BEGIN MAIN NAVIGATION *************************************/

nav .nav a, nav .nav a:link, nav .nav a:hover, nav .nav visited{
    /*border-bottom:none; */
    }
header nav .nav > li.mobile_close{
    display:none;

}
header nav{
    width:auto;
    float:right;
    display:inline;
    z-index:100;

    }
header nav .nav{
    float: right;
    padding:0px 30px 0px 0px;
    margin:0px 0px 0px 0px;
    list-style: none;
    clear:right;
    display:inline;
    width:auto;
    position:relative;


    }

header nav .nav ul {
    float: left;
    padding:0px 0px 0px 0px;
    list-style: none;
    display:inline;
    }

/*Top level nav a:link state*/

header nav .nav a {
    font-size:14px;
    color:#000;
    margin:0px 0px 0px 0px;
    display:block;
    padding: 13px 0px;
    -webkit-transition: all .2s ;
    -moz-transition: all .2s ;
     -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;

        }

header nav .nav li.parent a:hover,
header nav .nav > li.parent:hover > a,
header nav .nav > li.parent > a.current:hover {
    color:#fff;
    background-color: #ed3035;
}

header nav .nav > li:hover > a.current {
    color: #fff;
}

header nav .nav li {
    text-align: left;
    float:left;
    display:inline;
    padding:0;
    line-height:normal;
    /*margin: 0px 10px 0px 0px; */
    /*margin: 0px 10px 0px 0px; */
     margin:0px 8px 0px 0px;
     position:relative;
     top:0px;
     -webkit-transition: top .4s ;
    -moz-transition: top .4s ;
     -ms-transition: top .4s ;
    -o-transition: top .4s ;
    transition: top .4s ;


     }

header nav .nav > li > a {
    padding: 0px 12px;
    line-height: 38px;
    text-transform: uppercase;
}

header nav .nav > li.parent > a {
    padding: 0px 12px 8px 12px;
}

/*Main nav hover text color*/
header nav .nav > li > a:hover,
header nav .nav > li:hover > a{
    color:#ed3035;
    }
/*Main nav current dept*/
header nav .nav > li > a.current,
header nav .nav > li > a.current:hover{
    color:#ed3035;
}



header nav .nav > li > a.current:before {
    border-top: 3px solid #ed3035;
    position: absolute;
    width: 100%;
    content: '';
    left: 0;
    top: -30px;
}

header nav .nav > li > a.button.current {
    color: #fff;
}

header nav .nav > li > a.button.current:hover {
    color: #ed3035;
}



/*second level*/
header nav .nav ul {
    z-index:600;
    position: absolute;
    left: -999em;
    clear:both;
    height: auto;
    width: 12em;
    padding: 6px 0px;
    margin: 0px;
    background-color: #ed3035;

    }

/*second level background and box size*/
header nav .nav li li {
    width:100%;
    margin-left:0px;
    }

header nav .nav li li a{
    line-height:1.5em;
    text-transform:none;
    color:#fbd6d7;
    font-size: 15px;
}
/*Second level text */
header nav .nav li li a {
    padding: 6px 12px 6px 12px;
    margin:0px;
    }



/*nav .nav li .parent:hover{
    background-color:#999;
    } */


/*Second level baackround color hover state  */
header nav .nav li li:hover{
   /*background-color:#0078BF; */

    }
/*Second level a:hover text color*/
header nav .nav li ul a:hover{
    /*color:#fff; */
    }




/*Second level a:link text color*/
header nav .nav li:hover li a{
    /* color:#333; */
    }

    /*hide second level*/
header nav .nav li:hover ul ul{
    left:-999em;


    }


    /* dislpay second level */
header nav .nav li:hover ul{
    left:auto;

    }




    /*Main nav rollover background color */
header nav .nav li:hover{
    background-image:none;
    }




header nav .navicon,
.navicon{
    font-size: 30px;
    color:#333;
    z-index:900;

}


header nav .nav a.button {
    border: 1px solid #ed3035;
    color: #fff;
    background-color: #ed3035;
    line-height: 36px;
    padding-bottom: 0;
}

header nav .nav a.button:hover {
    color: #ed3035;
    background-color: #fff;
    border: solid 1px #ed3035;
}


header nav  li.search a:hover,
header nav .nav > li.search:hover > a {
    background-color: transparent;
    color: #ed3035;
}

header .col-12 {
    position: relative;
}

.mobile_nav_trigger {
    display: none;
    position: relative;
    width: 30px;
    height: 30px;
    top: 26px;
    float:right;
}

.mobile_nav_trigger .navicon {
    display: block;
}
.mobile_nav_trigger .navicon.close {
    display: none;
}

.mobile_nav_trigger.open .navicon {
    display: none;

}
.mobile_nav_trigger.open .navicon:first-child {
	display: none;
	left:-999em;
	position: absolute;
}
.mobile_nav_trigger.open .navicon.close {
    display: block;
	font-size: 26px;
	margin-left: 4px;
	margin-top: 4px;
	position: absolute;
	top: 0px;
	left: 0px;
}


/* search */




.search_parent, section.slider{
    /* hardware acceleration */
     -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
   -ms-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   position:relative;
}


header nav  li.search {
    position:absolute;
    right:0px;
    margin-right:0px;
    top:0px;
    width:30px;
	text-align:right;

}
header nav  li.search a{
    font-size:24px;
    position:relative;
    top:0px;
    padding:0px;
    }
header nav  li.search input{
    display:none;
    }

.desktop_search{
    position:absolute;
    right: 0px;
    top:-90px;
    border-bottom: solid 3px #ccc;
    width:300px;

    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

    /*
    */
    visibility:hidden;
    -webkit-transition: top .5s, opacity .5s ;
    -moz-transition: top .5s, opacity .5s ;
     -ms-transition: top .5s, opacity .5s ;
    -o-transition: top .5s, opacity .5s ;
    transition: top .5s, opacity .5s ;
    zoom:1;
    }

.desktop_search.show{
    top:20px;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    }
.desktop_search .icon-nav_close {
    display:block;
    font-size:16px;
    cursor:pointer;
    position:absolute;
    z-index:10;
    top:14px;
    right:0px;
    zoom:1;
    height:16px;
    color:#666;
    }
    .desktop_search .icon-nav_close:hover{
    color:#000;
    }
.desktop_search input, .desktop_search label{
    width:100%;
    padding-left:0px;
    padding-right:30px;
    /*position:relative;
    z-index:10;
    top:0px;
    right:0px; */


    }
header nav .nav{
    top: 30px;
    -moz-opacity: 1;
    -khtml-opacity:1;
    opacity: 1;

    -webkit-transition: top .5s, opacity .5s ;
    -moz-transition: top .5s, opacity .5s ;
     -ms-transition: top .5s, opacity .5s ;
    -o-transition: top .5s, opacity .5s ;
    transition: top .5s, opacity .5s ;
    }

header nav .nav.search_open{
    top:-90px;
    -moz-opacity: 0;
    -khtml-opacity:0;
    opacity: 0;
    }

/* - END MAIN NAVIGATION - */

/* modal */

#modal-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 500;
    background-color: rgba(0, 0, 0, .9);
    box-sizing: border-box;
}
#modal-holder {
    text-align: center;
    margin: 0px auto;
    width: 100%;
    position: relative;
    z-index: 1000;
    width:100%;
    max-width: 960px;
    height: 100%;
}
#modal-wrap {
    z-index: 1000;
    width: 100%;
    max-width: 960px;
    height: 0px;
    padding: 0px 10px;
    float: left;
    position: absolute;
    left: 0px;
    padding-top:60px;
    box-sizing: border-box;
}
#modal {
    width: 100%;
    box-sizing: border-box;
    min-height: 100px;
    float: left;
    position: relative;
    z-index: 501;
}
#modal-content{
    text-align: left;
    float: left;
    display: inline;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    padding: 20px;
}
#modal-close {
    cursor: pointer;
    top: -40px;
    top: 15px;
    position: absolute;
    right: 10px;
    color: #fff;
    font-size: 24px;
    width: 28px;
    line-height: 28px;
    -webkit-transition: opacity .2s ;
    -moz-transition: opacity .2s ;
    -ms-transition: opacity .2s ;
    -o-transition: opacity .2s ;
    transition: opacity .2s ;
    opacity: 0.8;
    border: 3px solid #fff;
    border-radius: 180px;
}
#modal-close:before {
    content: '×';
    font-family: Arial;
}
#modal-close:hover,
#modal-close:active  {
    opacity: 1;
}

/*   Stylized selects, checkboxes, and radios   * /

/* select menus */

span.select {
    border: solid 1px #f1f1f1;
    position: relative;
    padding: 12px 44px 12px 12px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-transform: none;
    min-width: 155px;
    background-color: #f1f1f1;
}
span.select.focused {
    -webkit-box-shadow: 0px 0px 5px #9CF;
    -moz-box-shadow: 0px 0px 5px #9CF;
    box-shadow: 0px 0px 5px #9CF;
    border: solid 1px #000;
}
span.select .val {
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
    float: left;
    width: 100%;
    overflow: hidden;
    line-height: normal;
    color: #737373;
}
span.select select {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    cursor: pointer;
    top: 0px;
    left: 0px;
    background: none;
    font-size: .75em;
    height: 100%;
}
span.select select option{
    background-color:#fff;
}
.select .stylized_arrow {
    color: #737373;
    position: absolute;
    right: 12px;
    font-size: 20px;
    top: 17px;
    content: "";
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid #737373;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

span.select{
    width: 100%;
    box-sizing: border-box;
}

.main aside span.select{
    width:100%;
    }

/* radios and checkboxes */

article input[type="checkbox"],
article input[type="radio"] {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    z-index: inherit;
    margin-left: -28px;
    margin-top: 2px;
    cursor: pointer;
    padding: 0;
    width: 20px;
    height: 20px;
}

article input[type="radio"] {
    margin-left: -23px;
}
.styled_checkbox,
.styled_radio {
    border: solid 1px #737373;
    position: relative;
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
    background-color: #fff;
    bottom:-3px;

}
.styled_radio {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.styled_checkbox {
    width:18px;
    height:18px;
}
.styled_checkbox.focused {
    -webkit-box-shadow: 0px 0px 5px #9CF;
    -moz-box-shadow: 0px 0px 5px #9CF;
    box-shadow: 0px 0px 5px #9CF;
}
.styled_checkbox .fill {
    display:none;
}
.styled_checkbox.checked .fill {
    display: block;
    color: #000;
    font-size: 8px;
    width: 12px;
    height: 12px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -6px;
}
label.stylized {
    padding-left: 23px;
    text-indent: -23px;
}
.styled_radio {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    top: 2px;
}
.styled_radio .fill {
    display:none;
}
.styled_radio.checked {
    background-color: #fff;
}
.styled_radio.checked .fill {
    display: block;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -5px;
    margin-top: -5px;
}
.disabled,
.disabled span.styled_radio,
.disabled span.styled_checkbox {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4;
    cursor: auto;
}
.styled_radio.focused {
    -webkit-box-shadow: 0px 0px 5px #9CF;
    -moz-box-shadow: 0px 0px 5px #9CF;
    box-shadow: 0px 0px 5px #9CF;
}

/*
    related projects and related and team
*/

.related_projects,
.recent_projects,
.team_gallery {
    overflow: hidden;
}


.related_projects__heading {
    margin-bottom: 32px;
}

.related_projects__heading h3 {
    font-size: 22px;
    color: #000;
    text-transform: none;
    border-bottom: 1px solid #737373;
    padding-bottom: 20px;
}

.recent_projects__heading h3 {
    font-size: 26px;
    color: #000;
    text-transform: none;
    border-top: 1px solid #737373;
    padding-bottom: 50px;
    padding-top: 60px;
}

.related_projects__grid,
.recent_projects__grid,
.team_gallery__grid {
    margin-left: -6px;
}

.related_projects__grid__item,
.recent_projects__grid__item,
.team_gallery__grid__item {
    float: left;
    width: 33.3333%;
    padding-left: 6px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.related_projects__grid__item img,
.recent_projects__grid__item img,
.team_gallery__grid__item img {
    display: block;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
}

.related_projects__grid__item a,
.recent_projects__grid__item a,
.team_gallery__grid__item a {
    display: block;
    font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
}
.recent_projects__grid__item a {
    color: #ed3035;
    border-bottom: solid 1px #fff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.related_projects__grid__item a:hover,
.recent_projects__grid__item a:hover,
.team_gallery__grid__item a:hover {
    border-color: #fff;
}

.related_projects__grid__item img,
.recent_projects__grid__item img,
.team_gallery__grid__item img {
    -webkit-transition: all .2s ;
    -moz-transition: all .2s ;
     -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s ;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.related_projects__grid__item:hover img,
.recent_projects__grid__item:hover img,
.team_gallery__grid__item:hover img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.recent_projects {
    margin-bottom: 70px;
}

.recent_projects__all_projects {
    text-align: center;
    margin-top: 40px;
}

.recent_projects__all_projects .button {
    margin-bottom: 0;
}


/*
    projects gallery and team
*/

.projects_gallery {
    overflow: hidden;
}


.projects_gallery__heading,
.team_gallery__heading {
    margin-bottom: 32px;
}

.projects_gallery__grid {
    margin-left: -6px;
}

.projects_gallery__grid__item {
    float: left;
    width: 33.3333%;
    padding-left: 6px;
    box-sizing: border-box;
    margin-bottom: 32px;
}
.projects_gallery__grid__item img {
	-webkit-transition: all .2s ;
	-moz-transition: all .2s ;
	 -ms-transition: all .2s ;
	-o-transition: all .2s ;
	transition: all .2s ;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}
.projects_gallery__grid__item:hover img{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.projects_gallery__grid__item--hidden {
    display:none;
}

.projects_gallery__grid__item img {
    display: block;
    padding-bottom: 10px;
}

.projects_gallery__grid__item a {
    display: block;
    font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
}

.projects_gallery__grid__item a:hover {
    border-color: #fff;
}

a.projects_gallery__filter__menu__trigger {
    color: #fff;
    background-color: transparent;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: relative;
    border: solid 1px #000;
    background-color: #000;
    font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
    font-size: 16px;
    padding: 0px 20px;
    line-height: 48px;
}

a.projects_gallery__filter__menu__trigger:hover {
    border-color: #000;
	color:#ccc;
}

a.projects_gallery__filter__menu__trigger:hover:after{
	color:#ccc;
}

a.projects_gallery__filter__menu__trigger:after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e900";
    top: 2px;
    position: relative;
    padding-left: 18px;
}

.projects_gallery__filter__menu--open a.projects_gallery__filter__menu__trigger:after {
    content: "\e901";
}



.projects_gallery__filter__menu__options {
    display: none;
    z-index: 10;
}

.projects_gallery__filter__menu--open .projects_gallery__filter__menu__options {
    display: block;
    position: absolute;
    background-color: #000;
    padding: 20px;
}

.projects_gallery__filter__menu {
    position: relative;
}

.projects_gallery__filter {
    margin-bottom: 50px;
}


.projects_gallery__filter__menu__options_list {
    margin-bottom: 14px;
}
.projects_gallery__filter__menu__options label {
    color: #808080;
    font-size: 16px;
    padding: 0;
}

.projects_gallery__filter__menu__options .styled_checkbox {
    background-color: #000;
    border-color: #808080;
    width: 16px;
    height: 16px;
    bottom: -2px;
    margin-right: 12px;
}

.projects_gallery__filter__menu__options_list .projects_gallery__filter__menu__options_list__option {
    padding-bottom: 14px;
}

.projects_gallery__filter__menu__options_list .styled_checkbox.checked .fill {
    background-color: #808080;
    width: 10px;
    height: 10px;
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;
}

.projects_gallery__filter__menu__options .styled_checkbox input[type="checkbox"] {
    width: 16px;
    height: 16px;
}

.button.projects_gallery__filter__menu__done_button {
    background-color: #000;
    border-color: #808080;
    color: #808080;
    width: 100%;
    line-height: 34px;
    margin-bottom: 0;
}

.button.projects_gallery__filter__menu__done_button:hover {
    border-color: #fff;
    color: #fff;
    background-color: #000;
}

.projects_gallery__grid_wrapper.projects_gallery__grid_wrapper--filtering {
    opacity: 0.3;
}

/*
    logo list
*/

.logo_list {
    margin-left: -10px;
    text-align: left;
    position: relative;
    margin-bottom: 32px;
}

.logo_list__item {
    max-width: 20%;
    padding: 10px;
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: auto;
}

.logo_list__item a:hover {
    border-color: #fff;
}

.logo_list__item img {
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 100%;
}

/*
    quote box
*/

.quote_box__inner {
    border: 1px solid #ccc;
    padding: 50px 46px 50px 46px;
}

.quote_box {
    margin-bottom: 40px;
}

.quote_box__body {
    padding: 0 0 18px 0;
    font-family: 'Helvetica Neue LT W05_75 Bold', Helvetica, Arial, sans-serif;
    margin-bottom: 0;
    position: relative;
}

.quote_box__body p {
    font-size: 22px;
    margin-bottom: 0;
    font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
    text-align: center;
}

.quote_box__body::before,
.quote_box__body::after {
    content: "“";
    font-size: 82px;
    display: block;
    line-height: 47px;
    position: relative;
    top: 6px;
    text-align: center;
    color: #ed3035;
}

.quote_box__body::after {
    content: "”";
    top: 18px;
}

.quote_box__attribution p {
    font-size: 14px;
    font-family: 'Helvetica Neue LT W05_55 Roman', Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 0;
}

.quote_box_two_col {
    margin-left: -40px;
    overflow: hidden;
    clear: both;
}

.quote_box--two_col {
    padding-left: 40px;
    width: 50%;
    float: left;
    display: table;
}

.quote_box--two_col .quote_box__inner {
    padding: 50px 20px 50px 20px;
    display: table-cell;
    vertical-align: middle;
}


/*
    slick
*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list
{
    background: #fff url('/themes/zera/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/themes/zera/css/fonts/slick.eot');
    src: url('/themes/zera/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/themes/zera/css/fonts/slick.woff') format('woff'), url('/themes/zera/css/fonts/slick.ttf') format('truetype'), url('/themes/zera/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*
    text color overrides
*/

.red {
    color: #ed3035;
}

/*
    mobile only elements
*/

.mobile_line_break {
    display: none;
}


@media screen and (max-width: 1050px) {
    header nav .nav > li > a{
        padding: 0px 6px;
    }
}

@media screen and (max-width: 960px) {

    .inner-wrap {
        margin-top: 70px;
    }

    .two-column_layout .two-column_layout_left {
        width: 62%;
    }
    .two-column_layout .two-column_layout_right {
        width: 32%;
    }

    .desktop_search .input_placeholder {
        display:none;
    }
    header .col-12,
    header .width_holder {
        position: initial;
    }

    .inner_wrap {
        margin-top: 80px;
    }

    header.nav_header {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
		border-bottom: solid 1px #efefef;
		height:80px;
    }
	#logo{
		margin-top: 18px;
		width:176px;
		height:42px;
	}

    .is-admin header.nav_header {
        top: 50px;
    }
    .mobile_nav_trigger {
        display: block;

    }

	.mobile_nav_trigger.open {
        position:relative;
    }


    .search_parent ul.nav {
        display: none;
    }

    .search_parent.search_parent--open {
        position: absolute;
        width: 100%;
        top: 80px;
        z-index: 100;
        float: none;
        display: block;
        left: 0;
    }
    .search_parent.search_parent--open ul.nav {
        display: block;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
        float: none;
        top: 0;
    }
    .search_parent.search_parent--open ul.nav li {
        display: block;
        width: 100%;
        float: none;
    }
    .desktop_search {
        display: none;
    }
    header nav .nav ul {
        position: relative;
        float: none;
        display: none;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0;
    }

    .search_parent.search_parent--open ul.nav li a,
    header .search_parent.search_parent--open .nav > li.parent > a {
        padding: 0 20px;
        background-color: #f1f1f1;
        border-bottom: 1px solid #fff;
        font-size: 14px;
        line-height: 47px;
    }

    header nav .nav > li > a.current:before {
        display: none;
    }

    header nav .nav > li > a.current {
        color: #000;
    }

    header .search_parent.search_parent--open .nav > li.parent > a:after {
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e906";
        font-size: 16px;
        float: right;
        line-height: 47px;
    }

    header .search_parent.search_parent--open .nav > li.parent.open > a:after {
        content: "\e907";
    }

    .search_parent.search_parent--open ul.nav li li a {
        background-color: #fff;
        border-color: #f1f1f1;
        color: #000;
    }

    .search_parent.search_parent--open ul.nav li.search {
        display: none;
    }

    header nav.search_parent.search_parent--open .nav > li > a:hover,
    header nav.search_parent.search_parent--open .nav > li:hover > a {
       color: #ed3035;
    }
    .search_parent.search_parent--open ul.nav li a.button {
        background-color: #ed3035;
        text-align: left;
        border-bottom: 1px solid #ed3035;
    }
    .search_parent.search_parent--open ul.nav li a.button:hover {
        color: #ed3035;
        background-color: #fff;
    }

    .desktop_search {
        display: none;
    }

    .full-width-image {
        margin: 0 0 24px 0;
    }



}

@media screen and (max-width: 860px) {
    article blockquote {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
    article blockquote p {
        font-size: 20px;
        padding: 20px 0 16px 0;
        text-align: center;
    }
    article blockquote p:before,
    article blockquote p:after {
        font-size: 60px;
        line-height: 40px;
    }
    article blockquote p:before {
        text-align: left;
        top: 6px;
    }
    article blockquote p:after {
        text-align: right;
        top: 13px;
    }
}
@media screen and (max-width: 800px) {

    .form_col, .sem-field-container {
        width:100%;
    }

    .sem-form-section .sem-field-container {
        margin-left: 0%;
    }

    .col-9{
        width: 100%;
    }

}

@media screen and (max-width: 780px) {
    .sidebar_share_strip .sidebar_share_strip__label {
        width: 54px;
        font-size: 12px;
        line-height: 28px;
        height: 28px;
    }

    .sidebar_share_strip .sidebar_share_strip__option {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 18px;
    }

    .sidebar_share_strip .sidebar_share_strip__option a,
    .sidebar_share_strip .sidebar_share_strip__option a:hover,
    .sidebar_share_strip .sidebar_share_strip__option a:before {
        line-height: 28px;
    }

    .slider__overlay__content {
        position: relative;
        width: 100%;
        height: auto;
        top: initial;
        right: initial;
    }

    .slider__overlay__content h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .slider__overlay {
        background-color: #ed3035;
        clear: both;
        overflow: hidden;
    }

    section.slider.slider--homepage .slick-dots {
        bottom: 70px;
    }

    .slider__wrapper .slider--homepage .slick-list {
        padding-bottom: 0;
    }

    section.slider.slider--homepage .slick-dots li button:before {
        color: #fff;
        opacity: 0.4;
    }

    section.slider.slider--homepage .slick-dots li.slick-active button:before {
        opacity: 0.9;
    }

    section.slider.slider--homepage .slide .slider__slide__content {
        text-align: center;
        padding-bottom: 16px;
    }

}

@media screen and (max-width: 740px) {
    .mobile_line_break {
        display: block;
    }

    footer .divider {
        display: none;
    }

    footer .label {
        padding-left: 0;
    }

}


@media screen and (max-width: 700px) {
    .two-column_layout .two-column_layout_left,
    .two-column_layout .two-column_layout_right {
        width: 100%;
        float: none;
        padding: 0px 2.361%;
    }
    .two-column_layout .two-column_layout_right {
        padding-top:24px;
    }

    .project_detail_heading__row {
        display: block;
    }

    .project_detail_heading .project_detail_heading__left,
    .project_detail_heading .project_detail_heading__right,
    .team_detail_heading .team_detail_heading__left,
    .team_detail_heading .team_detail_heading__right {
        float: none;
        clear: both;
        width: 100%;
        display: block;
    }

    .project_detail_heading__right {
        text-align: left;
    }

    .sidebar_content__heading,
    .recent_projects_sidebar__heading,
    .navigation_sidebar__heading {
        padding: 30px 0 0 0;
        margin-bottom: 10px;
        border-top: 1px solid #737373;
        background-color: transparent;
    }

    .recent_projects_sidebar__heading {
        margin-bottom: 20px;
    }

    .sidebar_content__heading h3,
    .recent_projects_sidebar__heading h3,
    .navigation_sidebar__heading h3 {
        color: #000;
        text-transform: none;
        font-size: 22px;
    }

    .quote_sidebar {
        padding-top: 36px;
        border-top: 6px solid #f1f1f1;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .related_projects__heading {
        margin-bottom: 22px;
    }
    .related_projects__heading h3 {
        padding-top: 30px;
        margin-bottom: 0;
        border-top: 1px solid #737373;
        border-bottom: 0;
        padding-bottom: 0;
    }

    .related_projects__grid__item,
    .projects_gallery__grid__item,
    .recent_projects__grid__item,
    .team_gallery__grid__item {
        width: 50%;
    }


    .sidebar_filter,
    .sidebar_share_strip {
        display: none;
    }

    .sidebar_filter--mobile,
    .sidebar_share_strip--mobile {
        display: block;
    }


}

@media screen and (max-width: 650px) {
    h1 { font-size: 36px; }
    h2{ font-size: 22px; }
    h3 { font-size: 14px; }
    p, h4, h4 a, article li, article li a{  font-size: 16px; }
    article li{
    background-image:url(/themes/zera/images/bullet.gif);
    background-position:0px 11px;
    }

    .width_holder {  padding: 0px 20px; }
    .col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
        padding: 0px;
        float: none;
        clear: both;
        width: 100%;
    }

    .mobile_navigation.nav li.mobile_close {
        right: 27px;
    }
    section.standard_margin {
        margin: 50px 0px 0px;
    }
    .col-mob-mar-top {
        margin-top: 50px;
    }
    footer .footer_social {
        text-align: left;
    }
    footer .footer_social a {
        margin-left: 0px;
        margin-right: 10px;
        margin-bottom: 0px;
    }
    footer p.copyright {
        margin-bottom: 24px;
    }

    article {
        margin-bottom: 50px;
    }
    .two-column_layout .two-column_layout_left,
    .two-column_layout .two-column_layout_right {
        padding: 0px;
    }


    .list-entry .img{
        width: 120px;
        float: left;
        margin-right: 18px;
        margin-bottom: 0px;
    }
    .list-entry.has-image .text {
        padding-left: 0px;
    }

    .large_search_wrap input[type="search"],
    .large_search_wrap.input_default_wrap label{
        font-size:20px;
        padding: 12px 100px 12px 12px;
    }

    .large_search_wrap.input_default_wrap label {
        top: 0;
    }

    .large_search_wrap .search_trigger {
        font-size:30px;
        right:12px;
        top: 10px;

    }

    .large_search_wrap input[type="submit"] {
        padding: 0 10px;
        line-height: 36px;
        top: 7px;
        right: 8px;
    }

    .large_search_wrap input[type="search"] {
        line-height: 26px;
        font-size: 20px;
    }

    .large_search_wrap {
        padding: 30px 0;
    }

    section.slider,
    section.banner {
        margin-bottom: 20px;
    }

    section.slider .slide,
    section.banner .banner__image {
        min-height: 240px;
    }

    section.slider .slick-prev,
    section.slider .slick-next,
    section.slider:hover .slick-prev,
    section.slider:hover .slick-next {
        height: 240px;
        display: none !important;
    }

    section.slider.slider--homepage {
        margin-bottom: 0;
    }

    section.slider.slider--homepage .slick-dots {
        bottom: 54px;
    }

    .slider__wrapper .slider--homepage .slick-list {
        padding-bottom: 0;
    }


    section.slider.slider--homepage .slick-dots li button:before {
        width: 14px;
        height: 14px;
        font-size: 12px;
    }

    section.slider.slider--homepage li button {
        width: 14px;
        height: 14px;
    }

    section.slider.slider--homepage .slick-dots li button::before {
        width: 14px;
        height: 14px;
    }

    section.slider.slider--homepage .slick-dots li {
        width: 14px;
        height: 14px;
    }

    section.slider.slider--homepage .slide {
        height: 320px;
    }

    .slider__overlay__content {
        padding: 30px 6px;
    }

    .slider__slide__content a.button {
        padding: 0;
        min-width: 28px;
        line-height: 18px;
        margin-bottom: 0;
        border-color: transparent;
    }

    section.slider.slider--homepage .slide .slider__slide__content {
        padding-bottom: 8px;
    }

    .slider__slide__content a.button:hover {
        background-color: transparent;
        border-color: transparent;
        border-bottom: 1px solid #fff;
    }

    .width_holder.width_holder--slider {
        padding: 0;
    }

    .home_two_column_content h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .home_two_column_content p + .button {
        margin-top: 0;
    }

    section.standard_margin.home_two_column_content {
        margin-bottom: 40px;
        margin-top: 30px;
    }

    .home_two_column_content .button {
        width: 100%;
    }

    .recent_projects__heading h3 {
        font-size: 22px;
        padding-bottom: 24px;
        padding-top: 30px;
    }
    .recent_projects__all_projects .button {
        width: 100%;
    }

    .project_detail_heading,
    .page_heading,
    .team_detail_heading {
        margin-left: 0;
        margin-right: 0;
    }

    .project_detail_heading__left,
    .page_heading__left,
    .team_detail_heading__left {
        width: 100%;
        float: none;
    }


    a.button.button--download {
        line-height: 38px;
    }

    a.button.button--download:before {
        line-height: 40px;
    }

    .logo_list {
        margin-left: 0;
        text-align: center;
    }
    .logo_list__item {
        max-width: 33.3333%;
    }
    .logo_list__item img {
        max-height: 94px;
    }

    .quote_box__inner {
        padding: 50px 20px 50px 20px;
    }

    .quote_box--two_col {
        float: none;
        clear: both;
        width: 100%;
    }

    .quote_box__body p {
        font-size: 18px;
    }


}



@media screen and (max-width: 500px) {
    .image-right, .r_img_wrapper{
        width:100%;
        margin-left:0px;
    }


    a.pagination_prev_mobile{
        display:inline-block;
    }
    a.pagination_prev{
        display:none;
    }


    .pagination_space {
        display:block;
        height:20px;
    }

    .related_projects__grid__item,
    .projects_gallery__grid__item,
    .recent_projects__grid__item,
    .team_gallery__grid__item {
        width: 100%;
        margin-bottom: 36px;
    }

    .list-entry .img{
        width: 100px;
    }

    label.sem-radio-button-label {
        display: block;
        margin-left: 18px;
    }

    .sem-form fieldset .sem-legend {
        display: block;
        float: none;
        margin-bottom: 10px;
    }

    article a.pagination_prev_mobile{
        display:inline-block;
        }
    article a.pagination_prev{
        display:none;
    }
    article .pagination_space{
        display:block;
        height:20px;
    }

	.sem-form-section .sem-field-container{
		margin-bottom:12px;

	}


}

@media screen
and (max-width: 700px)
and (min-width: 500px)  {
    .form_col, .sem-field-container {
        width:48%;
    }

    .sem-form-section .sem-field-container {
        margin-left: 4%;
    }
    .sem-field-container.sem-submit-container {
        margin-left: 0;
    }
}

/*
    admin edit styles
*/

.admin-preview-note {
    width: 100%;
    background-color: #ccc;
    padding: 10px;
    font-size: 16px;
}

.ccm-ui * {
    box-sizing: content-box;
}

div#ccm-page-status-bar {
    z-index: 200;
}
