/* Default Styles
   ========================================================================== */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover,
a:visited:hover,
a:active:hover {
    text-decoration: none;
    outline-width: 0
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

html {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

*, *:before, *:after {
    box-sizing: inherit;
}

/* Page Layout & Utility
   ========================================================================== */

body {
    width: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    -ms-font-feature-settings: 'liga' 1, 'kern';
    -o-font-feature-settings: 'liga' 1, 'kern'; /* FF old */
    font-feature-settings: 'liga' 1, 'kern';
}

.main-container {
    position: relative;
    width: 100%;
    min-width: 1024px;
    height: 100%;
    min-height: 400px;
    padding: 0;
    margin: 0 auto;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    color: #313131;
}

.wide {
    position: relative;
    width: 100%;
    min-width: 1024px;
    padding: 0;
    margin: 0 auto;
}

.container {
    position: relative;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.mobile {
    display: none !important;
}

@media (max-width: 768px) {
    .wide, .main-container {
        width: 100%;
        min-width: 0;
    }

    .container {
        width: 540px;
    }

    .flex{
        flex-flow: column wrap;
        -webkit-flex-flow: column wrap;
    }

    .flex > div{
        width: 100%;
        text-align: center;
    }

    .footer-address,
    .search-block{
        margin-bottom: 25px;
    }
}

@media (max-width: 576px) {
    .container {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

/*  Header
   ========================================================================== */

#pri_Spacer {
    height: 0;
}

.primary {
    position: relative;
    min-width: 1024px;
    padding: 0;
    display: block;
    background-color: rgba(38, 38, 38, 0.66);
    margin-bottom: 0;
    z-index: 101;
}

.primary > .container {
    width: 100%;
    display: table;
    vertical-align: middle;
}

#logo {
    position: relative;
    display: block;
    margin: 0px auto;
    max-width: 293px;
    transition: .25s ease-out;
    line-height: 1;
    z-index: 200;
    text-align: center;
}

#logo a {
    display: block;
    z-index: 3000;
}

#logo img {
    width: 100%;
    max-width: 320px;
    max-height: 83px;
    margin: 20px auto;
}

@media (max-width: 1100px) {
	#logo {
		max-width: 200px;
	}	
	div#header-social-links {
	    top: -24px;
	}
}

@media (max-width: 768px) {
    #pri_Spacer {
        height: 0px;
    }

    .primary {
        padding: 0;
        display: block;
        min-width: 100%;

    }

    .primary .container {
        width: 100%;
        padding: 0;
        min-width: 0;
        display: block;
    }

    #logo {
        float: left;
        width: 40%;
    }
}

@media (max-width: 640px) {
    #logo {
        float: left;
        width: 65%;
    }
}

/*  Navigation
   ========================================================================== */

#primary, #primary.fixed {
    position: fixed;
}

#primary.scrolled {
    box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

.primary.scrolled #logo img {
    margin: 12px auto;
    transition: .25s ease-out;
    max-height: 50px;
}

.primary.scrolled .navigation > ul > li > a {
    margin: 20px 1px;
}

#primary.scrolled #navigation .subNav {
	margin-top: -22px;
}


#menu {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.navigation ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
    font-size: 0;
}

.navigation ul:after {
    content: '';
    display: table;
    clear: both;
}

.navigation ul .left,
.navigation ul .right {
    position: relative;
    width: 37%;
    padding: 0;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
}

.navigation ul .left {
    float: left;
    text-align: right;
        white-space: nowrap;
}

.navigation ul .right {
    float: right;
    text-align: left;
        white-space: nowrap;
}

.navigation ul li {
    position: relative;
    display: inline-block;
}

.navigation ul li,
.navigation ul li a {
    text-align: center;
    font-size: 17px;
}

.navigation ul li a {
    display: block;
    padding: 10px 0;
    margin: 40px 35px;
    color: #fff;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1;
    text-decoration: none;
    transition: .2s cubic-bezier(.4, 0, .2, 1);
    white-space: nowrap;
}

.navigation ul li:hover a,
.navigation ul li:focus a,
.navigation ul li a.active,
.navigation ul li a.active:hover{
    color: #6ecdb2;
    border-bottom: 2px solid #6ecdb2;
    cursor: pointer;
}

.navigation ul li:hover {
	cursor: pointer;
}

/* Sub Navigation */

#navigation .subNav {
    position: absolute;
    opacity: 0;
    /*width: 200px;*/
    /*min-width: 230px;*/
    margin-top: -1px;
    margin-left: 35px;
    visibility: hidden;
    background: #eae9e9;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 2px 1px -1px rgba(0,0,0,.12);
    transition: opacity .15s cubic-bezier(0,0,.2,1),
    -webkit-transform .15s cubic-bezier(0,0,.2,1);
    transition: transform .15s cubic-bezier(0,0,.2,1),
    opacity .15s cubic-bezier(0,0,.2,1);
    transition: transform .15s cubic-bezier(0,0,.2,1),
    opacity .15s cubic-bezier(0,0,.2,1),
    -webkit-transform .15s cubic-bezier(0,0,.2,1);
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
    overflow: hidden;
}

#navigation .right .subNav {
	right: 0;
	margin-left:0;
	margin-right:35px;
}

#navigation li:hover .subNav {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

#navigation .subNav li {
    display: block;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
}

#navigation .subNav li a {
    display: block;
    padding: 8px 18px;
    margin: 0;
    text-align: left;
    border-bottom: 2px solid #d8d8d8;
    color: #66665d;
    line-height: normal;
    text-decoration: none;
    transition: .15s cubic-bezier(0,0,.2,1);
    text-transform: none;
}

#navigation .subNav li:last-of-type a{
    border-bottom: 0 none;
}


#navigation .subNav li a:hover {
    color: #6ecdb2;
}

.subnavOpen {
    display: none;
}

#navigation ul li .subNav.megamenu{
	min-width:70%;
	padding:14px 28px;
	-webkit-columns:2;
	   -moz-columns:2;
	        columns:2;
	        -webkit-column-gap:14px;
	           -moz-column-gap:14px;
	                column-gap:14px;
}

	#navigation ul li .subNav.megamenu li{
		-webkit-column-break-inside:avoid;
		page-break-inside:avoid;
		break-inside:avoid;
	}
	
	
	#navigation ul li .subNav.megamenu li a{
		padding:5px 0;
	}
	
	#navigation ul li .subNav.megamenu > li > a{
		text-transform:uppercase;
		font-weight:700;
		color:#2b2b2b;
		padding-top:14px;
	}
	
	#navigation ul li .subNav.megamenu li a:hover{
		color:#6ecdb2;
	}
	
	
	#navigation ul li .subNav.megamenu li.active a,
	#navigation ul li .subNav.megamenu li.active a:hover,
	#navigation>ul>li .subNav.megamenu li a:hover{
		background:transparent;
	}
	
	#navigation ul li .subNav.megamenu li ul {
		padding-left:14px;
		padding-top: 10px;
	}

		#navigation ul li .subNav.megamenu li ul li a {
			font-size: 1em;
			border-bottom-width: 0;
		}
        
        #bottom .awards {
            position: relative;
            width: 100%;
            float: right;
            padding-top: 10px;
        }
        #bottom .awards p {
            text-align: right;
        }
        #bottom .awards img {
            max-width: 200px;
            width: 100%;
            height: 100%;
        }

@media (max-width: 1100px) {
	
	.navigation ul li a {
		margin-left: 20px;
		margin-right: 20px;
	}
	
	#navigation .right .subNav {
		margin-right: 20px;
	}
	
	#navigation .left .subNav {
		margin-left: 20px;
	}
	
	#navigation .subNav {
		margin-top: -13px;
	}
}

@media (max-width: 768px) {

	#primary {
	    position: absolute;
	}

    .primary{
        height: 78px;
    }

    .primary #logo{
        padding: 0;
        margin-left: 20px;
        width: 150px;
    }

    #logo img{
        margin: 19px 0;
        width: 100%;
    }

    .primary.scrolled #logo img{
        margin: 19px 0;
    }
    
    #primary.scrolled #navigation .subNav {
		margin-top: 0;
	}

    .main-container {
        transition: -webkit-transform .2s cubic-bezier(.4, 0, .2, 1);
        transition: transform .2s cubic-bezier(.4, 0, .2, 1);
        transition: transform .2s cubic-bezier(.4, 0, .2, 1),
        -webkit-transform .2s cubic-bezier(.4, 0, .2, 1);
    }

    /*
     * Menu Button
     */
    #menu {
        position: relative;
        float: right;
        z-index: 201;
        font: inherit;
        display: block;
        overflow: visible;
        margin: 0;
        padding: 29px 20px;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .15s;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    #menu:focus,
    #menu:active {
        outline: 0;
    }

    .menu-bars {
        position: relative;
        display: block;
        width: 30px;
        height: 20px;
    }

    .menu-bar {
        display: block;
        top: 50%;
        margin-top: -1px;
    }

    .menu-bar,
    .menu-bar::before,
    .menu-bar::after {
        width: 30px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

    .menu-bar::before,
    .menu-bar::after {
        content: "";
        display: block;
    }

    .menu-bar::before {
        top: -8px;
    }

    .menu-bar::after {
        bottom: -8px;
    }

    /*
     * Menu Animation
     */
    #menu.active {
        background-color: transparent;

    }

    .active .menu-bar,
    .active .menu-bar::before,
    .active .menu-bar::after {
        background-color: #fff;
    }

    .menu-bar {
        transition-duration: 0.1s;
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .menu-bar::before {
        transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    }

    .menu-bar::after {
        transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .active .menu-bar {
        transform: rotate(45deg);
        transition-delay: 0.14s;
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .active .menu-bar::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    }

    .active .menu-bar::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .navigation {
        position: relative;
        display: block;
        margin: 0;
        width: 100%;
        max-width: 100%;
        max-height: 100%;
        height: 0px;
        float: none;
        background-color: transparent;
        transition: 0.4s ease-out;
        overflow: hidden;
        right: 0;
    }

    .navigation ul {
        height: auto;
        width: 100%;
        padding-top: 0;
        background-color: #fff;
    }

    .navigation > ul {
        box-shadow: #000 0px 0px 15px;
	}

    .navigation ul .left,
    .navigation ul .right {
        float: none;
        width: 100%;
        display: block;
    }

    .navigation ul li {
        width: 100%;
        display: block;
        float: none;
        margin: 0;
    }

    .navigation ul li a {
        position: relative;
        width: 100%;
        display: block;
        float: none;
        margin: 0 !important;
        padding: 12px 3% !important;
        color: #2b2b2b;
        font-size: 18px;
        line-height: 24px;
        text-align: left;
        border-bottom: 0 none;
    }
    
    #navigation ul li .subNav.megamenu li a{
		padding-top:8px !important;
		padding-bottom:8px !important;
	}

    .navigation ul li a:hover,
    .navigation ul li a:focus,
    .navigation ul li a.active,
    .navigation ul li a.active:hover {
        color: #6ecdb2;
        border-bottom: 0 none;
    }

    .subnavOpen {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        font-size: 16px;
        text-align: center;
    }

    .subnavOpen,
    .subnavOpen span {
        display: block;
        height: 100%;
        line-height: 48px;
    }

    .subnavOpen span {
        width: 100%;
        transition: .2s ease-out;
    }

    .subnavOpen.active {

    }

    .subnavOpen.active span {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    .subnavMask {
        position: relative;
        height: 0;
        overflow: hidden;
        transition: .3s ease-in-out;
    }


    #navigation .subNav {
        position: relative;
        width: 100%;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        visibility: visible;
        box-shadow: none;
        background: #fff;
        margin-top: 0;
        margin-left: 0;
    }
    
		#navigation ul li .subNav.megamenu{
			width:100%;
			left:auto;
			padding:14px 28px;
			-webkit-columns:1;
			   -moz-columns:1;
			        columns:1;
		}
		
			#navigation ul li .subNav.megamenu li{
				-webkit-column-break-inside:avoid;
				page-break-inside:avoid;
				break-inside:avoid;
			}
			
			
			#navigation ul li .subNav.megamenu li a{
				padding:5px 0;
			}
			
			#navigation ul li .subNav.megamenu li a{
				padding-top:14px;
			}
			
			#navigation ul li .subNav.megamenu li.active a,#navigation ul li .subNav.megamenu li.active a:hover,#navigation>ul>li .subNav.megamenu li a:hover{
				background:transparent;
			}
			
			#navigation ul li .subNav.megamenu li ul{
				padding-left:14px;
			}
            #bottom .awards {
                float: none;
            }
            #bottom .awards p {
                text-align: center;
            }

}

@media (max-width: 480px) {

}

/*  General Content Styles
   ========================================================================== */

.hero {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

#content .cb-body img {
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-justify {
    text-align: justify !important;
}

.ico-westwood,
.ico-westwood-top{
    background: url('/images/layouts/_a12668/ico-westwood.svg') no-repeat center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
}

.ico-westwood-top{
    width: 34px;
    height: 34px;
}

/*  Buttons
   ========================================================================== */

a.button, a.button::after {
    display: inline-block;
    transition: .2s ease-out;
}

a.button {
    position: relative;
    display: inline-block;
    padding: 10px 15px;
    color: #6ecdb2;
    border: 3px solid #6ecdb2;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s cubic-bezier(0.4, 0.0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    margin-top: 30px;
}

a.button:hover,
a.button:focus {
    background-color: rgba(110, 205, 178, 0.23);
}

a.button.white {
    border-color: #fff;
    color: #fff;
}

a.button.white:hover,
a.button.white:focus {
    background-color: rgba(255, 255, 255, 0.5);
}

a.button.yellow {
    border-color: #eed898;
    color: #eed898;
}

a.button.yellow:hover,
a.button.yellow:focus {
    background-color: rgba(238, 216, 152, 0.5);
}

#header-social-links {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 300px;
    display: flex;
    justify-content: space-evenly;
    margin-top: 117px;
    padding: 0px;
    background-color: rgba(42, 42, 42, 0.8);
    flex-wrap: wrap;
    /* height: 90px; */
    padding: 0 10px;
    transition: all .7s;
}

#header-social-links.scrolled {
	margin-top: 75px;
}

#header-social-links a{
    text-decoration: none;
    color: #fff;
    font-size: 30px;
    display: block;
    width: 17%;
    padding: 10px 10px;
}

#header-social-links a:hover,
#header-social-links a:focus{
    color: #c9c9c9;
    opacity: 0.8;
}



@media (max-width: 768px) {
    a.button{
        padding: 7px 10px;
        margin-top: 15px;
    }

    div#header-social-links{
		top: unset;
		bottom: 0;
		width: 100%;
    }

    #header-social-links a{
        font-size: 26px;
    }

    .ico-westwood-top {
        width: 26px;
        height: 26px;
    }


}

@media (max-width: 480px) {

}




/*  Footer
   ========================================================================== */

.site-footer {
    background: url('/images/layouts/_a12668/footer-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    padding: 0;
}

.site-footer > .container {
    padding: 90px 0 70px;
}

.site-footer .flex{
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

#bottom .left{
    width: 50%;
}

#bottom .right{
    width: 50%;
}

.footer-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    justify-content: space-between;
    -webkit-justify-content : space-between;
}

.footer-cell {
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 26px;
    vertical-align: middle;
    display: flex;
    text-align: left;
}

.site-footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer ul a {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.7em;
}

.site-footer ul li:first-child a{
    font-weight: 600;
    color: #e2cd91;
    text-transform: uppercase;
}

.site-footer ul a:hover{
    color: #6ecdb2;
}

#search {
    position: relative;
    width: 315px;
    margin: 0 0 25px;
    float: right;
    display: block;
}

#search #input {
    position: relative;
    width: 100%;
    padding: 8px 40px 8px 8px;
    font-size: 16px;
    line-height: 22px;
    color: #303030;
    font-weight: 600;
    outline: 0;
    box-sizing: border-box;
    background-color: rgba(230, 230, 230, 0.5);
}

#search #input, #search_btn {
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

#search_btn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 33px;
    background: transparent;
    color: #343434;
    font-size: 22px;
    font-weight: 400;

    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}


.footer-info {
    background: #2d2d2d;
    padding: 2em 0;
}

.footer-copyright {
    text-align: left;
}

.footer-copyright p {
    display: inline-block;
    margin: 0 10px;
    font-size: 12px;
    color: #7e7e7e;
    vertical-align: middle;
}

.footer-copyright p:first-of-type{
    margin-left: 0;
}

.footer-copyright a, .footer-copyright a:visited {
    color: #7e7e7e;
    text-decoration: none;
    text-transform: uppercase;
}

.social-links {
    text-align: center;
    display: block;
    float: right;
    clear: both;
}

.social-links a.social {
    display: inline-block;
    margin: 0 5px;
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
    transition: .2s ease-out;
    text-decoration: none;
}

.social-links a.social:first-of-type{
    margin-left: 0;
}

.social-links a.social:last-of-type{
    margin-right: 0;
}

.social-links a:focus,
.social-links a:hover {
    color: #b9b9b9;
    opacity: .8;
}


@media (max-width: 768px) {
    #bottom {
        padding: 0;
    }

    #bottom .left,
    #bottom .right{
        width: 100%;
    }

    .site-footer > .container {
        padding: 30px 0;
    }

    .footer-row {
        -ms-flex-flow: column;
        -webkit-flex-flow: column;
        flex-flow: column;
        text-align: center;
    }

    .footer-col {
        margin: 1em 0;
        font-size: 1.4em;
        line-height: 1.6;
    }

    .site-footer ul a{
        font-size: 18px;
    }

    .social-links {
        text-align: center;
        float: none;
    }

    .social-links a.social {
        margin: 0 10px;
    }

    #search {
        width: 90%;
        margin: 30px auto;
        float: none;
    }

    .footer-info .footer-copyright {
        padding: 2em 0;
        float: none;
        text-align: center;
    }

    .footer-info .footer-copyright p {
        display: block;
        margin: 10px auto;
    }


}

