/*
Theme Name: Enfold Child
Description: Mastered and remanipulated Enfold theme
Version: 1.0
Author: Lucinda Holland
Author URI: http://www.pinkgeckocreative.com
Template: enfold
*/

@import url('css/enfold.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,800');

/***************************/
/*VARIOUS - GENERIC/
/***************************/

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}
.responsive body {
	 overflow: hidden;
}
/***************************/
/* TOP META HEADER
**************************/

.header_color .header_bg {
    background-color: transparent;
}
#header_meta {
    padding: 0;
    position: relative;
}
#header_meta .container {
    min-height: 0;
    line-height: 44px;
}
#header_meta.av_icon_active_left .container {
    line-height: 55px;
}
#header_meta .container .venue p {
    float: left;
    margin: 0 5px 0 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-transform: uppercase;
}
#header_meta .container .dates p {
    margin: 0;
    float: right;
    font-size: 23px;
    text-transform: none;
}
/**************************
/* HEADER 1 Meta (TOP) styles 
**************************/

#header_meta .container {
	min-height: 0;
	line-height: 41px;
}



#header_meta .container .venue p, #header_meta .container .dates p {


	margin: 0px 0px 0 0;
	font-weight: 400;
	letter-spacing: 0px;
	color: #fff;
	

}

#header_meta .container .venue { float: left; }

#header_meta .container .venue p {
	float: left;
    margin: 0 5px 0 0;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
}

#header_meta .container .dates {
	float: right;

}
#header_meta .container .dates p{

	font-size: 23px;
	letter-spacing: 1px;
}


/*********************************************
/* HEADER --2-- logo and incorporating 
*********************************************/

#header_main .inner-container { position: relative; }

#header_main .logo { position: relative; }

.description-container {
	float: left;
	margin: 0 0 0 15px;
	width: 230px;
}

.description-container p {
	color: #4D4D4D;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 0;
    float: left;
    margin: 10px 0 0 0px;
    width: 230px
}

.incorporating-container {
	position: relative;
	float: right;
}
/* TOP META HEADER - Meta Social Icons
******************************************/

#top #header_meta .social_bookmarks {
    /*height: 100%;*/
    margin: 0 10px 0 0;
}
#top #header_meta .social_bookmarks li {
    display: inline-block;
    /*float: none;*/
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin-right: 4px;
    margin-left: 4px;
    border-color: transparent;
}
#top #wrap_all #header_meta .social_bookmarks a {
    width: 29px;
    height: 27px;
    line-height: 25px;
    font-size: 14px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    color: #FFFFFF;
}
#top #wrap_all #header_meta .social_bookmarks a:after {
    font-weight: normal;
    content: attr(data-av_icon);
    font-family: 'entypo-fontello';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    -webkit-transform: rotateX(-90deg) translateY(100%);
    -moz-transform: rotateX(-90deg) translateY(100%);
    transform: rotateX(-90deg) translateY(100%);
}
#top #wrap_all #header_meta .social_bookmarks a:before,
#top #wrap_all #header_meta .social_bookmarks a:after {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    vertical-align: top;
}
#top #wrap_all #header_meta .social_bookmarks a:before {
    display: inline-block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
#top #wrap_all #header_meta .social_bookmarks a:hover:before {
    -webkit-transform: rotateX(90deg) translateY(-100%);
    -moz-transform: rotateX(90deg) translateY(-100%);
    transform: rotateX(90deg) translateY(-100%);
}
#top #wrap_all #header_meta .social_bookmarks a:hover:after {
    -webkit-transform: rotateX(0deg) translateY(0);
    -moz-transform: rotateX(0deg) translateY(0);
    transform: rotateX(0deg) translateY(0);
    opacity: 1;
}
#top #wrap_all #header_meta .av-social-link-facebook a {
    background: #37589b;
}
#top #wrap_all #header_meta .av-social-link-linkedin a {
    background: #419cca;
}
#top #wrap_all #header_meta .av-social-link-twitter a {
    background: #46d4fe;
}
/* TOP META HEADER - Location
*****************************/
/* TOP META HEADER - Dates
**************************/
/***************************/
/* MAIN HEADER
**************************/

#header_main {
    border: none;
    height: auto;
    background-color: #ffffff;
    /*border-top: 2px solid #cdcdcd;*/
}
#header_main .inner-container {
    position: relative;
    line-height: 99px;
    padding-top: 16px;
    padding-bottom: 20px;
}
header #header_main {
    background: none;
}
header #header_main #header_main_alternate {
	/*    
	background: rgb(226, 48, 11);
    background: -moz-linear-gradient(left, rgba(226, 48, 11, 1) 0%, rgba(243, 55, 21, 1) 51%, rgba(255, 60, 28, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(226, 48, 11, 1) 0%, rgba(243, 55, 21, 1) 51%, rgba(255, 60, 28, 1) 100%);
    background: linear-gradient(to right, rgba(226, 48, 11, 1) 0%, rgba(243, 55, 21, 1) 51%, rgba(255, 60, 28, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2300b', endColorstr='#ff3c1c', GradientType=1);
	*/
    border-top: 0px none;
    margin-bottom: -1px;
}
header #header_main #header_main_alternate .container {
    border: 0;
}
#header {
    background: rgb(255, 255, 255);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
}
#header #header_meta {
    border-bottom: 8px solid #4c4c4c;
    border-top: 0;
}
/* MAIN HEADER - Logo
**************************/

#header_main .logo,
#header_main .logo a {
    height: auto;
}
#header_main .logo {
    position: static;
}
.logo img {
    height: auto;
    padding: 0;
    width: 339px;
}
header #header_main .logo {
    position: relative;
}
.incorporating-container {
    position: absolute;
    right: -20px;
    top: -2px;
    width: auto;
}
.incorporating-container .textwidget {
    line-height: initial;
}
.incorporating-container .row {
    margin: 0;
}
.incorporating-container .textwidget img {
    display: inline-block;
    height: 50px;
    margin: 5px 5px 0;
    max-height: 74px;
    width: auto;
}
.incorporating .row .col {
    float: left;
}
.incorporating {
    margin-top: 15px;
}
.incorporating .title {
    color: #EB1C24;
    font-style: italic;
}
/* MAIN HEADER - Show title
**************************/

header #header_main .description-container .textwidget {
    color: #4D4D4D;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    margin-left: 0;
    float: left;
    margin: 10px 0 0 0px;
    width: 230px;
}
header #header_main .description-container {
    float: left;
    margin-left: 15px;
    width: 368px;
}
/* **************************/
/* MAIN MENU
**************************/

.av-main-nav ul {
    width: 255px;
}
#header_main_alternate {
    background-color: #ffffff;
    border-bottom: none;
}
#header_main_alternate .avia-menu-fx {
    visibility: hidden;
}
#header_main_alternate .main_menu {
    position: static;
}
#header_main_alternate .main_menu a {
    position: relative;
    z-index: 3;
    display: block;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
#header_main_alternate .sub-menu {
    display: none;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.4);
}
#header_main_alternate .main_menu .menu {
    margin: 0;
}
#header_main_alternate .main_menu .menu > li {
    float: left;
}
#header_main_alternate .main_menu .menu > li > a {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    text-decoration: none;
    border-left: 1px solid #fd5206;
    border-right: 1px solid #d00b01;
}
#header_main_alternate .main_menu .menu > li:first-child > a {
    border-left: none;
}
#header_main_alternate .main_menu .menu > li:last-child > a {
    border-right: none;
}
header #header_main_alternate .container .main_menu .menu > li > a {
    height: 50px;
    line-height: 50px;
}
h4.av-special-heading-tag {
    color: #089abe;
}
.main_color .special-heading-inner-border {
    border-color: #089abe;
}
/* MAIN MENU - Hover color
**************************/

#header_main_alternate .main_menu .menu > .current-menu-item > a,
#header_main_alternate .main_menu .menu > .current-menu-parent > a,
#header_main_alternate .main_menu .menu > li:not(.av-menu-button):not(.homelink) > a:hover {
    background: #E31F13;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
    color: #FFFFFF;
}
/* MAIN MENU - Homelink
**************************/

#top #header_main_alternate .main_menu .menu .homelink > a:hover {
    background: none;
}
.menu .homelink > a .avia-menu-text {
    width: 27px;
    height: 29px;
    position: relative;
    display: block;
    margin: 0;
    font-size: 0;
}
.menu .homelink > a .avia-menu-text:before {
    content: "";
    display: block;
    background: url('images/icon-home.png') no-repeat center;
    background-size: cover;
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}
.menu .homelink:hover > a .avia-menu-text:before {
    top: 5px;
}
/* MAIN MENU - Sub Menu
**************************/

#header_main_alternate .main_menu .sub-menu {
    position: absolute;
    margin: 0;
    border-top-width: 0px;
}
#header_main_alternate .main_menu .sub-menu > li {
    margin: 0;
    padding-right: 7px;
    background-color: #dbdbdb;
    overflow: hidden;
}
#top #header_main_alternate .main_menu ul.sub-menu > li > a {
    display: block;
    height: 50px;
    padding: 0px 15px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #e2e2e2;
    line-height: 50px;
    letter-spacing: 0.6px;
    text-decoration: none;
    border-right: none;
    border-left: none;
    font-weight: 600;
}
#top #header_main_alternate .main_menu ul.sub-menu > li > a:hover,
#top #header_main_alternate .main_menu ul.sub-menu > .current-menu-item > a {
    text-shadow: 0px -1px rgba(255, 255, 255, 1);
}
/* MAIN MENU - Special Buttons
**************************/
/* Registration button (bordered button)*/
/* Exhibitor Login button (colored button)*/
/*********************************
* PAGE CONTENT AREA
*********************************/

#main .big-intro p {
    font-size: 25px;
    font-weight: 300;
    line-height: 33px;
    margin-top: 0;
    padding-top: 0;
    color: #111111;
}
#main .big-intro p strong {
    font-weight: 500;
}
#main p {
    font-size: 15px;
    line-height: 25px;
}
.title_container .main-title {
    font-size: 24px;
}
#main .stretch_full.title_container {
    background: rgb(45, 75, 154);
    background: -moz-linear-gradient(left, rgba(45, 75, 154, 1) 0%, rgba(82, 121, 187, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(45, 75, 154, 1) 0%, rgba(82, 121, 187, 1) 100%);
    background: linear-gradient(to right, rgba(45, 75, 154, 1) 0%, rgba(82, 121, 187, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2d4b9a', endColorstr='#5279bb', GradientType=1);
}
.responsive .container {
    max-width: 1130px;
}
.new-special-heading h3,
.av-special-heading-h3 h3 {
    font-weight: 800 !important;
    font-size: 18px !important;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.av-subheading.av-subheading_below {
    font-size: 13px !important;
    text-align: center;
    text-transform: uppercase;
}
.breadcrumb-trail a:hover {
    color: #fff;
}
.breadcrumb-trail .trail-end {
    color: #fff;
}
.ticks img {
    height: 50%;
    margin: 0 0 30px;
    max-height: 50%;
    max-width: 50%;
    width: 50%;
}
h3.av-special-heading-tag {
    letter-spacing: 1px;
}
div .av_one_fourth {
    margin-left: 4%;
    width: 22%;
}
#top .avia-smallarrow-slider-heading h3 {
    margin-bottom: 30px;
    text-align: center;
}
.entry-content-wrapper li {
    line-height: 1.6em;
    margin-left: 0.4em;
    padding: 3px 4px 10px;
}
.avia-caption {
    width: 100%;
}
.avia-caption .avia-caption-title {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 40px;
    padding: 30px;
}
/*************************
* INDIVIDUAL PAGE STYLES
*************************/

.address-advertising div.avia_textblock p {
    line-height: 19px!important;
}
.address-advertising div.avia_textblock br {
    clear: both;
}
.page-id-1761 #main > .main_color.container_wrap main.av-content-full {
    padding-bottom: 0;
}
.page-id-1761 #main > .main_color.container_wrap > .container {
    z-index: 10;
}
.space-application-top {
    background: #fff !important;
    margin-bottom: 25px;
}
.spaceApplicationStand {
    width: 75%;
}
.exhibit-cell h4 {
    color: #e9212d !important;
}
.exhibit-cell .special-heading-inner-border {
    border-color: #e9212d !important;
    opacity: 1;
    margin-top: 6px;
}
.exhibit-cell .avia_textblock p {
    color: #000 !important;
}
.exhibit-cell .avia_textblock p strong,
.exhibit-cell .avia_textblock p a {
    color: #e9212d !important;
}
.alternate_color h1,
.alternate_color h3 {
    color: #fff;
}
.avia-single-number {
    font-weight: 300;
}
.avia-animated-number-content {
    font-weight: 700;
    font-size: 14px;
}
/* HOMEPAGE
***************/

.avia-layerslider {
    border-top: none;
}
/* HOMEPAGE - Icons */

.avia-image-container.image-icon {
    height: 135px;
}
.avia-image-container.image-icon:before {
    content: "";
    display: inline-block;
    height: 100%;
    line-height: 100%;
}
.avia-image-container.image-icon,
.avia-image-container.image-icon:before,
.avia-image-container.image-icon .avia-image-container-inner {
    vertical-align: middle;
}
.image-icon .avia_image {
    display: block;
    margin: 10px auto;
    width: 50%;
    width: calc( 50%);
    height: auto;
}
.avia-image-container.image-icon + .av_textblock_section {
    min-height: 165px;
}
.main_color .avia-image-container.image-icon + .av_textblock_section h3,
.main_color .avia-image-container.image-icon + .av_textblock_section a {
    color: #00A551 !important;
}
.avia-image-container.image-icon + .av_textblock_section h3 {

    line-height: 18px;

    text-align: center;

    margin: 0;
}
#main .main_color .avia-image-container.image-icon + .av_textblock_section p {
    color: #55606e;
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    margin: 20px auto 0;
    max-width: 235px;
}
.avia-image-container.image-icon + .av_textblock_section + .avia-button-wrap .avia-button {
    margin: 0 auto 50px;
    font-weight: bold;
}
.avia-image-container.image-icon + .av_textblock_section + .avia-button-wrap .avia-button:hover {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
#main .home-icon-text-block {
    height: 185px;
}
/*HOME PAGE - Testimonials*/

#testimonials-section .avia-testimonial-content {
    background-color: rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0 auto;
    max-width: 834px;
    overflow: visible;
    position: relative;
}
#testimonials-section .avia-testimonial-row {
    padding-bottom: 50px !important;
}
#testimonials-section .avia-testimonial-content:before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDhweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgNDggNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTgiIGZpbGw9IiM1Mjc5QkIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBkPSJNMjEsMjcuOFY0OGMwLDEuMy0xLDIuMy0yLjMsMi4zSDIuM0MxLDUwLjMsMCw0OS4zLDAsNDhWMzIuOA0KCWMwLTkuNSwxLjEtMTYuMywzLjQtMjAuNmMyLjctNS4xLDYuNy05LDEyLjItMTEuOWMxLjEtMC42LDIuNC0wLjIsMywwLjhsMi4yLDMuNWMwLjMsMC42LDAuNCwxLjIsMC4zLDEuOEMyMC45LDcsMjAuNSw3LjUsMjAsNy44DQoJYy0yLjgsMS42LTQuOSwzLjYtNi40LDYuMmMtMS44LDMuMi0yLjksNy42LTMuMSwxMy43SDIxVjI3LjggTTQ4LDI3LjhWNDhjMCwxLjMtMSwyLjMtMi4zLDIuM0gyOS4zYy0xLjMsMC0yLjMtMS0yLjMtMi4zVjMyLjgNCgljMC05LjUsMS4xLTE2LjMsMy40LTIwLjZDMzMuMSw3LjEsMzcuMSwzLjIsNDIuNiwwLjNjMS4xMDItMC42LDIuNC0wLjIsMywwLjhsMi4yLDMuNWMwLjMsMC42LDAuNCwxLjIsMC4zLDEuOA0KCUM0Ny45LDcsNDcuNiw3LjUsNDcsNy44Yy0yLjgsMS42LTQuOSwzLjYtNi40LDYuMmMtMS44LDMuMi0yLjg5OCw3LjYtMy4xLDEzLjdINDhWMjcuOHoiLz4NCjwvc3ZnPg0K");
    content: " ";
    height: 50px;
    left: -54px;
    position: absolute;
    top: -11px;
    width: 48px;
}
#testimonials-section .avia-testimonial-content:after {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iNDhweCIgaGVpZ2h0PSI1MHB4IiB2aWV3Qm94PSIwIDAgNDggNTAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDQ4IDUwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIG9wYWNpdHk9IjAuNTgiIGZpbGw9IiM1Mjc5QkIiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgICAgIiBkPSJNMjcuMTM4LDIyLjUxOXYtMjAuMmMwLTEuMywxLTIuMywyLjMtMi4zaDE2LjQNCgljMS4zLDAsMi4zLDEsMi4zLDIuM3YxNS4yYzAsOS41LTEuMTAxLDE2LjMtMy4zOTksMjAuNmMtMi43MDEsNS4xMDEtNi43MDEsOS0xMi4yMDEsMTEuOWMtMS4xLDAuNi0yLjM5OSwwLjItMy0wLjhsLTIuMTk5LTMuNQ0KCWMtMC4zMDEtMC42MDEtMC40LTEuMi0wLjMwMS0xLjgwMWMwLjIwMS0wLjYsMC42MDEtMS4xLDEuMTAxLTEuMzk5YzIuOC0xLjYwMSw0Ljg5OS0zLjYwMSw2LjM5OS02LjJjMS44MDEtMy4yLDIuOS03LjYsMy4xMDEtMTMuNw0KCWgtMTAuNVYyMi41MTkgTTAuMTM4LDIyLjUxOXYtMjAuMmMwLTEuMywxLTIuMywyLjMtMi4zaDE2LjRjMS4zLDAsMi4zLDEsMi4zLDIuM3YxNS4yYzAsOS41LTEuMSwxNi4zLTMuNCwyMC42DQoJYy0yLjY5OSw1LjEwMS02LjY5OSw5LTEyLjE5OSwxMS45Yy0xLjEwMywwLjYtMi40LDAuMi0zLTAuOGwtMi4yLTMuNWMtMC4zLTAuNjAxLTAuNC0xLjItMC4zLTEuODAxYzAuMTk5LTAuNiwwLjUtMS4xLDEuMS0xLjM5OQ0KCWMyLjgtMS42MDEsNC45LTMuNjAxLDYuNC02LjJjMS44LTMuMiwyLjg5Ny03LjYsMy4xLTEzLjdoLTEwLjVWMjIuNTE5eiIvPg0KPC9zdmc+DQo=");
    bottom: -32px;
    content: " ";
    height: 50px;
    position: absolute;
    right: -54px;
    width: 48px;
}
#testimonials-section .avia-testimonial-content > p {
    color: #6D6D6C;
    font-size: 24px;
    font-weight: 300;
    line-height: 33px;
}
#testimonials-section .avia-testimonial-meta {
    margin: 0 auto;
    max-width: 834px;
}
#testimonials-section .avia-testimonial-meta-mini {
    float: right;
}
#testimonials-section .avia-testimonial-meta-mini > .avia-testimonial-name {
    color: #2D4B9A;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 15px;
}
#testimonials-section .avia-testimonial-meta-mini > .avia-testimonial-subtitle {
    color: #6D6D6C;
    font-size: 17px;
    font-weight: 300;
    padding-right: 15px;
    text-transform: none;
}
#testimonials-section .avia-testimonial-arrow-wrap {
    display: none;
}
#testimonials-section {
    background-size: cover;
    padding: 0;
    border: none;
    position: relative;
}
#testimonials-section:after {
    position: absolute;
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 274px;
    opacity: 0.79;
    background: rgb(82, 121, 187);
    background: -moz-linear-gradient(left, rgba(82, 121, 187, 1) 0%, rgba(45, 75, 154, 1) 0%, rgba(82, 121, 187, 1) 50%, rgba(45, 75, 154, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(82, 121, 187, 1) 0%, rgba(45, 75, 154, 1) 0%, rgba(82, 121, 187, 1) 50%, rgba(45, 75, 154, 1) 100%);
    background: linear-gradient(to right, rgba(82, 121, 187, 1) 0%, rgba(45, 75, 154, 1) 0%, rgba(82, 121, 187, 1) 50%, rgba(45, 75, 154, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5279bb', endColorstr='#2d4b9a', GradientType=1);
    color: #fff !important;
}
.html_entry_id_1760 #testimonials-section:after {
    display: none;
}
.el_after_av_testimonials {
    padding-bottom: 30px !important;
}
/* ABOUT */
/**************************/
/* ABOUT - Logos boxed columns */

.about-logos {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    transition: box-shadow 0.3s ease-in-out;
    background-color: #fff;
}
.about-logos:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    cursor: default;
}
.three-logos .av-flex-placeholder {
    width: 1% !important;
}
.av-catalogue-image {
    border-radius: 0;
    margin-right: 25px;
    margin-top: -10px;
    width: 100px;
}
#top .alternate_color.title_container .main-title a {
    color: #fff;
}
.about-top-content-text .avia_textblock p {
    color: #000 !important;
}
/* VISITOR PROFILE */
/**************************/
/**************************
* BUTTONS
**************************/

button,
#top .gform_button,
.button,
#top .avia-button {
    text-transform: uppercase;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    !important;
    border-bottom-width: 0px;
    letter-spacing: 1px;
}
#top .avia-size-small {
    font-size: 13px;
    line-height: 13px;
    min-width: 113px;
    min-height: 44px;
    padding: 17px 22px;
}
#top .avia-size-medium {
    font-size: 18px;
    line-height: 18px;
    min-width: 144px;
    min-height: 55px;
    padding: 20px 26px 19px;
}
#top .avia-size-large {
    font-size: 20px;
    line-height: 20px;
    min-width: 167px;
    min-height: 60px;
    padding: 21px 40px 20px;
}
#top #gform_4 #gform_submit_button_4,
#gform_6 #field_6_39 .button {
    font-size: 18px;
    line-height: 18px;
    min-width: 144px;
    min-height: 55px;
    padding: 20px 26px 19px;
    font-family: "Open Sans", sans-serif !important;
}
/**************************
* FOOTER TOP CONTENT
**************************/
.footer_top_content {
	background: #3a424f;
	clear:both;
	border: 0px none;
}

.footer_top_content h2 {
	padding: 15px 0;
  color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.75px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
	margin: 0;
}

/***************
* FOOTER
***************/

#footer .widget {
    margin-bottom: 0;
}
#footer .widget .widgettitle {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 8px 0 10px;
    padding: 0 0 4px;
}
#footer .widget h4 {
    font-size: 12px;
    margin: 8px 0 10px;
    padding-bottom: 4px;
}
#footer .widget h5 {
    padding-bottom: 6px;
    color: #222;
}
#footer .widget .textwidget .av_font_icon {
    width: 16px;
    text-align: center;
}
#footer .widget p {
    font-size: 14px;
    line-height: 20px;
    margin: 3px 0 2px;
    padding: 0;
}
/***************
/*SOCKET */
/***************/


#socket .footerpopup {
	overflow: hidden;
	margin: 0 10px 0 0;
	float: left;
	line-height: 56px;
	height: 56px;
	display: block;
	position: relative;
	z-index: 100;
}

#socket .footerpopup + .footerpopup {
	margin: 0 0 0 10px;
	float: right;
}

#socket .footerpopup > span {
	opacity: 0;
	position: relative;
	z-index: 100;
	bottom: -150px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#socket .footerpopup.appear > span {
	bottom: 0;
	opacity: 1;
}

#socket .footerpopup img {
	max-width: 135px;
	width: 135px;
	vertical-align: middle;
}

#socket .footerpopup + .footerpopup img {
	max-width: 125px;
	width: 125px;
}

#socket .footerpopup, #socket .copyright, #socket .sub_menu_socket {
	display: inline-block;
	vertical-align: middle;
}

#socket .copyright,
#socket .sub_menu_socket {
    display: inline-block;
    vertical-align: middle;
}
#socket .copyright {
    float: none;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 50%;
    width: 100%;
    line-height: 24px;
    margin: -10px 0 0;
    text-align: center;
    font-size: 12px;
    color: #6c6c6c;
}
#socket .copyright a,
#socket .copyright a:hover {
    text-decoration: underline;
    font-weight: 400;
}
#socket.socket_color {
    background: #FFFFFF;
}
#socket.socket_color > .container {
    padding: 5px 50px;
    position: relative;
}
/**************************
FORMS
/**************************

/*E-NEWSLETTER SIGN UP FORM*/
/**************************/

.req {
    color: #2d4c9a;
}
#gform_wrapper_5 li.gfield {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}
#gform_wrapper_5 li.gfield p {
    color: #747474 !important;
}
#gform_wrapper_5 li.gfield p a {
    color: #2d4c9a !important;
    font-weight: normal !important;
}
#gform_wrapper_5 li.gfield label {
    display: none !important;
}
#gform_wrapper_5 input[type='text'] {
    margin-bottom: 3px !important;
    padding: 6px !important;
    font-weight: 600 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 13px !important;
    line-height: 28px !important;
    text-indent: 5px !important;
    background-color: #fff !important;
    color: #4c4c4c !important;
    border: 1px solid #d0cbd7 !important;
}
li#field_5_4 {
    margin-bottom: 10px !important;
}
/*reCAPTCHA CSS*/

#gform_wrapper_5 .ginput_recaptcha {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    margin-top: 10px !important;
}
#gform_wrapper_5 .gform_footer {
    display: block !important;
}
#gform_wrapper_5 #field_5_5 {
    height: 58px;
}
#gform_wrapper_5 input#gform_submit_button_5 {
    float: right;
    margin-top: -46px;
    font-size: 13px;
    line-height: 13px;
    min-width: 113px;
    min-height: 44px;
    padding: 17px 22px;
    font-family: "Open Sans", sans-serif !important;
}
/*ENQUIRIES FORM*/
/**************************/

#gform_wrapper_4 li.gfield {
    list-style: none;
}
#gform_wrapper_4 li#field_4_17 {
    width: 23%;
    display: inline-block;
    overflow: hidden;
}
#gform_wrapper_4 li#field_4_20,
#gform_wrapper_4 li#field_4_22 {
    width: 38.5%;
    display: inline-block;
    overflow: hidden;
}
#gform_wrapper_4 li#field_4_17,
#gform_wrapper_4 li#field_4_20 {
    padding: 3px 10px 3px 0;
}
#gform_wrapper_4 li#field_4_2,
#gform_wrapper_4 li#field_4_13,
#gform_wrapper_4 li#field_4_15,
#gform_wrapper_4 li#field_4_12,
#gform_wrapper_4 li#field_4_5 {
    width: 49.99%;
    display: inline-block;
    overflow: hidden;
    padding: 3px 10px 3px 0;
}
#gform_wrapper_4 li#field_4_3,
#gform_wrapper_4 li#field_4_14,
#gform_wrapper_4 li#field_4_16,
#gform_wrapper_4 li#field_4_6,
#gform_wrapper_4 li#field_4_23 {
    margin-right: 0%;
    width: 50%;
    display: inline-block;
    overflow: hidden;
    padding: 4px !important;
}
#gform_wrapper_4 li#field_4_22 {
    padding: 4px !important;
}
#gform_wrapper_4 li .gfield_label {
    font-weight: 600 !important;
}
#gform_wrapper_4 input[type='text'],
#gform_wrapper_4 textarea,
#gform_wrapper_4 select {
    border: 1px solid #e1e1e1 !important;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 13px;
    color: #111 !important;
    background-color: #f8f8f8 !important;
}
#gform_wrapper_4 select,
#gform_wrapper_6 select {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#gform_wrapper_4 select#input_4_17,
#gform_wrapper_4 select#input_4_12 {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.7em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    color: #000;
}
#gform_wrapper_4 select#input_4_17:focus,
#gform_wrapper_4 select#input_4_12:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat;
    outline: 0;
}
#gform_wrapper_4 .gfield_required {
    margin: 0 0 0 5px;
    color: #cc0000;
}
#gform_wrapper_4::-webkit-input-placeholder {
    color: #000 !important;
}
#gform_wrapper_4:-moz-placeholder {
    /* Firefox 18- */
    
    color: #000 !important;
}
#gform_wrapper_4::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #000 !important;
}
#gform_wrapper_4:-ms-input-placeholder {
    color: #000 !important;
}
#gform_wrapper_5::-webkit-input-placeholder {
    color: #9d9d9d !important;
}
#gform_wrapper_5:-moz-placeholder {
    /* Firefox 18- */
    
    color: #9d9d9d !important;
}
#gform_wrapper_5::-moz-placeholder {
    /* Firefox 19+ */
    
    color: #9d9d9d !important;
}
#gform_wrapper_5:-ms-input-placeholder {
    color: #9d9d9d !important;
}
/***************
* MEDIA QUERY CSS STYLES
***************/

@media only screen and (max-width: 870px) and (min-width: 800px) {
    #header_main_alternate .main_menu .menu > li > a {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 799px) and (min-width: 768px) {
    #header_main_alternate .main_menu .menu > li > a {
        padding: 0 7px;
    }
}
@media only screen and (max-width: 1105px) {
    .incorporating-container {
        display: none;
    }
}
@media only screen and (max-width: 1105px) and (min-width: 900px) {} @media only screen and (max-width: 1105px) and (min-width: 768px) {
    #top .av_bottom_nav_header #header_main > .container {
        height: auto;
    }
    #header_main .inner-container {
        padding-bottom: 85px;
    }
    .description-container {
        display: inline-block;
        vertical-align: top;
    }
    #header #header_main .description-container {
        width: auto;
        float: none;
    }
    #header_main .incorporating-container {
        display: block;
        padding: 0 50px;
    }
    .incorporating-container .incorporating {
        margin: 0;
    }
    .incorporating-container .incorporating .title {
        text-align: left;
    }
    .incorporating-container {
        position: absolute;
        right: 0;
        top: 115px;
        width: 100%;
        text-align: center;
    }
    .incorporating-container .textwidget img {
        margin: 5px 5px 0;
    }
}
@media only screen and (max-width: 989px) {
    #header_meta.av_icon_active_left .container {
        line-height: 41px;
    }
}
@media only screen and (max-width: 989px) and (min-width: 768px) {
    /*#top #header_meta .social_bookmarks {
        float: left;
        width: auto;
        text-align: center;
        line-height: normal;
    }*/
    #header #header_meta {
        min-height: 55px;
    }
    li#field_5_6 {
        width: 100%;
    }
    #gform_wrapper_5 input#gform_submit_button_5 {
        font-size: 12px;
        margin-top: 8px !important;
    }
    #main .home-icon-text-block {
        height: 275px;
    }
    #top #header_meta .social_bookmarks li {
        margin: 5px 5px 0 0;
    }
    #header_meta .container .venue p {
        font-size: 11px;
    }
    #header_meta .container .dates p {
        font-size: 21px;
    }
    #header_main_alternate .main_menu .menu > li {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
    #header_main_alternate .main_menu .menu > li > a {
        padding: 0 10px;
        letter-spacing: 0;
        white-space: nowrap;
    }
}
@media only screen and (max-width: 800px) and (min-width: 768px) {} @media only screen and (max-width: 767px) {
    #top #header_meta .social_bookmarks {
        margin: 0;
    }
    #header_meta {
        padding: 5px 0;
    }
    #header_main.container_wrap.container_wrap_logo {
        height: auto;
    }
    #header_main .container {
        padding-bottom: 85px;
    }
    #header_meta .container .venue p,
    #header_meta .container .dates p {
        float: none;
        text-align: center;
        margin: 0;
        line-height: normal;
    }
    #header_meta .container .dates p {
        line-height: 28px;
    }
    .responsive .logo,
    .responsive .logo a,
    .responsive .logo img {
        height: auto!important;
        max-height: none!important;
    }
    .responsive .logo,
    .responsive .logo a {
        width: auto;
        margin: 0 auto;
    }
    .responsive .logo img {
        width: 339px;
        margin: 0 auto;
    }
    .description-container {
        width: 339px;
        position: static;
        margin: 0 auto;
    }
    .description-container .textwidget {
        float: none;
        width: 100%;
        margin: 5px 0 0;
    }
    .incorporating-container {
        right: 0;
        top: 175px;
        width: 100%;
        text-align: center;
    }
    .incorporating-container,
    .incorporating-container .textwidget {
        height: 75px;
        line-height: 75px;
    }
    .incorporating-container .textwidget img {
        margin: 5px;
    }
    #advanced_menu_toggle,
    #advanced_menu_hide {
        top: 16px;
        margin-top: 0;
    }
    .incorporating-container {
        display: block;
        height: auto;
    }
    .incorporating-container .row {
        line-height: normal;
        display: table;
        width: 100%;
    }
    .incorporating .row .col {
        float: none;
        display: table-cell;
    }
    #header #header_main .description-container {
        width: auto;
        max-width: 345px;
        float: none;
        margin: 0 auto;
    }
    .responsive #top .logo {
        width: 100%;
    }
}
@media only screen and (max-width: 540px) {
    .incorporating-container .textwidget {
        display: table;
        width: 100%;
        font-size: 0;
        height: 75px;
        line-height: 75px;
    }
    .incorporating-container .textwidget a img,
    .incorporating-container .textwidget img {
        height: auto;
        margin: 0;
        line-height: 75px;
        vertical-align: bottom;
    }
    #header_main .incorporating-container {
        top: 185px;
    }
    .incorporating-container .textwidget {
        display: block;
        line-height: normal;
        height: auto;
        font-size: inherit;
    }
    .incorporating-container .textwidget .incorporating {
        margin: 0;
    }
    .incorporating-container .row {
        width: 100%;
        text-align: left;
    }
    .incorporating .row .col {
        padding: 5px;
        vertical-align: middle;
        height: 65px;
    }
    .incorporating-container .textwidget a img,
    .incorporating-container .textwidget img {
        display: block;
        margin: 0;
        height: auto;
    }
}
@media only screen and (max-width: 480px) {
    .responsive .logo img,
    .description-container {
        width: 100%;
        max-width: 339px;
    }
    #advanced_menu_hide {
        top: 0;
        margin-top: 25px;
        right: 10px;
    }
    #header_meta {
        z-index: 1;
    }
    #header_meta .container .venue p {
        font-size: 11px;
    }
    #header_meta .container .dates p {
        font-size: 15px;
        line-height: 21px;
    }
	#header_meta .container .dates, #header_meta .container .venue {
    	width: 100%;
	}
    .container #advanced_menu_toggle {
        margin-top: 0px;
        right: -8%;
        top: -39%;
    }
    #header #header_main .description-container p {
        font-size: 14px;
        line-height: 18px;
    }
    .responsive #socket .sub_menu_socket {
        display: block;
    }
	 #socket .footerpopup img {
        max-width: 112px;
    }
    #socket .copyright {
        position: static;
        margin: 5px auto;
        font-size: 11px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 989px) {
    #testimonials-section:after {
        height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    #testimonials-section:after {
        height: 695px;
    }
}
/* GFORM Responsive layout general styles */

@media only screen and (max-width: 479px) {
    #gform_wrapper_4 select#input_4_17,
    #gform_wrapper_4 select#input_4_12 {
        background-position: calc(100% - 10px) calc(1em + 5px), calc(100% - 5px) calc(1em + 5px), calc(100% - 2.5em) 10em;
        padding: 2px;
        height: 46px;
    }
    #gform_wrapper_4 select#input_4_17:focus,
    #gform_wrapper_4 select#input_4_12:focus {
        background-position: calc(100% - 5px) calc(1em + 5px), calc(100% - 10px) calc(1em + 5px), calc(100% - 2.5em) 10em;
    }
    #gform_wrapper_5 .ginput_recaptcha,
    #gform_wrapper_4 .ginput_recaptcha {
        transform: scale(0.84);
        -webkit-transform: scale(0.84);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}