/*
Theme name: Sequent
Description: Custom Theme
*/

@font-face {
    font-family: 'proxima_nova_regular';
    src: url('fonts/proximanovaregular-webfont.eot');
    src: url('fonts/proximanovaregular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanovaregular-webfont.woff') format('woff'),
         url('fonts/proximanovaregular-webfont.ttf') format('truetype'),
         url('fonts/proximanovaregular-webfont.svg#proxima_nova_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova_regular';
    src: url('proximanovabold-webfont.eot');
    src: url('proximanovabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanovabold-webfont.woff') format('woff'),
         url('proximanovabold-webfont.ttf') format('truetype'),
         url('proximanovabold-webfont.svg#proxima_nova_regular') format('svg');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'ProximaNovaLtBold';
    src: url('fonts/proximanova-sbold-webfont.eot');
    src: url('fonts/proximanova-sbold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-sbold-webfont.woff') format('woff'),
         url('fonts/proximanova-sbold-webfont.ttf') format('truetype'),
         url('fonts/proximanova-sbold-webfont.svg#ProximaNovaLtBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNovaLtRegular';
    src: url('fonts/proxima_nova_light-webfont.eot');
    src: url('fonts/proxima_nova_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proxima_nova_light-webfont.woff') format('woff'),
         url('fonts/proxima_nova_light-webfont.ttf') format('truetype'),
         url('fonts/proxima_nova_light-webfont.svg#ProximaNovaLtRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; outline: 0; }

html, body { height: 100% }

body {
	font-family: 'proxima_nova_regular', arial, sans-serif;
	font-size: 17px;
	line-height: 1.3em;
	background: #f0f1f2;
	color: #70767e;
	min-width: 100%;
}

a { color: #0252aa; text-decoration: none; cursor: pointer;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
a:hover { text-decoration: underline; }
a img { border: 0; }

input, textarea, select { font-size: 15px; font-family: 'proxima_nova_regular', arial, sans-serif; color: #47474e; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/******* Sequen WordPress CSS *******/

/* Common elements styling */

h1 { font-size: 52px; line-height: 1.3em; font-weight: normal; font-family: 'ProximaNovaLtRegular'; color: #3a434a; }
h2 { font-size: 52px; line-height: 1.3em; font-weight: normal; font-family: 'ProximaNovaLtRegular'; color: #3a434a; }
h3 { font-size: 30px; line-height: 1.3em; font-weight: normal; font-family: 'proxima_nova_regular'; color: #333333; }
h4 { font-size: 28px; line-height: 1.3em; font-weight: normal; font-family: 'proxima_nova_regular'; color: #333333; }
h5 { font-size: 24px; line-height: 1.3em; font-weight: normal; font-family: 'proxima_nova_regular'; color: #333333; }
h6 { font-size: 22px; line-height: 1.3em; font-weight: normal; font-family: 'proxima_nova_regular'; color: #333333; }

.default-section { padding-bottom: 120px; }

.footer-top p.date,
p.date { font-family: 'ProximaNovaLtBold'; text-transform: uppercase; color: #ff6b2c; font-size: 14px; padding-bottom: 4px; }

.post .entry p { padding-bottom: 20px; }
.post .entry ul { margin-left: 25px; }
.post .entry ol { margin-left: 25px; }
.post .entry a img { border: 0 }

p img { padding: 0;	max-width: 100%; }
img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { margin: 2px 0 2px 7px; display: inline; }
img.alignleft { margin: 2px 7px 2px 0; display: inline; }
.alignright { float: right; display: inline; }
.alignleft { float: left; display: inline; }
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }

/* Calendar widget */
#wp-calendar { empty-cells: show; margin: 10px auto 0; }
#wp-calendar #next a { padding-right: 10px; text-align: right; }
#wp-calendar #prev a { padding-left: 10px; text-align: left; }
#wp-calendar a { display: block; }
#wp-calendar caption { text-align: center; width: 100%; }
#wp-calendar td { padding: 3px 0; text-align: center; }
.wp-caption { border: 1px solid #ddd; text-align: center; padding-top: 4px; margin: 10px; }
.wp-caption img { margin: 0; padding: 0; border: 0 none; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* Big images in rich text editor should not break page layout */
.post .entry { overflow: hidden; }


/******* /Sequent WordPress CSS *******/

.wrapper { width: 1350px; margin: 0 auto; background: #fff; }
.shell { width: 1074px; margin: 0 auto; }

a.btn { display: inline-block; padding: 0 33px; font-size: 16px; line-height: 60px; color: #fff; text-transform: uppercase; background: #ff6b2c; border-radius: 70px; font-weight: bold; }
a.btn:hover { text-decoration: none; background: #fff0ea; color: #ff6730 }

a.transparent-btn { background: transparent; border: solid 2px #cdcdd3; color: #cdcdd3; }
a.transparent-btn.hovered,
a.transparent-btn:hover { background: transparent; border-color: #ff7544; color: #ff7544; }

a.small-btn { font-size: 14px; line-height: 40px; padding: 0 24px; }

a.arrow-link { display:block; width: 40px; height: 40px; background: url(images/arrow-link.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }
a.arrow-link:hover { opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=5); text-decoration: none; }

.searchform input[type="text"] { display: inline; float: right; padding: 9px 0; width: 23px; height: 23px; background: url(images/search.png) no-repeat 0 center; cursor: pointer; border: 0; color: transparent; border: solid 2px transparent;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
 }
.searchform input[type="text"].expanded { padding: 9px 47px 9px 20px; border-color: #e9e9ec; border-radius: 70px; width: 130px; background-position: 160px center; color: #70767e;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

#logo { width: 179px; font-size: 0; line-height: 0; }
#logo a { display: block; width: 179px; height: 40px; background: url(images/logo.png) no-repeat 0 0; text-indent: -4000px; }

.header { position: relative; padding: 28px 0 26px; z-index: 50; }
.header .menu { display: inline; float: right; padding-right: 8px; }
.header .menu > li { position: relative; list-style: none; display: inline; float: left; font-size: 16px; margin-left: 5px; }
.header .menu > li:first-child { padding-left: 0; margin-left: 0px;}
.header .menu > li > a { float: left; color: #313135; padding: 0 19px; line-height: 38px; border: solid 2px transparent; border-radius: 70px; }
.header .menu > li.menu-item-has-children > a { position: relative; z-index: 10; border-bottom: 0; border-radius: 0; }
.header .menu > li > a span { position: relative; z-index: 10; padding-bottom: 9px; border-bottom: solid 2px transparent; }
/*.header .menu > li > a span {  -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;} */
.header .menu > li.hovered { z-index: 100; }
.header .menu > li.hovered > a,
.header .menu > li > a:hover { color: #ff6f28; text-decoration: none; border-color: #e9e9ec; background: #fff;  }
.header .menu > li.hovered.menu-item-has-children > a span,
.header .menu > li.menu-item-has-children > a:hover span { border-color: #ff6532; }
.header .menu > li.current-menu-parent > a,
.header .menu > li.current-menu-item > a { font-family: 'ProximaNovaLtBold'; color: #ff6f28; border-color: #e9e9ec; border-radius: 70px; border-bottom: solid 2px #e9e9ec; }
.header .menu li ul { opacity: 0; -moz-opacity: 0; filter:alpha(opacity=0); visibility: hidden; position: absolute; top: 38px; left: 0; padding: 3px 24px 0; width: 179px; border: solid 2px #ebebed; background: #fff;
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease; }
.header .menu li ul li { list-style: none; font-size: 16px; line-height: 49px; border-top: solid 1px #ebebed; }
.header .menu li ul li:first-child { border-top: 0; }
.header .menu li ul li a { color: #6d6d73; display:block; }
.header .menu li ul li a:hover { text-decoration: none; color: #ff692e; }
.header .menu li:hover ul { opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); visibility: visible; z-index: 999999; }

.header .menu > li.menu-item-has-children > a span {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition:none;
    -o-transition: none;
    transition:none;}

.header .menu > li.menu-item-has-children.hovered > a,
.header .menu > li.menu-item-has-children > a:hover {  border-bottom: 0;
    -webkit-border-radius: 20px 20px 0px 0px;
    -moz-border-radius: 20px 20px 0px 0px;
    border-radius: 20px 20px 0px 0px;
}

.header .searchform { float:right; }

.slider { position: relative; max-height: 548px; overflow: hidden; border-bottom: solid 1px #e6e6e5; }
.slider .slide { position: relative; }
.slider .slide-title { padding: 18px 27px; width: 435px; background: url(images/slide-caption.png) repeat-y 0 0; margin-bottom: 9px; }
.slider .slide-caption { position: absolute; top: 122px; left: 136px; }
.slider .slide-caption h2 { font-family: 'ProximaNovaLtRegular'; font-size: 52px; line-height: 58px; color: #3a434a; font-weight: normal; }
.slider .slide-caption p { font-family: 'ProximaNovaLtBold';
font-size: 28px;
color: #3b4450;
padding-bottom: 0px;
line-height: 28px; }
.slider .slide-caption a { font-size: 16px; line-height: 20px; color: #ff692e; }
.slider .slide-caption a:hover { color: #f94d09; text-decoration: none; }
.slider .slide .caption { border-top: solid 2px #ff692e; padding: 27px 27px 23px; width: 387px; background: url(images/slide-caption.png) repeat-y 0 0; margin-bottom: 9px; }

.slider-wrapper { position: relative;  max-height: 480px;
overflow: hidden; }
.slider-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -21px; width: 42px; height: 42px; background: url(images/slider-arrows.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }
.slider-wrapper .bx-controls-direction .bx-prev { left: 44px; }
.slider-wrapper .bx-controls-direction .bx-next { right: 44px; background-position: 100% 0; }

.gradient-bg { background: #fff url(images/section-gradient.png) repeat-x 0 bottom; }
.page-section { padding: 30px 0 45px; }
.page-section .col { cursor: pointer; }
.page-section .col p { padding-bottom: 31px; }

.icon-wrap { position: relative; padding: 15px; width: 90px; height: 90px; margin: 0 auto 0px; }
.icon-wrap img.hover-icon { position: absolute; display: none; top: 15px; left: 15px; }
.icon-wrap .icon-inner { position: absolute; top: 15px; left: 15px; width: 90px; height: 90px; background: #fff0ea; border-radius: 50%;
-webkit-transition: background 400ms ease;
-moz-transition: background 400ms ease;
-ms-transition: background 400ms ease;
-o-transition: background 400ms ease;
transition: background 400ms ease;
}

.icon-wrap.hovered { padding: 0; width: 120px; height: 120px; }
.icon-wrap.hovered .icon-inner { top: 0; left: 0; width: 100%; height: 100%; background: #ff692e; }
.icon-wrap.hovered img { display:none; }
.icon-wrap.hovered img.hover-icon { display: block; }

.col { display: inline; float: left; width: 245px; text-align: center; }
.col h4 { padding-bottom: 12px; }
.col p { font-size: 15px; line-height: 28px; }
.col + .col { margin-left: 30px; }

.customers-section { padding: 57px 0 60px; text-align:center; }
.customers-section h5 { padding-bottom: 10px;  }
.customers-section p img { vertical-align: middle; margin: 0 20px; }

.footer { background: #22242a; padding: 45px 0;  }
.footer .footer-menu-wrap,
.footer .socials { display: inline; float: right; }
.footer .footer-menu-wrap li,
.footer .socials li { list-style: none; display: inline; float: left; }
.footer .socials li { padding-left: 20px; }
.footer .socials li a {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.footer .socials { padding-left: 20px; }
.footer .socials li a:hover { opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=5);}

.footer .footer-menu-wrap li { font-size: 14px; line-height: 38px; padding-left: 35px; }
.footer .footer-menu-wrap li a { color: #8b94a0; }
.footer .footer-menu-wrap li a:hover { text-decoration: none; color: #fff;  }
.footer .copy p { font-size: 14px; line-height: 40px; color: #8b94a0; }
.footer .copy a { color: #8b94a0; }
.footer .copy a:hover { text-decoration: none; color: #fff; }

.footer-top { border-bottom: solid 1px #373941; margin-bottom: 50px; padding-bottom: 50px; }
.footer-top .shell { position: relative; }
.footer-top .arrow-link { position: absolute; right: 0; top: 7px; }
.footer-top p { font-size: 20px; color: #fff }

.header-image { position: relative; width: 100%; height: 329px; overflow: hidden; border-bottom: solid 2px #f8713d; }
.header-image .shell { position: relative; position: relative; z-index: 30; padding-top: 50px; }
.header-image h2 { position: relative; margin: 0 0 19px -32px; display: inline-block; color: #3d4650; padding: 14px 28px; background: url(images/slide-caption.png) repeat 0 0; }
.header-image p { font-family: 'ProximaNovaLtBold'; font-size: 28px; line-height: 32px; color: #3e4650; }
.header-image img { position: absolute; top: 0; left: 0; z-index: 10; }
.header-image p { display: inline-block; position: relative; margin-left: -32px; border-top: solid 2px #f94d09; padding: 22px 29px; max-width: 537px; background: url(images/slide-caption.png) repeat 0 0; }

.intro-text p { font-size: 26px; line-height: 38px; color: #3e4650; padding-bottom: 0; }

.post { padding-top: 80px; }

.intro-text { padding-bottom: 76px; }

.half { width: 537px; overflow: hidden; }
.half.push { padding-top: 51px; }
.half h4 { padding-bottom: 11px; }
.half p { line-height: 32px; }

.content-sections { padding-bottom: 120px; }
.content-sections .entry { padding-bottom: 50px; }

.top-border { border-top: solid 3px #f8713d; }

.posts-slider { padding: 70px 0 85px; }
.posts-slider h3 { text-align: center; padding-bottom: 65px; }
.posts-slider h4 { font-size: 20px; line-height: 28px; color: #494b50; font-family: 'ProximaNovaLtBold'; border-bottom: solid 2px #e0e3ea; padding-bottom: 23px; margin-bottom: 23px; }
.posts-slider h4 a { font-size: 20px; color: #494b50; }
.bx-clone {
    display: none;
}
/*.posts-slider h4 a.is-featured {
    color: #ff6625;
}
.posts-slider h4 a.is-featured:hover {
   color: #494b50;
}*/
.posts-slider h4 a:hover { color: #ff6625; text-decoration: none; }
.posts-slider p { font-size: 16px; line-height: 28px; color: #58646d; padding-bottom: 13px; }
.posts-slider p a { font-family: 'ProximaNovaLtBold'; font-size: 14px; color: #58646d; text-transform: uppercase; }
.posts-slider p a:hover { text-decoration: none; color: #ff6625; }
.posts-slider .bx-wrapper { position: relative; max-width:100% !important;width:100%; }
.posts-slider .bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -20px; left: -83px; width: 40px; height: 40px; font-size: 0; line-height: 0; text-indent: -4000px; background: url(images/posts-slider-arrows.png) no-repeat 0 0; }
.posts-slider .bx-wrapper .bx-controls-direction a.bx-next { left: auto; right: -83px; background-position: 100% 0; }
.posts-slider .bx-wrapper .bx-controls-direction a:hover { background-position: 0 bottom; }
.posts-slider .bx-wrapper .bx-controls-direction a.bx-next:hover { background-position: 100% bottom; }
.posts-slider .bx-pager { text-align:center; padding-top: 51px; }
.posts-slider .bx-pager-item { display: inline-block; *display: inline; zoom: 1; padding: 0 10px; }
.posts-slider .bx-pager-item a { display: block; width: 11px; height: 11px; font-size: 0; line-height: 0; text-indent: -4000px; border-radius: 50%; background: #ced2d8; }
.posts-slider .bx-pager-item a.active,
.posts-slider .bx-pager-item a:hover { background: #ff692e; }

.colored-section { background: #fafafa; border-top: solid 1px #dbdbdd; }

.products { padding-top: 90px; }
.products .product-entry { float: right; width: 520px; cursor: pointer; margin-bottom: 78px; }
.products .product-entry:first-child { float: left; }
.products .product-entry.center { display:block; margin: 0 auto 78px; float: none; }
.products .product-entry .page-icon { float: left; margin-right: 27px; }
.products .product-entry .text-entry { padding-top: 10px; overflow: hidden; max-width: 235px; }
.products .product-entry .text-entry h3 { padding-bottom: 23px; }
.products .product-entry .text-entry p { font-size: 16px; line-height: 28px; color: #848fa0; padding-bottom: 6px; }
.products .product-entry .text-entry a { text-transform: uppercase; color: #b3bac8; font-size: 14px; }
.products .product-entry .text-entry a:hover { color: #ff692e; text-decoration: none; }

.contact-form { width: 735px; margin: 0 auto; }
.contact-form .gform_ajax_spinner { position: absolute; bottom: 5px; left: 50%; margin-left: -10px; }
.contact-form .validation_error { display: none; }
.contact-form .validation_message { font-size: 12px; color: #ff743e; padding-left: 26px; }
.contact-form ul { background: url(images/form-border.png) repeat-x 0 0; padding-top: 3px; }
.contact-form .gform_confirmation_wrapper,
.contact-form .gform_description, .form-header { display: block; font-size: 30px; line-height: 38px; padding-bottom: 37px; color: #424246; text-align: center; }
.form-header {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.contact-form .gform_body { width: 551px; margin: 0 auto; border: solid 2px #ebecef; border-bottom: 0; background: #ffffff; }
.contact-form .gform_body li { list-style: none; border-bottom: solid 1px #e9ecf0; }
.contact-form .gform_body li span { display:none; }
.contact-form .gform_body li input { display:block; border: 0; font-size: 20px; padding: 26px 30px; background: none; line-height: 22px; width: 491px; }
.contact-form .gform_body li textarea {  display:block; border: 0; font-size: 20px; padding: 26px 30px; background: none; line-height: 22px; width: 491px; height: 115px; resize: none; }
.contact-form .gform_footer { position: relative; padding: 30px 0 26px; width: 551px; margin: 0 auto; border: solid 2px #ebecef; border-top: 0; border-bottom: 0; background: #ffffff; }
.contact-form .gform_footer .gform_button { display: block; margin: 0 auto; width: 164px; border: solid 3px #ff743e; background: #fff; border-radius: 3px; color: #ff743e; line-height: 52px; height: 52px; font-weight: bold; text-transform: uppercase; cursor: pointer; }

.gform_confirmation_message_2.gform_confirmation_message {
    margin: 40px 0;
    text-align: center;
    font-size: 20px;
}

#map { width: 100%; height: 700px;}
#pop-up-content #firstHeading {
font-size: 34px !important;
}
/* ==========================================================================
    #Members Page
========================================================================== */

.page-template-template-members-php h2.page-title { text-align: center; font-size: 32px; line-height: 46px;  }

.members { padding: 45px 5px 0; }
.members ul { position: relative; }
.members ul li { list-style-type: none; float: left; padding: 0 14px 45px; text-align: center; }
.members h5 { padding-top: 17px; font-size: 20px; }
.members h6 { font-size: 15px; padding-top: 4px; }
.members .attachment-member { border: 2px solid #e7e9ec; border-radius: 2px; cursor: pointer;  }
.members .member-pop-up { display: none; position: fixed; top: 50%; left: 50%; width: 735px; background: #fff;  display: block; z-index: 102; display: none; padding: 62px;  text-align: left; margin-left: -430px; }
.members .member-pop-up .close { display: block; cursor: pointer; background: url(images/close.png) no-repeat top right; width: 40px; height: 20px; top: 0; right: 0; position: absolute;  }
.members .member-pop-up .left { margin: 8px 35px 0 0;  }
.members .member-pop-up .content { overflow: hidden; }
.members .member-pop-up h5 { padding: 0; font-size: 28px; line-height: 34px; color: #424246; font-family: 'Myriad Pro'; }
.members .member-pop-up h6 { color: #7e7e87; margin-bottom: 5px; font-size: 21px; line-height: 30px; }
.members .member-pop-up p { font-size: 16px; line-height: 26px; padding-top: 10px;  }

.members .overlay { position: fixed; width: 100%; height: 100%; background: #000; opacity: 0.8; top: 0; left: 0; z-index: 100; display: none; }

.members .visible.member-pop-up,
.members .visible.overlay { display: block; }
.gform_validation_container .gfield_description {
    font-size: 12px;
    margin-top: -15px;
    padding-bottom: 5px;
    padding-left: 28px;
}
/* ==========================================================================
    #Contact Page
========================================================================== */

.container.contact .gform_wrapper { width: 550px; margin: auto; font-size: 20px; margin-top: -115px; z-index: 100; position: relative; }
#sidebar .gform_wrapper {
    width: 100%; margin: auto; font-size: 20px; margin-top: 5px; z-index: 100; position: relative;
}
.mfp-content .container.contact .gform_wrapper {
    margin-top: 0px;
}
.mfp-content .para {
   padding: 52px;
   font-size: 24px;
   line-height: 30px;
   padding-bottom: 20px;
   padding-top: 20px;
}
.container.contact .gform_heading, #sidebar .gform_body, .mfp-content .gform_body { color: #47474e; background: #fff url(images/form-border.png) repeat-x top left; }
.mfp-content .gform_body, #sidebar .gform_body {
    padding-top: 2px;
}
.container.contact .gform_wrapper ul li, #sidebar .gform_wrapper ul li  { list-style-type: none; position: relative; }
.container.contact .gform_wrapper .ginput_container, #sidebar .gform_wrapper .ginput_container  { line-height: 0;  }
.container.contact .gform_wrapper .medium, #sidebar .gform_wrapper .medium,
.container.contact .gform_heading, #sidebar .gform_heading,
.container.contact .gform_wrapper .gform_footer, #sidebar .gform_wrapper .gform_footer  { padding: 29px; border: 1px solid #e9ecf0; width: 490px; border-top: none; font-size: 20px; color: #aeb4bf; }

#sidebar .gform_wrapper .medium, #sidebar .gform_heading, #sidebar .gform_wrapper .gform_footer {

    width: 85%;
}
#sidebar .gform_wrapper .gform_footer {
    max-height: 55px;
}
.container.contact .gform_heading, #sidebar .gform_heading {
    padding: 2px;
    width: 99%;
}
.container.contact .gform_wrapper textarea, #sidebar .gform_wrapper textarea { height: 108px; resize: none; }
.container.contact .gform_wrapper .gfield_label, #sidebar .gform_wrapper .gfield_label { position: absolute; top: 30px; left: 30px; }
.container.contact .gform_wrapper .gfield_error .gfield_label, #sidebar .gform_wrapper .gfield_error .gfield_label { color: red; }
.container.contact .gform_wrapper .gfield_required, #sidebar .gform_wrapper .gfield_required  { display: none; }
.container.contact .gform_wrapper .gform_button, #sidebar .gform_wrapper .gform_button { padding: 18px 62px; margin: auto; border: 3px solid #ff743e; color: #ff743e; background: #fff; border-radius: 6px; text-transform: uppercase; display: block; cursor: pointer;   }
.container.contact .gform_wrapper .validation_error, #sidebar .gform_wrapper .validation_error
.container.contact .gform_wrapper .validation_message, #sidebar .gform_wrapper .validation_message { display: none; }
.container.contact .gform_wrapper .gform_ajax_spinner, #sidebar .gform_wrapper .gform_ajax_spinner { position: absolute; left: 48%; bottom: 5px;  }

.container.contact .gform_wrapper .gfield:last-child {
    border-left: 1px solid #e9ecf0;
    border-right: 1px solid #e9ecf0;
}

.gform_wrapper .g-recaptcha > div > div {
    margin: 0 auto;
}

.container.contact .gform_wrapper .g-recaptcha > div > div {
    padding-top: 30px;
}

#blog-top {
    border-top: 3px solid #e4e6ea;
    border-bottom: 2px solid #e4e6ea;
}
#tag-section {
    border-bottom: 2px solid #e4e6ea;
}
.blog-date {
    color: #ff6730;
}
.blog-top p {
    line-height: 27px;
    font-size: 19px;
}
.blog-top h2 {
    margin-bottom: 10px;
}
.posted-in a {
   color:#484c56;
}
#tags a {
    display: block;
    color:#484c56;
    margin-bottom: 3px;
    font-size: 18px;
}
#tags a:hover, .posted-in a:hover {
    color: #ff7145;
}
.mfp-content .gform_confirmation_wrapper {
    min-height: 175px;
    padding-top: 138px;
    text-align: center;
    padding-left: 20px;
}
.single .post {
padding-top: 40px;
padding-bottom: 0px;
}
.white-popup-block {
    padding: 0px;
}
.home .bx-viewport, .slider-wrapper {
    height:480px !important;
}
.slider .slide-caption {
position: absolute;
top: 90px; }
.ellipse {
    padding-left: 38px;
    font-size: 19px;
    font-weight: bold;
    padding-top: 3px;
    display: inline-block;
}
.shell .orange-link {
    color: #ff6730 !important;
    margin-top: 27px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
}
.team-member-photo {
    display: inline-block;
    text-align: center;
}
.team-member-photo img {
    border: solid 3px #DFDCDC;
    border-radius: 1px;
}
.single h1 {
    color:#333333;
    font-size: 37px;
}
.single .post h1 {
    margin-bottom: 20px;
    line-height: 40px;
}
.single .entry {
    margin-bottom: 0px;
}
.blog-content {
    padding: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.comment-form-comment label {
    display: block;
}
.form-allowed-tags {
    display: none;
}
.blog-content small.blog-date {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
}
.single .footer {
    margin-top: 30px;
}
.blog-post-box, .blog-author-box {
    display: inline-block;
}
.author-bio {
    text-align: center;
    margin-bottom: 30px;
}
.blog-post-box h4 {
    margin-bottom: 20px;
}
.blog-post-box {
    width: 75%;
    padding-bottom: 20px;
}
#comment {
    width: 540px;
}
.blog-author-box {
    width: 23%;
    vertical-align: top;
    margin-top: 40px;
}
.post-in-label {
    margin-top: 20px;
}
.posted-in {
    margin-bottom: 20px;
}
#tags {
    margin-top: 20px;
}
.blog-author-box img {
    margin: auto;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
}
.blog-author-box-container {
    width: 140px;
    margin: auto;
    text-align: center;
}
.author-name {
    margin-bottom: 15px;
}
.author-image {

}
#recent-posts {
    margin-top: 30px;
    font-size: 32px;
    color: #97979b;
}
.read-more-link {
    display: block;
    width: 164px;
    border: solid 3px #ff743e;
    background: #fff;
    text-decoration: none;
    color: #ff743e;
    line-height: 52px;
    height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    border-radius: 70px;
}
.read-more-link:hover{
    text-decoration: none;
}
 #team-member-box {
    padding-top: 40px;
max-width: 715px;}
#person-details {
    width: 468px;
}
#person-photo img {
    max-width: 100%;
}
#the-description p {
    margin-bottom: 20px;
}
#the-description {
    padding-top: 20px;
    display: block;
}
#the-name {
    font-size: 28px;
    display: block;
    color: #424246;
    margin-bottom: 5px;
}
#the-title {
    font-size: 20px;
    display: block;
    color: #7e7e87;
}
.about-page .col {
    text-align: left;
}
#resources .col, #press .col, #news .col {
    margin-bottom: 50px;
}
.about-page h2 {
    padding-bottom: 50px;
}
.search .blog-author-box{
display: none;
}
#team .about-page  h2 {
text-align: center;
font-size: 30pt;
padding-top: 25px;
}
#careers-content {
    padding-bottom: 30px;
}
.clear {
    clear: both;
}
.page-nav-wrapper li{
    padding: 0px 15px !important;
}
.dvk-social-sharing {
    margin-top: 20px;
    margin-bottom: 0px;
}
.footer .dvk-social-sharing {
    display: none;
}
#news .customer-logo-wrapper {
width: 14%;
margin-right: 17px;}



/******
* Responsive Styles
* */
@media all and (max-width: 979px) {
    
    .bottom_section{
        padding-top:30px !important;
    } 
    .page-template-template-partners .bottom_section h2{
        font-size:40px !important;
    } 
    .page-template-template-partners .bottom_section .content p{
        font-size:22px !important;
    }
    .page-template-template-partners .bottom_section ul li{
        width:100% !important;
        margin-bottom: 30px;
    } 

/* Styles for mobile device */
    .wrapper {
        width: 100%;
        overflow: hidden;
    }
    .shell {
    width: 100%;
    }
    .header .menu > li:first-child {
    padding-left: 0;
    display: none;
    }
    .header .menu > li > a {
    padding: 0 12px;}
    .header .searchform {
        display: none;
    }
    .header {
        padding-bottom: 0px;
    }
    /*
    #logo {
    width: 179px;
    font-size: 0;
    line-height: 0;
    margin: auto;
    margin-top: -10px;
    }*/
    #logo {
    width: 179px;
    font-size: 0;
    line-height: 0;
    margin: auto;
    margin-top: -10px;
    display: block;
    position: absolute;
    top: 17px;
    left: 22px;}
    .responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect {
    width: 75% !important;
    /* margin: auto; */
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 26px;
    }
    .header .menu {
    display: inline;
    float: right;
    padding-right: 0px;
    padding-left: 5px;
    margin-top: 45px;
    }
    h1 {
    font-size: 33px;
    }
    h2 {
    font-size: 30px;
    }
    h4 {
    font-size: 22px;
    }
    .single .post {
    padding-top: 0px;
    padding-bottom: 10px;
    }
    .left, .alignleft, .right, .alignright {
    float: none;}
    .page-section .col {
        display: block;
        float: none;
        margin: auto;
        min-height: 155px !important;
        margin-bottom: 30px;
    }
    .pop-up-content #bodyContent p {
        font-size: 22px;
    }
    .header .menu > li {
        margin-bottom: 8px;
    }
    /*
    .header .menu > li#menu-item-43 {
       clear: right;
    }
    .header .menu > li#menu-item-44 {
        margin-left: 25%;
    }
    */
    .header .menu {
        width:100%;
        margin-top:30px;
        text-align: center;
    }
    .header .menu > li{
        display:inline-block;
        position: relative;
        float:none;
        height:42px;
    }

    #sticky-nav-sticky-wrapper {
        display: none;
    }
    .page-section .col p {
    padding-bottom: 0px;
    }
    .slider .slide-caption {
    position: absolute;
    top: 30px;
    left: 10%;

    }
    .container.contact .gform_wrapper .medium, .container.contact .gform_wrapper .gform_footer {
        width: 90%;
    }
    .container.contact .gform_heading {
        width: 100%;
    }
    #map {
    display: none;
    }
    .page-id-40 .container.contact .gform_wrapper {
    margin-top: 15px;}
    .mfp-content .para {
    padding: 13px;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 20px;
    padding-top: 30px;
    }
    #person-photo {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    }
    #person-details {
    width: 100%;
    }
    #team-member-box {
    padding-top: 5px;}
    .mfp-content .container.contact .gform_wrapper .medium, .mfp-content .container.contact .gform_heading, .mfp-content .container.contact .gform_wrapper .gform_footer {
        width: 80%;
    }
    .slider .slide-title {
        padding: 8px 14px;
        width: 85%;
    }
    .slider .slide .caption {
        padding: 8px 14px;
        width: 80%;
    }
    .home .bx-viewport, .slider-wrapper {
        height:236px !important;
    }
    .slider .slide-caption h2 {
        font-family: 'ProximaNovaLtRegular';
        font-size: 20px;
        line-height: 1.3em;
    }
    .slider .slide .caption {
        border-top: solid 2px #ff692e;

        background: url(images/slide-caption.png) repeat-y 0 0;
        margin-bottom: 9px;
        margin-top: 20px;
    }
    .slider .slide .caption p{
        font-size:18px;
    }
    .slider-wrapper .bx-controls-direction .bx-prev {
    left: 9px;
    }
    .slider-wrapper .bx-controls-direction .bx-next {
    right: 18px;}
    .slide img {
        max-height: 230px;
        width:auto;
    }
    .posts-slider .bx-pager-item a {
        display: none;
    }
    .cf a, .cf img {
        display: block;
    }
    .home .cf a,{
    width: 50%;
    }
    .customers-section p img {

    margin: auto;
    margin-bottom: 18px;
    width: 30%;
    margin-top: 10px;
    height:auto;
    }
    .footer-top {
        display: none;
    }
    .contact-form {
    width: 88%;}
    .gform_wrapper {
        margin-left: -5px;
    }
    .contact-form .gform_body {
    width: 100%; }
    .contact-form .gform_footer {
    position: relative;
    padding: 30px 0 26px;
    width: 100%;}
     .container.contact .gform_wrapper  {
    width: 100%;
    }
    .contact-form .gform_body li input {
        width: 73%;
    }
    .blog-content {
    padding: 0px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    }
    .footer .footer-menu-wrap, .footer .socials {
    display: block;
    float: none;
    text-align: center;
    }
    .footer .footer-menu-wrap {
        margin-top: 10px;
    }
    .footer .socials {
    padding-left: 0px;
    display: block;
    float: none;
    margin: auto;
    width: 100%;
    text-align: center;
    }
    .footer .socials .cf, #menu-footer-menu {
    width: 182px;
    margin: auto;
    }
    .footer .copy p {
    font-size: 11px;
    line-height: 40px;
    color: #8b94a0;
    text-align: center;
    display: block;
    }
    .icon-wrap.hovered { padding: 0; width: 120px; height: 120px; }
    .icon-wrap.hovered .icon-inner { top: 0; left: 0; width: 100%; height: 100%; background: #fff0ea; }
    .icon-wrap.hovered img { display:block; width: 100%;
height: 100%;}
    .icon-wrap.hovered img.hover-icon { display: none; }

    .header-image h2 {
    position: relative;
    margin: 0 0 19px 5px;
    display: inline-block;
    color: #3d4650;
    padding: 0px 21px;
    background: url(images/slide-caption.png) repeat 0 0;
    font-size: 30px;
    }
    .header-image p {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    border-top: solid 2px #f8713d;
    padding: 9px 15px;
    max-width: 274px;
    background: url(images/slide-caption.png) repeat 0 0;
    font-size: 18px;
    }
    .header-image .shell {

    padding-top: 20px;
    }
    .header-image .shell h2{
        margin:0 0 19px 20px;
    }
    .header-image .shell p{
        margin-left:20px;
    }
    .header-image {

    height: 250px;
    }
    .intro-text p {
    font-size: 22px;}
    .post .cf img {
        max-width: 90%;
        height: auto;
        margin: auto;
    }
    .post {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    }
    .half {
    width: 95%;
}
.content-sections {
padding-bottom: 0px;
}
.slides {
    width: 100% !important;
}
.posts-slider .bx-viewport {
    height:  100% !important;
}

.posts-slider .slide{
width: 84% !important;
margin: auto !important;
}
.posts-slider.top-border .slide {
    float: none !important;
}
.posts-slider {
padding: 30px 0 0px;
}
.posts-slider h3 {
text-align: center;
padding-bottom: 35px;
}
.products .product-entry {
    width: 100%;
    padding-left: 0px;
    padding-right: 30px;
    float: none;
    text-align: center;
}
.products .product-entry .text-entry {
    max-width: 88%;
    text-align: left;
    padding-left: 30px;
}
.text-entry h3 {
font-size: 25px;}
.products .product-entry:first-child {
    float: none;
}
.products .product-entry .page-icon {
    display: block;
    float: none;
    margin: auto;
}
.products .product-entry {
    margin-bottom: 30px;
}
.products .product-entry .text-entry {
    width: 100%;
}
.intro-text {
padding-bottom: 0px;
}
.contact-form .gform_confirmation_wrapper, .contact-form .gform_description, .form-header, #gform_confirmation_message_2 {
    display: block;
    font-size: 26px;
    line-height: 38px;
    padding-bottom: 15px;
    color: #424246;
    text-align: center;
}
#gform_confirmation_message_2 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-form .gform_description {
    font-size: 26px;
}
.page-section .col {
    width: 90% !important;
    margin: auto !important;
}
.home .page-section .col {
    margin-bottom: 40px !important;
}
.home a.small-btn {
    width: 170px;
    margin: auto;
margin-top: 10px;
padding:0px;}
.customer-logo-wrapper {
width: 28%;
text-align: center;
display: inline-block;
margin-right: 5px;
}
.shell .orange-link {
color: #ff6730;
margin-top: 11px;
text-transform: uppercase;
font-size: 10px;
font-weight: 600;
float: right;
padding-right: 10px;
}
.about-page #career h2 {
padding-bottom: 21px;
font-size: 27px;
}
.open-jobs a {
color: #ff6730;
font-size: 15px;
}
.ellipse {
padding-left: 7px;
font-size: 15px;}
.resources-section .about-page h2, .about-page #press h2, .about-page #press h2, .about-page #news h2  {
padding-left: 14px;
padding-bottom: 0px;
}
.page-id-36 .page-section h4 {
font-size: 20px;
line-height: 28px;
color: #494b50;
font-family: 'ProximaNovaLtBold';
border-top: solid 2px #e0e3ea;
border-bottom: none;
padding-bottom: 15px;
margin-bottom: 0px;
margin-top: 0px;
padding-top: 10px;
}
.page-id-36 .page-section {
padding: 30px 0 0px;
}
#team .about-page h2 {
text-align: center;
font-size: 23pt;
padding-bottom: 15px;
padding-top: 0px;}
#team #management .small-col,#team #board .small-col {
display: block;
padding-right: 0px;
margin-bottom: 30px;
text-align: center;
width: 100%;
}

#management .small-col .team-member-photo,
#board .small-col .team-member-photo{
    text-align: center;
    margin:0px !important;
    width:100%;
}
#management .small-col .team-member-photo img,
#board .small-col .team-member-photo img{
    display:inline;
}
#blog-top {
    padding-left: 20px;
    padding-right: 20px;
}
.read-more-link {
display: block;
width: 151px;
border: solid 3px #ff743e;
background: #fff;
text-decoration: none;
color: #ff743e;
line-height: 43px;
height: 42px;}
#resources.page-section h4 {
   margin-top: 10px;
   padding-top: 25px;
   border-top: solid 2px #e0e3ea;
   border-bottom: 0px;
   margin-bottom: 0px;
}
#resources {
    padding-bottom: 20px;
}
#resources.page-section h4:first-child {
    border-top: none;
}
#career.page-section {
    padding-left: 20px;
    padding-right: 20px;
}
.team-member-photo {

display: block;
width: 60%;
margin: auto;
border-radius: 1px;
text-align: center;
}
.content-sections .entry {
padding-bottom: 0px;
}
#recent-posts {
    margin-left: 20px;
}
#tag-section, .blog-author-box {
    display: none;
}
.blog-tags.header .menu {
    margin-top: 0px;
    overflow: hidden;
}
.blog-content small.blog-date {

margin-top: 15px;}
.blog-tags.header .menu > li {
float: none;
display: block;
overflow: hidden;
margin: auto;
}
.blog-post-box {
width: 100%;}
.single .post h1 {
margin-bottom: 20px;
line-height: 29px;
font-size: 26px;
margin-top: 25px;
}
#comment {
width: 100%;
}
}



.page-template-template-partners .partners{
    border-bottom: 3px solid #d1d2d4;
    padding-bottom: 100px; 
    text-align: center;
}
.page-template-template-partners .partners .post{
    padding-top: 0px;
}
.page-template-template-partners .partners h3{
    font-size:26px;
    font-weight: bold;
    margin:50px 0 40px;
}
.page-template-template-partners .partners ul{

}
.page-template-template-partners .partners ul li{
    list-style: none;
    display:inline-block;
    margin:10px 20px;
}
.page-template-template-partners .partners ul li img{
    height:44px;
    width:auto;
}


.page-template-template-partners .bottom_section{
    border-top:3px solid #f26d3e;
    padding-top:70px;
    padding-bottom:100px;
}
.page-template-template-partners .bottom_section .post{
    padding-top: 0px;
}
.page-template-template-partners .bottom_section h2{
    font-size:50px; 
    margin-bottom:20px;
}
.page-template-template-partners .bottom_section .content p{
    font-size:26px;
    line-height:1.4em;
    color:#555;
}
.page-template-template-partners .bottom_section ul{
    padding-top:40px;
    list-style:none; 
}
.page-template-template-partners .bottom_section ul li{
    text-align: center;
    width:25%;
    box-sizing:border-box;
    float:left;
    padding:0 10px;
}
.page-template-template-partners .bottom_section ul li h4{
    font-size:24px;
}


.page-template-template-partners .content-sections{
    padding-bottom: 10px;
}

.page-template-template-partners .img-half{
    text-align: center;
}


@media only screen and (min-width:980px) and (max-width : 1350px) {
    .wrapper{
        width:960px;
    }
    .shell{
        width:80%;
    }
    .col {
        width:50%;
        margin:0px !important;
        padding-left:4%;
        padding-right:4%;
        margin-bottom:40px !important;
        box-sizing:border-box;
    }
    .header .menu {
        width:100%;
        margin-top:30px;
    }
    .slider-wrapper{
        height:340px !important;
    }
    .slider-wrapper img{
        width:100%;
        height:auto;
    }
    .slider-wrapper .slide-caption{
        top:40px;
    }
    .slider-wrapper .slide-caption .slide-title {
        width:310px;
    }
    .slider-wrapper .slide-caption .slide-title h2{
        font-size:32px !important;
        line-height:1.3em;
    }
    .slider-wrapper .slide-caption .caption {
        width:290px;
    }
    .slider-wrapper .slide-caption .caption p{
        font-size:22px;
    }

    .half{
        width:50%;
    }
    .half.right img,
    .half.left img{
        max-width:100%;
        height:auto;
        margin-top:50px;
    }

    .products .product-entry{
        width:50%;
        text-align: center;
    }
    .products .product-entry img{
        display:inline;
        float:none !important;
        margin:0 auto !important;
    }
    .products .product-entry .text-entry{
        width:80%;
        margin:0 auto;
        max-width:100%;
        text-align: left;
    }

    .posts-slider .slide{
        width:240px !important;
        margin-right:30px !important;
        box-sizing:border-box;
    }

    .page-nav{
        width:960px !important;
    }

    #press .col,
    #news .col,
    .resources-section .col{
        width:33% !important;
    }
    #management .small-col,
    #board .small-col{
        width:25%;
        box-sizing:border-box;
        float:left;
        height:350px;
        padding:0px !important;
    }
    #management .small-col p,
    #board .small-col p{
        width:100%;
        display:block;
    }


    .blog-post-box{
        width:70%;
    }
    .blog-author-box{
        float:right;
    }
}

@media only screen and (min-width:480px) and (max-width : 979px) {
    .wrapper{
        width:480px;
    }
}
.page-id-78 .intro-text {
    padding-bottom: 10px;
}
.intro-text {
padding-bottom: 10px;
}
#cta_container {
padding-top: 0px !important;
}