/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    font-weight: normal;
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
html {
    overflow-y: scroll;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin;
    background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
}
del {
    color: #333;
}
ins {
    background: #fff9c0;
    text-decoration: none;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 24px;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
small {
    font-size: smaller;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
    clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
    display: table;
    content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.page-title,
.widget-title,
.entry-content th,
.comment-content th {
    font-size: 11px;
    line-height: 2.181818182;
    font-weight: bold;
    text-transform: uppercase;
    color: #636363;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
    font-size: 11px;
    line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
    border: 1px solid #ccc;
    border-radius: 1px;
    font-family: inherit;
    padding: 6px;
}
button,
input {
    line-height: normal;
}
textarea {
    font-size: 100%;
    overflow: auto;
    vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
    border: 0;
    border-radius: 0;
    padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
    padding: 6px 10px;
    font-size: 11px;
    line-height: 1.428571429;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
    background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
    color: #5e5e5e;
    background-color: #ebebeb;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
    background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    color: #757575;
    background-color: #e1e1e1;
    background-repeat: repeat-x;
    background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
    background-image: linear-gradient(top, #ebebeb, #e1e1e1);
    box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
    border-color: transparent;
}
.bypostauthor cite span {
    color: #fff;
    background-color: #21759b;
    background-image: none;
    border: 1px solid #1f6f93;
    border-radius: 1px;
    box-shadow: none;
    padding: 0;
}

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
    max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
    max-width: 100%;
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Images */
.alignleft {
    display: inline;
    float: left;
}
.alignright {
    display: inline;
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto!important;
    margin-right: auto!important;
    text-align: center!important;
}


img.alignleft {
    margin: 12px 24px 12px 0;
}
img.alignright {
    margin: 12px 0 12px 24px;
}
img.aligncenter {
    clear: both;
    margin-top: 12px;
    margin-bottom: 12px;
}

/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html { }
body {
    font-size: 16px;
    /*font-family: "Franklin Gothic Demi Cond", "MyriadPro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;*/
    font-family: "Franklin Gothic Demi Book", "MyriadPro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
    text-rendering: optimizeLegibility;
    color: #444444;
}
a {
    outline: none;
    color: #808080;
    text-decoration: none;
}
a:hover {
    color: #808080;
    text-decoration: none;
}

.site {
    background-color: #fff;
    min-width: 1124px;
}

.wrapper {
    width: 1124px;
    margin: 0 auto;
}

.wrapperContent {
    width: 1079px;
    margin: 0 auto;
}

a.social {
    border: none;
    margin-right: 3px;
}
a.social img {
    border: none;
    width: 50px;
    height: 50px;
}

a.button {
    display: inline-block;
    padding: 4px 10px;
    color: #ffffff;
    background-color: #0094d8;
    text-align: center;
    font-family: "Franklin Gothic Demi Cond";
    text-transform: uppercase;
}




h2.striked {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
h2.striked:before,
h2.striked:after {
    content: "";
    position: relative;
    display: inline-block;
    width: 50%;
    height: 1px;
    vertical-align: middle;
    background: #434444;
    background-clip: content-box;
}
h2.striked:before {
    left: -10px;
    margin: 0 0 0 -50%;
}
h2.striked:after {
    left: 10px;
    margin: 0 -50% 0 0;
}




hr.deco_devider {
    width: 332px;
    height: 11px;
    background: url("../images/deco_devider.png") top center no-repeat transparent;
    margin: 35px auto;
}
hr.half_devider {
    width: 157px;
    height: 11px;
    background: url("../images/half_devider.png") top right no-repeat transparent;
    margin: 35px 0 35px auto;
}

hr.home_underline {
    width: 1079px;
    height: 1px;
    margin: 45px auto 0 auto;
    background-color: #e0e0e0;
    -webkit-box-shadow: 0 1px 3px rgba(6,6,6,.2);
    -moz-box-shadow: 0 1px 3px rgba(6,6,6,.2);
    box-shadow: 0 1px 3px rgba(6,6,6,.2);
}
hr.topline {
    width:1079px;
    height: 1px;
    line-height: 1px;
    margin: 16px auto 26px auto;
    background-color: #d6d6d6;
    -webkit-box-shadow: 0 -1px 1px rgba(9,9,9,.1);
    -moz-box-shadow: 0 -1px 1px rgba(9,9,9,.1);
    box-shadow: 0 -1px 1px rgba(9,9,9,.1);
}




div#main ul {
    list-style: disc;
    font-size: 17px;
    padding-left: 50px;
}
div#main ul.check {
    list-style-image: url("../images/check.png");
}

div#main ol {
    list-style: decimal;
    padding-left: 50px;
}

div#main h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase;
}

/* Footer */
footer[role="page"] {
    clear: both;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
}
footer[role="page"] a {
    color: #686868;
}
footer[role="page"] a:hover {
    color: #21759b;
}
footer[role="page"] div[role="aboutus"] {
    font-size: 14px;
    line-height: 22px;
    color: #919191;
    clear: none;
}
footer[role="page"] div[role="aboutus"] div[role="left"],
footer[role="page"] div[role="aboutus"] div[role="right"]
{
    padding: 0;
    padding-top: 60px;
    float: right;
    font-size: 14px;
    line-height: 22px;
}
footer[role="page"] div[role="aboutus"] div[role="left"] {
    width: 520px;
    text-align: right;
    color: #919191;
    padding-right: 30px;
    padding-top: 70px;
}
footer[role="page"] div[role="aboutus"] div[role="left"] header {
    text-transform: uppercase;
    font-size: 30px;
    color: #444444;
}
footer[role="page"] div[role="aboutus"] div[role="left"] p {
    margin: 0 0 10px 70px;
}
footer[role="page"] div[role="aboutus"] div[role="right"] {
    text-align: left;
    width: 560px;
}
footer[role="page"] div[role="aboutus"] div[role="right"] > div {
    display: table;
}
footer[role="page"] div[role="aboutus"] div[role="right"] > div > div {
    display: table-cell;
    vertical-align: top;
}
footer[role="page"] div[role="aboutus"] div[role="right"] > div > div.img {
    text-align: center;
    width: 120px;
}

footer[role="page"] div[role="aboutus"] div[role="right"] a {
    color: #303030;
    margin-right: 0;
}
footer[role="page"] div[role="aboutus"] div[role="right"] header {
    text-transform: uppercase;
    font-size: 18px;
    color: #303030;
}
footer[role="page"] div[role="aboutus"] div[role="right"] p {
    margin: 5px auto 45px auto;
}

footer[role="page"] div[role="aboutus"] a.social {
    margin-right: 8px;
}
footer[role="page"] div[role="aboutus"] a.social > img {
    margin-top: 10px;
    width: 47px;
    height: 47px;
}
footer[role="page"] div[role="logos"] a {
    margin: 40px;
    display: block;
}
footer[role="page"] div[role="logos"] a img {
    border: none;
    vertical-align: middle;
}
footer[role="page"] div.black {
    padding: 25px 0 0 0;
    background-color: #000000;
    color: #ffffff;
    font-size: 17px;
    min-width: 1124px;
    margin: 0;
}
footer[role="page"] div[role="left"],
footer[role="page"] div[role="right"],
footer[role="page"] div[role="breaker"] {
    min-height: 265px;
    padding: 10px;
    float: right;
    line-height: 30px;
    position: relative;
}
footer[role="page"] div[role="left"] {
    font-size: 18px;
    width: 733px;
}
footer[role="page"] div[role="right"] {
    font-size: 17px;
    width: 370px;
}
footer[role="page"] div[role="left"] h2,
footer[role="page"] div[role="right"] h2 {
    height: 32px;
    line-height: 32px;
    font-weight: normal;
    text-align: center;
}
footer[role="page"] div[role="left"] h2.striked {
    margin: 10px 0;
    width: 331px;
    font-size: 19px;
}

footer[role="page"] div[role="right"] h2.striked {
    margin: 0 0 10px 0;
    width: 292px;
    font-size: 22px;
    font-weight: normal;
}
footer[role="page"] div[role="right"] h2.striked:before,
footer[role="page"] div[role="right"] h2.striked:after {
    background: #363636;
}
footer[role="page"] p.copy {
    font-size: 12px;
    color: #b0b0b0;
    position: absolute;
    bottom: 0px;
}
footer[role="page"] p.copy a {
    font-weight: bold;
    color: #b0b0b0;
}
footer[role="page"] div[role="left"] p.copy {
    left: 0;
}
footer[role="page"] div[role="right"] p.copy {
    right: 0;
}

footer[role="page"] .black div[role="breaker"] img {
    display: block;
    width: 1px;
    height: 218px;
    background: url("../images/footer_breaker.png") top center no-repeat transparent;
    border: none;
}

footer[role="page"] div[role="right"] div[role="learnmore"] {
    width: 300px;
    margin: 0 auto;
}
footer[role="page"] div[role="right"] div[role="learnmore"] div {
    text-align: left;
    display: inline-block;
    float: left;
    margin: 0 0 0 0;
    padding: 0 22px;
}
footer[role="page"] div[role="right"] div[role="learnmore"] div a {
    display: block;
    color: #a3a3a3;
    font-size: 18px;
    line-height: 33px;
}
footer[role="page"] div[role="right"] a {
    margin-right: 3px;
}



/* Navigation Menu */
.menu-search .fa.fa-search{
    font-size: 15px;
    color: #434444;
}
.menu-main .menu-search {
    /*justify-content: flex-start;*/
    align-items: flex-end;
    padding: 13px 0;
    cursor: pointer;
}
#site-navigation {
    position: relative;
    margin-bottom: 0px;
}
.menu-header-menu{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
#site-navigation .right{
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
}
#global-search {
    background: url(../images/searchicon.png) no-repeat right center;
    padding-right: 22px;
}
.main-navigation {
    margin: 20px 0 0 0;
    text-align: center;
    border-bottom: 1px solid #434444;
}
.main-navigation ul.nav-menu
{
    margin: 0;
    text-indent: 0;
    position: relative;
    display: inline-block !important;
    text-align: left;
    width: 100%;
}
.main-navigation img {
    vertical-align: middle!important;
    max-width: 290px;
    margin-bottom: 6px;
}
.main-navigation li a,
.main-navigation li {
    display: inline-block;
    text-decoration: none;
}
.main-navigation li {
    font-size: 15px;
    margin: 0 15px 0 0;
}
.main-navigation li a {
    color: #818181;
    line-height: 56px;
    white-space: nowrap;
}
.main-navigation ul li > a {
    padding-bottom: 26px;
    border-bottom: 2px solid #ffffff;
}
.main-navigation ul li > a:hover {
    color: #000000;
    border-bottom: 2px solid #c3512f;
}
.main-navigation li ul li a {
    display: inline-block;
    line-height: 34px;
    font-style: italic;
    border-bottom: 2px solid transparent;
    padding-bottom: 0;
}
#menu-item-3220 ul{
	padding-left: 177px;
    box-sizing: border-box;
}
#menu-item-3208 ul{
	padding-left: 341px;
    box-sizing: border-box;
}
#menu-item-3208 ul,
#menu-item-3216 ul{
	padding-left: 341px;
    box-sizing: border-box;
}
#menu-item-3204 ul{
    padding-left: 210px;
    box-sizing: border-box;
}
.main-navigation li ul {
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 44px;
    left:0;
    width: 100%;
    text-align: center;
}
.main-navigation .sfHover ul.sub-menu
{
    display: block;
}
.main-navigation .sfHover > a
{
    color: #000000;
    border-bottom: 2px solid #c3512f;
    padding-bottom: 26px;
}
.sfHover ul li.current a,
.main-navigation li ul li a:hover
{
    border-bottom: 2px solid transparent;
    color: #000000;
}
li.sf-breadcrumb > a {
    font-weight: bold;
}



/* NEW DESKTOP MENU*/
ul#menu-desktop-header-menu > li{
    font-size: 20px;
}
#menu-desktop-header-menu .menu-item{
    font-family: "Franklin Gothic Demi Cond", "MyriadPro", "Myriad Web", "Tahoma", "Helvetica", "Arial", sans-serif;
    padding: 15px 30px;
    text-transform: uppercase;
    max-height: 40px;
    margin-bottom: 0;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    position: relative;
}
#menu-desktop-header-menu .menu-item:hover{
    background-color: #FFC800;
}
#menu-desktop-header-menu .menu-item a{
    display: contents;
}
#menu-desktop-header-menu .menu-item.menu-item-has-children:hover .sub-menu{
    display: flex;
    flex-direction: column;
    top: 40px;
    left: 0;
    background-color: #FFFFFF;
    width: auto;
    box-shadow: 0px 4px 5px -1px rgba(0,0,0,0.35);
    z-index: 10;
}
#menu-desktop-header-menu .menu-item.menu-item-has-children .sub-menu .menu-item{
    width: 215px;
    border-bottom: 1px solid #DCDCDC;
    padding: 15px 25px;
    max-height: initial;
    display: block;

}
#menu-desktop-header-menu .menu-item.menu-item-has-children .sub-menu .menu-item:last-child {
    border-bottom: none;
}
#menu-desktop-header-menu .menu-item.menu-item-has-children .sub-menu .menu-item a{
    font-style: initial;
    text-transform: initial;
    height: auto;
    display: inline-block;
    white-space: normal;
    line-height: 17px;
    border: none;
    text-align: center;
}

.who-whe-are-wrapper{
    background-color: #404242;
    min-height: 120px;
    position: relative;
}
.who-whe-are{
    width: 100%;
    height: 100%;
    padding: 15px;
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: relative;
}
.who-whe-are .who-title{
    font-family: "Franklin Gothic Demi Cond", "Myriad Pro", "Myriad Web";
    font-size: 23px;
    padding: 15px;
    height: 100%;
    width: 22%;
    color: #fafafa;
}
.who-whe-are .who-desc{
    font-size: 17px;
    width: 100%;
    height: 100%;
    line-height: 17px;
    padding: 15px;
    border-left: 1px solid #fafafa;
    color: #fafafa;
}
/*.who-whe-are-wrapper:before {*/
    /*content: '';*/
    /*background-color: #404242;*/
    /*width: 1980px;*/
    /*min-height: 120px;*/
    /*position: absolute;*/
    /*z-index: -2;*/
    /*left: -300px;*/
/*}*/
/* Home page */
div#content[role="home"] > header,
div#content[role="page"] > header,
div#content[role="blog"] > header
{
    color: #919191;
    font-size: 15px;
    margin: 45px auto 0 auto;
    width: 900px;
    text-align: center;
    line-height: 23px;
}
div#content[role="page"] > header,
div#content[role="blog"] > header
{
    width: 1079px;
}
div#content[role="home"] > header h1
{
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(90,90,90,0.5);
    color: #444444;
    font-size: 29px;
    font-weight: normal;
}
div#content[role="page"] > header h1,
div#content[role="blog"] > header h1
{
    font-family: "Franklin Gothic Demi Cond", "Myriad Pro", "Myriad Web";
    text-transform: uppercase;
    color: #444444;
    font-size: 35px;
    font-weight: normal;
    margin-bottom: 20px;
    text-shadow: 0 0 1px rgba(90,90,90,0.5) ;
}

div#content[role="home"] div.boxes {
    text-align: center;
}
div#content[role="home"] div.boxes div.homebox {
    width: 270px;
    display: inline-block;
    margin: 20px 30px 10px 30px;
    font-size: 15px;
    line-height: 22px;
    color: #666666;
    text-align: left;
}
div#content[role="home"] div.boxes div.homebox header,
div#content[role="home"] div.boxes div.homebox header a
{
    font-size: 17px;
    line-height: 60px;
    color: #222222;
    text-transform: uppercase;
    font-weight: bold;
    overflow: visible;
    white-space: nowrap;
    text-shadow: none;
}
div#content[role="home"] div.boxes div.homebox a {
    color: #c3512f;
    text-shadow: 0 0 1px rgba(195,81,47,0.5);
}
div#content[role="home"] div.boxes div.homebox header img {
    border: none;
    vertical-align: middle;
    margin: -4px 10px 0 -4px;
}

div.box3 {
    display: block;
    margin: 45px auto 0 auto;
    width: 1028px;
}
div.box3 div.homebox {
    display: inline-block;
    border-left: 1px solid #bdbdbd;
    width: 342px;
    text-align: left;
    overflow: hidden;
    margin: 0;
    clear: both;
    margin-bottom: -4px;
}
div.box3 div.homebox:first-child {
    border-left: none;
}
div.box3 div.homebox header img {
    width: 342px;
    height: 276px;
    border: 0;
    display: block;
    vertical-align: top;
    overflow: hidden;
}
div.box3 div.homebox > a {
    display: block;
    margin: 4px 0 0 22px;
    font-size: 15px;
    line-height: 42px;
    font-weight: bold;
    color: #848484;
}

/************************************** SIGN UP NEWSLETTER */
div.newsletter_wrapper {
    margin: 0 auto 50px auto;
}
.gform_wrapper form {
    text-align: center!important;
}
form.newsletter .gform_description{
    font-size: 25px;
    color: #7a7a7a;
}
form.newsletter .gform_description > img{
    vertical-align: bottom;
    margin: 0 4px 0 0;
}
form.newsletter .gform_body {
    width: 486px;
    height: 50px;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
}
form.newsletter .gform_body .top_label .gfield_label {
    display: none!important;
}
form.newsletter .gform_body li.newsletter-email .validation_message {
    margin-top: -55px;
}
form.newsletter .gform_body li.newsletter-email input {
    position: absolute;
    top: 0;
    left: 0;
    width:71%;
    height: 50px;
    border: 5px solid #cdcdcd;
    padding: 0 3px 0 58px !important;
    font-size: 22px !important;
}
form.newsletter .gform_body li.envelope {
    position: absolute;
    top: 0;
    left: 12px;
    z-index: 1;
}
form.newsletter .gform_body li.disclaimer {
    position: absolute;
    top: 60px;
    display: block;
    text-align: center;
    width: 486px;
    font-size: 14px;
    color: #919191;
}
form.newsletter .gform_footer {
    width: 486px;
    height: 1px;
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
}
form.newsletter .gform_footer input {
    position: absolute;
    right: 10px;
    top: -45px;
    display: block !important;
    text-align: center;
    width: 112px !important;
    height: 40px;
    line-height: 40px;
    padding: 0;
    color: #ffffff;
    background: #0094d8;
    border: 0;
    font-weight: bold;
    font-size: 17px !important;
    text-transform: uppercase;
    z-index: 1;
}
footer .black .connect{
    width: 331px;
}
footer .black .connect .social-wrapper {
    text-align: center;
}
/************************************** SIGN UP NEWSLETTER */

/* Mobile Styling */
@media screen and (min-width:1140px) {
    .mob-visible {
        display: none !important;
    }
    .menu-button{
        display: none!important;
    }
}

@media screen and (max-width:1140px) {
    .mob-hidden {
        display: none !important;
    }
    .site,
    footer[role="page"] div.black {
        min-width: 0;
    }
    .wrapper,
    .wrapperContent,
    hr.home_underline,
    div#content[role="home"] > header,
    div#content[role="page"] > header,
    div#content[role="blog"] > header,
    div#content[role="page"] .mainv-block {
        width: 100%;
        max-width: 100%;
    }
    .newTextBlock {
        width: 100% !important;
    }
    div#content[role="page"] > header h1,
    div#content[role="blog"] > header h1 {
        line-height: 1em;
    }

    header hr.topline,
    header #tlac_breadcrumbs {
        display: none;
    }
    hr.deco_devider {
        width: 100%;
        margin: 25px auto;
    }
    div#headerphoto,
    article.page {
        max-width: 100%;
        height: auto !important;
    }
    div#headerphoto,
    div#content[role="page"] .mainv-block .video-item {
        position: relative;
        margin: 25px auto !important;
        background: none !important;
    }
    div#headerphoto img {
        width: auto;
        height: auto;
        max-width: 100%;
    }
    /*div#headerphoto:before,*/
    /*div#headerphoto:after,*/
    /*div#content[role="page"] .mainv-block .video-item:before,*/
    /*div#content[role="page"] .mainv-block .video-item:after {*/
        /*content: '';*/
        /*width: 25px;*/
        /*height: 100%;*/
        /*position: absolute;*/
        /*top: 0;*/
    /*}*/
    /*div#headerphoto:before,*/
    /*div#content[role="page"] .mainv-block .video-item:before {*/
        /*left: -25px;*/
        /*background: transparent;*/
        /*background: -moz-linear-gradient(0deg, transparent 0%, #a6a6a6 100%);*/
        /*background: -webkit-linear-gradient(0deg, transparent 0%, #a6a6a6 100%);*/
        /*background: -o-linear-gradient(0deg, transparent 0%, #a6a6a6 100%);*/
        /*background: -ms-linear-gradient(0deg, transparent 0%, #a6a6a6 100%);*/
        /*background: linear-gradient(90deg, transparent 0%, #a6a6a6 100%);*/
    /*}*/
    /*div#headerphoto:after,*/
    /*div#content[role="page"] .mainv-block .video-item:after {*/
        /*right: -25px;*/
        /*background: transparent;*/
        /*background: -moz-linear-gradient(180deg, transparent 0%, #a6a6a6 100%);*/
        /*background: -webkit-linear-gradient(180deg, transparent 0%, #a6a6a6 100%);*/
        /*background: -o-linear-gradient(180deg, transparent 0%, #a6a6a6 100%);*/
        /*background: -ms-linear-gradient(180deg, transparent 0%, #a6a6a6 100%);*/
        /*background: linear-gradient(270deg, transparent 0%, #a6a6a6 100%);*/
    /*}*/
    div#content[role="page"] {
        padding: 0 25px;
        box-sizing: border-box;
    }
    .gform_wrapper .gform_heading span.gform_description {
        width: auto;
    }
    form.newsletter .gform_body,
    form.newsletter .gform_footer {
        width: 65%;
        margin: 0 auto;
    }
    form.newsletter .gform_body li.newsletter-email input {
        width: calc(80% - 100px);
        padding: 0 10px 0 58px !important;
    }
    form.newsletter .gform_body li.disclaimer {
        width: 100%;
    }
    form.newsletter .gform_footer input,
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        width: 100px !important;
        margin: 0 !important;
        right: 0;
    }
    .gform_wrapper form.newsletter li.gfield.gfield_error,
    .gform_wrapper form.newsletter li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
        margin: 0;
        border: 0;
        background: none;
    }
    .gform_wrapper form.newsletter div.validation_error {
        margin-bottom: 45px;
    }
    form.newsletter .gform_description > img {
        height: 30px;
    }
    div.newsletter_wrapper {
        margin: 0 auto 40px auto;
    }

    footer[role="page"] div[role="logos"] a {
        margin: 30px 0;
        /*line-height: 130px;*/
    }
    footer[role="page"] div[role="logos"] a:first-child {
        /*margin: 0;*/
    }
    footer[role="page"] div[role="logos"] a img {
        max-width: 100%;
    }

    header#masthead {
        position: relative;
        padding: 21px 0;
    }
    header hr.topline {
        display: block;
        width: 100%;
        margin: 0;
        position: absolute;
        left: 0; bottom: 0;
        -webkit-box-shadow: 0 1px 3px rgba(9,9,9,.1);
        -moz-box-shadow: 0 1px 3px rgba(9,9,9,.1);
        box-shadow: 0 1px 3px rgba(9,9,9,.1);
    }
    header .m-header {
        position: relative;
        padding: 0 70px;
        box-sizing: border-box;
        text-align: center;
        font-size: 0;
    }
    header .m-header .m-logo {
        max-height: 68px;
        max-width: 100%;
    }
    header .m-header .m-home-btn,
    header .m-header .m-menu-btn {
        display: block;
        width: 40px;
        height: 40px;
        padding: 0 10px;
        position: absolute;
        top: 15px;
    }
    header .m-header .m-home-btn {
        left: 0;
        background: url("../images/mob/ico-home-b.png") center no-repeat;
        background-size: contain;
        z-index: 2;
    }
    header .m-header .m-menu-btn {
        right: 0;
        background: url("../images/mob/ico-menu-b.png") center no-repeat;
        background-size: contain;
        outline: none;
        cursor: pointer;
        z-index: 20;
        transition: 0.3s ease-in-out;
    }
    html.mob-menu-active header .m-header .m-menu-btn {
        right: -300px;
        background-image: url("../images/mob/ico-menu-g.png");
    }
    header .main-navigation {
        width: 300px;
        margin: 0;
        padding: 70px 20px 150px 25px;
        box-sizing: border-box;
        position: fixed !important;
        top: 25px; right: -320px;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.45);
        background: #2a2a2a;
        border-radius: 20px;
        max-height: 90vh;
        overflow-y: auto;
        z-index: 2;
    }
    html.mob-menu-active header .main-navigation {
        right: -300px;
    }
    header .main-navigation:before {
        content: '';
        display: block;
        width: 300px;
        right: -320px;
        position: fixed;
        background: #2a2a2a;
        z-index: 2;
    }
    html.mob-menu-active header .main-navigation:before {
        right: -300px;
    }
    header .main-navigation:before {
        top: 25px;
        height: 60px;
        border-radius: 20px 20px 0 0;
    }
    header .main-navigation:after {
        height: 150px;
        border-radius: 0 0 20px 20px;
    }
    .site {
        transition: .3s ease-in-out transform;
    }
    html.mob-menu-active,
    html.mob-menu-active body {
        overflow: hidden;
    }
    html.mob-menu-active .site {
        transform: translateX(-300px);
    }
    header .main-navigation li {
        width: 100%;
        padding: 0 10px;
        margin: 0;
        font-size: 18px;
        font-weight: bold;
        box-sizing: border-box;
        position: relative;
    }
    header .main-navigation li.menu-item-has-children:after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        margin-top: 8px;
        position: absolute;
        top: 0; right: 0;
        background: url("../images/mob/ico-tri-w.png") center no-repeat;
        background-size: cover;
        transform: rotate(-90deg);
        transition: .3s ease;
    }
    header li.menu-item-has-children.sfHover:after {
        background: url("../images/mob/ico-tri-b.png");
        transform: rotate(0);
    }
    header .main-navigation ul.nav-menu > li + li {
        border-top: 2px dotted rgba(189, 189, 189, 0.2);
    }
    header .main-navigation li a {
        padding: 5px 0 !important;
        border: none !important;
        line-height: normal !important;
        white-space: normal;
        color: #ffffff;
    }
    header .sfHover ul li.current a,
    header .main-navigation .sfHover > a,
    header .main-navigation li ul li a:hover {
        color: #47b3ea;
    }
    header .main-navigation li ul {
        padding: 0 0 0 30px !important;
        position: relative;
        left: auto; top: auto;
        text-align: left;
    }
    header .main-navigation li ul li {
        padding: 0;
        font-weight: normal;
    }
    header .main-navigation li ul li a {
        color: #bdbdbd;
    }
    header .main-navigation#site-navigation .right {
        width: 100%;
        margin-top: 35px;
        position: relative;
        top: auto; right: auto;
    }
    header .main-navigation .right form input {
        width: 100%;
        height: 35px;
        border: none;
        color: #2a2a2a;
        background: #ffffff !important;
        padding: 0 25px 0 10px !important;
        border-radius: 15px;
        font-size: 14px;
        line-height: 35px;
        box-sizing: border-box;
    }

    div#content[role="home"] > header,
    div#content[role="page"] > header,
    div#content[role="blog"] > header {
        margin-top: 40px;
    }


    footer[role="page"] div.black {
        position: relative;
        padding: 25px 0 50px;
    }
    footer[role="page"] div.black:after {
        content: '';
        display: block;
        width: 2px;
        height: calc(100% - 50px);
        margin: 25px 0 0 -1px;
        background: #434444;
        position: absolute;
        top: 0; left: 54.726%;
    }
    footer[role="page"] div[role="left"],
    footer[role="page"] div[role="right"],
    footer[role="page"] div[role="breaker"] {
        position: inherit;
        padding: 0 25px;
        box-sizing: border-box;
    }
    footer[role="page"] div[role="left"] {
        width: 54.726%;
        font-size: 16px;
        line-height: 28px;
    }
    footer[role="page"] div[role="right"] {
        width: 45.274%;
    }
    footer[role="page"] div[role="left"] h2.striked {
        width: 100%;
        font-size: 17px;
    }
    footer[role="page"] div[role="right"] div[role="learnmore"] {
        width: 100%;
    }
    footer[role="page"] div[role="right"] div[role="learnmore"] div {
        width: 50%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    footer[role="page"] div[role="right"] h2.striked {
        width: 100%;
        font-size: 20px;
    }
    footer[role="page"] div[role="right"] a {
        margin: 0;
    }
    footer[role="page"] p.copy {
        font-size: 11px;
        line-height: 1em;
        bottom: 15px;
    }
    footer[role="page"] div[role="left"] p.copy {
        left: 25px;
        width: calc(54.726% - 50px);
    }
    footer[role="page"] div[role="right"] p.copy {
        right: 25px;
    }
    div#content[role="page"].meet-the-team > header {
        width: 450px;
    }
    div#content[role="page"].meet-the-team .team-members {
        font-size: 0;
        text-align: center;
    }
    div#content[role="page"].meet-the-team .team-member {
        width: 300px;
        margin: 0;
        text-align: left;
    }
    div#content[role="page"].meet-the-team .team-member figure {
        width: 100%;
    }
    div#content[role="page"].meet-the-team .team-member:nth-child(2n+2) {
        margin-left: 60px;
    }
    div#content[role="page"].meet-the-team .team-member:nth-child(n+3) {
        margin-top: 45px;
    }
    div#content[role="page"].meet-the-team footer {
        margin-top: 60px;
    }
    div#content[role="page"] .drop-shadow-about,
    div#content[role="page"] .drop-shadow-quotes {
        display: none;
    }
    div#content[role="page"] .mainv-block .video-item,
    div#content[role="page"] .mainv-block .mainv-content {
        padding: 0;
    }
    div#content[role="page"] .mainv-block .mainv-data ul {
        padding: 0;
        font-size: 15px;
    }
    div#content[role="page"] .mainv-block .data-h2 {
        display: none;
    }
    div#content[role="page"] div.video_container {
        margin: 0;
    }
    div#content[role="page"] div.video_container + div.video_container {
        margin-top: 30px;
    }
    div#content[role="page"] div.video_container div[role="item"] {
        padding: 40px 5%;
        text-align: left;
        font-size: 0;
        box-sizing: border-box;
    }
    div#content[role="page"] div.video_container div[role="item"] div {
        width: calc(50% - 10px);
        margin: 30px 0 0;
        text-align: center;
        box-sizing: border-box;
    }
    div#content[role="page"] div.video_container div[role="item"] div:nth-child(2n+1) {
        margin-left: 20px;
    }
    div#content[role="page"] div.video_container div[role="item"] div a.video {
        width: 100%;
        height: auto;
        padding: 4px;
        box-sizing: border-box;
    }
    div#content[role="page"] div.video_container div[role="item"] h2 {
        margin: 0 -2.5%;
        white-space: normal;
    }
    div#content[role="page"] div.video_container div[role="item"] div a.video img {
        width: 100%;
        height: auto;
        margin: 0;
        background-size: contain !important;
    }

    div#content[role="home"] div.boxes {
        margin-top: 30px;
        font-size: 0;
    }
    div#content[role="home"] div.boxes div.homebox {
        width: 33%;
        margin: 0;
        padding: 0 15px;
        font-size: 13px;
        vertical-align: top;
        box-sizing: border-box;
        background: url("../images/mob/dots-v.png") right top repeat-y;
        background-size: 3px auto;
    }
    div#content[role="home"] div.boxes div.homebox:last-child {
        width: 34%;
        background: none;
    }
    div#content[role="home"] div.boxes div.homebox header,
    div#content[role="home"] div.boxes div.homebox header a {
        font-size: 14px;
        line-height: 1em;
        white-space: normal;
    }
    div#content[role="home"] div.boxes div.homebox header {
        padding: 15px 0 15px 40px;
        position: relative;
    }
    div#content[role="home"] div.boxes div.homebox header img {
        width: 30px;
        height: auto;
        margin: 0;
        position: absolute;
        left: 0; top: 5px;
    }
    div#content[role="home"] > header {
        padding: 0 30px;
        box-sizing: border-box;
    }
    div#content[role="home"] > header h1 {
        line-height: 1em;
    }
    div.box3,
    footer[role="page"] div[role="aboutus"] div[role="right"],
    footer[role="page"] div[role="aboutus"] div[role="left"] hr.half_devider {
        display: none;
    }
    footer[role="page"] div[role="aboutus"] {
        border: none;
        box-shadow: none;
        margin-top: 50px;
        padding: 11px 0 30px;
        position: relative;
    }
    footer[role="page"] div[role="aboutus"]:before,
    footer[role="page"] div[role="aboutus"]:after {
        content: '';
        display: block;
        position: absolute;
        left: 0; right: 0;
    }
    footer[role="page"] div[role="aboutus"]:before {
        top: 0;
        height: 11px;
        background: url(../images/deco_devider.png) top center no-repeat transparent;
        background-size: auto 100%;
    }
    footer[role="page"] div[role="aboutus"]:after {
        bottom: 0;
        height: 3px;
        -webkit-box-shadow: 0 2px 2px rgba(6,6,6,.1) inset;
        -moz-box-shadow: 0 2px 2px rgba(6,6,6,.1) inset;
        box-shadow: 0 2px 2px rgba(6,6,6,.1) inset;
    }
    footer[role="page"] div[role="aboutus"] div[role="left"] {
        float: none;
        width: 100%;
        min-height: 0;
        padding: 0 30px;
        text-align: center;
    }
    footer[role="page"] div[role="aboutus"] div[role="left"] header {
        margin: 30px 0;
    }
    footer[role="page"] div[role="aboutus"] div[role="left"] p {
        margin-left: 0;
    }
}
@media screen and (max-width:600px) {
    div#content[role="home"] div.boxes {
        padding: 0 20%;
    }
    div#content[role="home"] div.boxes div.homebox {
        width: 100%;
        padding: 0 0 20px 0;
        text-align: center;
        background: url("../images/mob/dots.png") center bottom no-repeat;
        background-size: auto 3px;
    }
    div#content[role="home"] div.boxes div.homebox:last-child {
        width: 100%;
        padding: 0;
    }
    div#content[role="home"] div.boxes div.homebox header {
        padding-left: 0;
    }
    div#content[role="home"] div.boxes div.homebox header img {
        position: relative;
        left: auto; top: auto;
        margin: -2px 5px 0 0;
    }
}
@media screen and (max-width:450px) {
    header#masthead {
        padding: 11px 0;
    }
    html.mob-menu-active .site {
        transform: translateX(-72.465%);
    }
    header .main-navigation {
        top: 15px;
        padding: 60px 20px 20px 20px;
    }
    html.mob-menu-active header .main-navigation,
    html.mob-menu-active header .m-header .m-menu-btn {
        right: -72.465%;
    }
    header .main-navigation,
    header .main-navigation:before {
        width: 72.465%;
        right: -85%;
    }
    html.mob-menu-active header .main-navigation:before {
        right: -72.465%;
    }
    header .main-navigation:before {
        top: 15px;
        height: 60px;
    }
    header .m-header {
        height: 100%;
        padding-left: 5%;
        line-height: 68px;
    }
    header .m-header .m-logo {
        vertical-align: middle;
    }
    header .m-header .m-home-btn {
        width: auto;
        height: auto;
        padding: 0;
        position: absolute;
        left: 0; right: 70px;
        top: 0; bottom: 0;
        background: none;
        opacity: 0;
    }

    .entry-content img,
    .comment-content img,
    .widget img {
        width: 100%;
    }
    div.newsletter_wrapper {
        margin-bottom: 40px;
    }
    .gform_wrapper .gform_heading span.gform_description {
        width: 100%;
    }
    form.newsletter .gform_description > img {
        max-height: 55px;
        max-width: 85%;
        margin: 0;
    }
    form.newsletter .gform_body,
    form.newsletter .gform_footer {
        width: 280px;
        max-width: 90%;
    }
    form.newsletter .gform_body li.newsletter-email input {
        width: 100%;
    }
    form.newsletter .gform_footer {
        padding-bottom: 70px;
    }
    form.newsletter .gform_body li.disclaimer {
        margin-top: 60px;
        padding: 0 10%;
    }
    form.newsletter div.validation_error {
        padding: 15px 15%;
    }
    form.newsletter .gform_footer input,
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
        margin: 0 -50px 0 0 !important;
        top: 15px; right: 50%;
    }

    footer[role="page"] div[role="logos"] {
        padding: 0 5%;
        font-size: 0;
    }
    footer[role="page"] div[role="logos"] a {
        display: inline-block;
        /*width: 50%;*/
        /*margin: 0;*/
        box-sizing: border-box;
    }
    footer[role="page"] div[role="logos"] a + a {
        padding-left: 5%;
    }
    footer[role="page"] div.black {
        padding-bottom: 80px;
    }
    footer[role="page"] div.black:after {
        display: none;
    }
    footer[role="page"] div.black > .wrapper {
        display: flex;
        flex-wrap: wrap;
    }
    footer[role="page"] div[role="left"],
    footer[role="page"] div[role="right"] {
        width: 100%;
    }
    footer[role="page"] div[role="left"] p.copy,
    footer[role="page"] div[role="right"] p.copy {
        width: 90%;
        left: 5%;
        bottom: 45px;
        text-align: center;
    }
    footer[role="page"] div[role="right"] p.copy {
        bottom: 30px;
    }
    footer[role="page"] div[role="left"] {
        order: 1;
        text-align: center;
    }
    footer[role="page"] div[role="right"] {
        order: 2;
        width: 70%;
        min-height: 0;
        margin: 20px auto 0 auto;
        padding: 0;
    }
    footer[role="page"] div[role="right"] div[role="learnmore"] div {
        float: none;
        width: auto;
        padding: 0;
    }
    footer[role="page"] div[role="right"] div[role="learnmore"] div + div {
        margin-left: 40px;
    }
    footer[role="page"] .connect {
        width: 325px;
        margin: 0 auto;
        font-size: 0;
    }
    footer[role="page"] .connect a {
        display: inline-block;
        margin-right: 5px;
    }
    footer[role="page"] .connect a:last-child {
        margin: 0;
    }
    footer[role="page"] .connect a img {
        display: block;
    }
    div#content[role="page"].about .entry-content img {
        float: none;
        display: block;
        width: 90%;
        margin: 0 auto 20px;
    }
    div#content[role="page"].about .entry-content p a {
        font-weight: bold;
    }
    div#content[role="page"].meet-the-team > header {
        width: 100%;
    }
    div#content[role="page"].meet-the-team .team-member {
    }
    div#content[role="page"].meet-the-team .team-member div[itemprop="description"] {
        /*width: 300px;*/
    }
    div#content[role="page"].meet-the-team .team-member:nth-child(2n+2) {
        margin-left: 0;
    }
    div#content[role="page"].meet-the-team .team-member:nth-child(n+2) {
        margin-top: 45px;
    }
    div#content[role="page"].pressroom div.training_container {
        width: 100%;
        margin: 45px 0;
        box-sizing: border-box;
    }
    div#content[role="page"].pressroom img.aligncenter {
        display: block;
    }
    div#content[role="page"].pressroom div.training_container div[role="item"] {
        padding: 30px 5%;
        box-sizing: border-box;
    }
    div#content[role="page"].pressroom div.training_container div[role="item"] img {
        width: 100% !important;
        height: auto !important;
        margin: 30px 0 !important;
    }
    div#content[role="page"] .mainv-block .mainv-btn {
        width: 90%;
    }
    div#content[role="page"] .mainv-block.buttons .mainv-btn {
        margin: 10px 0;
    }
    div#content[role="page"] .mainv-block .mainv-data h2 {
        font-size: 30px;
        line-height: 1em;
    }
    div#content[role="page"] div.video_container div[role="item"] {
        padding: 30px 0;
    }
    div#content[role="page"] div.video_container div[role="item"] h2 {
        margin: 0;
        font-size: 28px;
    }
    div#content[role="page"] div.video_container div[role="item"] h2:before,
    div#content[role="page"] div.video_container div[role="item"] h2:after {
        display: none;
    }
    div#content[role="page"] div.video_container div[role="item"] {
        text-align: center;
    }
    div#content[role="page"] div.video_container div[role="item"] div {
        width: 83%;
    }
    div#content[role="page"] div.video_container div[role="item"] div:nth-child(2n+1) {
        margin-left: 0;
    }
    div#content[role="home"] div.boxes {
        padding: 0 15%;
    }
}
@media screen and (max-width:400px) {
    footer[role="page"] .connect,
    footer[role="page"] div[role="right"] {
        width: 265px;
    }
    footer[role="page"] .connect a img {
        width: 40px;
        height: 40px;
    }
    div#content[role="page"].meet-the-team .team-member {
        width: 250px;
    }
    div#content[role="page"] .mainv-block .mainv-btn {
        width: 100%;
        font-size: 15px;
    }
    div#content[role="home"] div.boxes {
        padding: 0 5%;
    }
}
