/*
	Theme Name: My Future Com
	Author: Web Developer
	Author URI: 
	Description: The wordpress template which is an original development by the author.
	Tags: html5, custom-menu, featured-images, front-page-template, one-column-page-template, blog-page-template, post-formats, theme-options, custom-slider

*/

/*************************
	IMPORT CSS 
*************************/
@import url(reset.css); 
@font-face {
    font-family: 'proxima_nova_rgregular';
    src: url('fonts/proximanova-regular-webfont.eot');
    src: url('fonts/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('fonts/proximanova-regular-webfont.woff') format('woff'),
         url('fonts/proximanova-regular-webfont.ttf') format('truetype'),
         url('fonts/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/********** Global Elements **/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*#Map{display:none;}*/
body { font-family: 'proxima_nova_rgregular'; margin: 0; padding: 0; background: #F7F7FD; color: #5E5E5E }
a { text-decoration: none;
}
a:hover { text-decoration: none}
a img { border:  none;}

.sm { background: url('images/social-media.png') no-repeat; display: inline-block; vertical-align: middle; width: 22px; height: 21px; margin: 0 3px;}
.fb { background-position: left center; }
.tw { background-position: center center; }
.ln { background-position: right center; }

.sm2 { background: url('images/social-media3.png') no-repeat; display: inline-block; vertical-align: middle; width: 26px; height: 27px; margin: 0 3px;}
.fb2 { background-position: left center; }
.tw2 { background-position: center center; }
.ln2 { background-position: right center; }

.row { padding: 10px;}
.row input,
.row textarea { width: 100%; padding: 10px 5px; border-radius: 3px; background: #F7F7FD;  -o-transition:0.5s; -ms-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}
.row  input[type="submit"] { border: none; border-radius: 3px; color: #111; border: 1px solid #111; letter-spacing: 2px; text-transform: uppercase; width: auto; text-shadow: none; padding: 10px 15px; -moz-transition:0.5s; -o-transition:0.5s; -ms-transition:0.5s; -webkit-transition:0.5s; transition:0.5s; display: block;}
.row  input[type="submit"]:hover { background: rgba(0,0,0,0.2); } 
.row .header-row { background: #ccc; color: #000; border-radius: 3px; padding: 10px; margin-bottom: 5px;}
.row label { display: block;}
.row .half-row p { width: 45%; display: inline-block; vertical-align: top;}
.row .half-row p:first-child { float: left;}
.row .half-row p:last-child { float: right;}
.row .full-row { width: 100%; display: block; clear: both;}
.partnersList {text-align: center; padding: 0}
.partnersList li { display: inline-block; vertical-align: top; }
.partnersList li img {display: inline-block;vertical-align: middle; padding: 10px; border:1px solid #ccc;    height: 100px;
    margin: 10px 0;
    width: 170px;}
#network-tag {border:none!important;}
.highlighted {background: #efefef!important;padding: 10px!important;}
div.container { max-width: 1200px; height: 100%; position: relative; margin: 0 auto; }

/********** Universal Header **/
header { width: 100%; height: auto; font-family: 'Oswald', sans-serif; padding: 10px 0;}
header .social-media { float: right; color: #999; font-weight: 300;}
header .social-media .search-form, header .social-media p{ display: inline-block; vertical-align:  middle;} 
header .social-media .search-form{ padding: 0 0 0 20px;}
header .social-media .search-form .screen-reader-text{ display: none;}
header .social-media .search-form .search-field{ height: 28px; padding: 5px 10px; border-radius: 3px; border: 1px solid #999; }
header .social-media .search-form .search-submit{ vertical-align: middle;   border: 0 none; height: 28px; border-radius: 4px; margin: 0;     text-indent: -999em;  overflow: hidden; background: url("images/search.png") no-repeat center center #702F8A;}
header .social-media .search-form label{ padding: 0; vertical-align:  middle;}
.site-logo { position: absolute; top: 0; left: 0; width: 315px;}
	
/********** Primary Navigation **/
#navigation { float: right;}
#navigation ul li {text-align: center;  list-style: none; display: inline-block;}
#navigation .menu { margin: 0 0 10px; padding: 0;}
#navigation ul.menu li { position: relative; text-align: center; list-style: none; display: inline-block; margin: 0; }
#navigation ul.menu li:last-child { }
#navigation ul.menu li a {  width: auto;  display: block; color: #5E5E5E; font-size: 14px; font-weight: normal; padding: 8px 12px; border-radius: 3px; text-transform: uppercase; }
#navigation ul.menu > li:hover > a,
#navigation ul.menu > li.current-menu-item > a, #navigation ul.menu > li.current-menu-ancestor a { background: #702F8A; color: #FFF } 

#navigation #mobile-navigation { display: none; clear: both;}
 

/* Sub Menu */ 
#navigation ul.sub-menu {-moz-transition:0.5s;
	-o-transition:0.5s;
	-ms-transition:0.5s;
	-webkit-transition:0.5s;
	transition:0.5s; line-height: normal; opacity: 0; width: 200px; background: #b9b9b9; left: 0; list-style-type: none; margin: -5px 0 0; padding:0 0 0 0;
position: absolute;  }
#navigation li:hover > ul.sub-menu {  height: auto;  opacity: 1; z-index: 99; }
#navigation ul.sub-menu li{ display: block; text-align: left; border-bottom: 1px solid #666; position: relative;}
#navigation ul.sub-menu li a { display: block; line-height: normal; font-size: inherit;  padding: 10px 5px 10px 10px; text-transform: none; font-size: 14px; font-weight: 300}
#navigation ul.sub-menu > li:hover > a, #navigation ul.sub-menu > li.current-menu-item > a { background-color: #666 !important; color: #FFF !important }
#navigation ul.sub-menu ul.sub-menu { left: 100%; top: 5px;  }

		
/********** The Banner **/
#banner { width: 100%; color: #FFF; background: #fff;}
#banner.inner { display: block;  overflow: hidden;}
#banner .metaslider .caption-wrap { background: none; opacity: 1; top: 20%; max-width: 1200px; right: 0; left: 0; line-height: normal; margin: 0 auto }
#banner .metaslider .caption-wrap h2 { color: #FFC72C; font-size: 72px; font-weight: 700; }
#banner .metaslider .caption-wrap h3 { color: #FFC72C; font-size: 45px; font-weight: 700; letter-spacing: 2px; line-height: 150%;}
#banner .metaslider .caption-wrap p { font-size: 24px;}
#banner .flex-direction-nav .flex-prev { left: 10px}
#banner .flex-direction-nav .flex-prev:hover { left: 15px}
#banner .flex-direction-nav .flex-next { right: 10px}
#banner .flex-direction-nav .flex-next:hover { right: 15px}
#banner .flex-control-nav { bottom: 45%; width: auto; right: 10%; z-index: 99}
#banner .flex-control-paging li a { background: #FFCE08}
#banner .flex-control-paging li a.flex-active { background: #FFF }
#banner a.linkbtn { margin: 20px 0 0 0; }
#metaslider_45 { margin: 0; }

#banner .banner-image-container{ height: 400px; background-repeat: no-repeat; background-position: center center; background-size: cover; }

#banner .banner-video { height: 400px;}
#banner video { position: static !important; transform: none !important; width: 100% !important;}
#banner .banner-video:empty { display: none;}

/*excluded from the banner*/
.why-future-com #banner .banner-video ,.executive-team #banner .banner-video {height:auto;}

/********** The Content Top **/	
#content-top { text-align: center; position: relative; margin-top: -250px; margin-bottom: 100px;}

.featured-item:first-child { margin-left: 0;}
.featured-item:last-child { margin-right: 0;}
.featured-item { display: inline-block; vertical-align: top; max-width: 373px; width: 100%; color: #FFF; text-align: center; background:rgba(112,47,138,0.50); min-height: 250px; position: relative; margin: 0 10px;}
.featured-item img.icon { padding: 35px 0}
.featured-item h2 { font-size: 27px; letter-spacing: 2px; padding: 0 0 15px; text-transform: uppercase; color: #FFF}
.featured-item .ft-caption { font-size: 18px; padding: 0 10px;}
.featured-item a.ft-btn { position: absolute; bottom: -64px; font-weight: bold; background: url('images/arrow.png') 310px center no-repeat,#FFC72C center top repeat-x; width: 100%;  color: #000; font-size: 14px; text-align: left; line-height: 64px; text-indent: 35px; display: block;}
.featured-item a.ft-btn:hover {  box-shadow: 0px 0px 5px rgba(0,0,0,0.8) }
												
/********** The Main and Content **/
.home #content { text-align: center; font-size: 24px;}
.home #content h1 { text-align: center; /*background: url('images/h1-border.jpg') center bottom no-repeat;*/ position: relative;}
.home #content a.linkbtn { margin: 30px auto 0}
.technology-sol-section a.linkbtn{ margin-top: -70px !important; position: relative; z-index: 999; }

#main { width: 100%; height: auto; padding: 30px 0; min-height: 300px; background: #FFF; }

#content { display: block; width: 100%; }
#content h1 { font-size: 48px; font-weight: normal; color: #5E5E5E; padding-bottom: 10px; margin-bottom: 0; }
#content h1 span {}
h1,h2,h3,h4,h5 { color: #5E5E5E; }
#content p {     line-height: 160%;  font-size: 18px;margin: 10px 0;}
a.linkbtn { font-weight: bold; background: url('images/arrow.png') 250px center no-repeat,#FFC72C; max-width: 300px; width: 100%; display: table; color: #000; font-size: 14px; text-align: center; line-height: 72px; border-radius: 3px;}
a.linkbtn:hover {  box-shadow: 0px 0px 5px rgba(0,0,0,0.8) }
strong { color: #000; }	
.inner-page a { color: blue}

#content ul li,
#content ol li { margin: 3px 0;}


#consulting-section .container { min-height: 545px; color: #000; font-size: 36px; padding: 75px 0 0 0; text-align:center;}
#consulting-section h3.widget-title { display: table; margin: 0 auto 50px auto; /*border-bottom: 5px solid #DFDFE4;*/ padding-bottom: 10px; color: #FFC72C!important}
#consulting-section a.linkbtn{margin:0 auto;}
#consulting-section p, #consulting-section p strong {color: #fff}

#partners-section { min-height: 344px; background: #FFF; text-align: center; border-bottom: 1px solid #DBDBEA; border-top: 1px solid #DBDBEA}
#partners-section .container { padding: 40px 0 }
#partners-section .textwidget { text-align: center;}
#partners-section h3.widget-title { background: url('images/border-bottom.jpg') center bottom no-repeat; padding-bottom: 15px; margin-bottom: 40px; }
#partners-section .linkbutton { display: inline-block; vertical-align:  middle; font-size: 32px; color: #000; max-width: 373px; width: 100%; line-height: 100px; text-align: center; border-radius: 3px; }
#partners-section .linkbutton:hover { box-shadow: 0px 0px 5px rgba(0,0,0,0.8)}
.network-icon { background: url('images/network-icon.png') 40px center no-repeat, url('images/linkbutton.jpg') center top repeat-x; }		
.security-icon { background: url('images/security-icon.png') 40px center no-repeat, url('images/linkbutton.jpg') center top repeat-x; margin: 0 20px; }		
.perform-icon { background: url('images/performance-icon.png') 20px center no-repeat, url('images/linkbutton.jpg') center top repeat-x; }		

#video-section { min-height: 540px;}
#video-section .container { padding: 25px 0}	
#video-section h3.widget-title { /*background: rgba(0, 0, 0, 0) url("images/border-bottom.jpg") no-repeat scroll center bottom;*/ margin-bottom: 40px; padding-bottom: 15px;}
#video-section .videoWrapper{     max-width: 700px;
    margin: 0 auto 30px;
    padding-bottom: 30%;}
#video-section h3.widget-title,
#consulting-section h3.widget-title,
#partners-section h3.widget-title { font-size: 48px; font-weight: normal; color: #0D0D0D; text-align: center;}
	
#content-bottom { background-size: cover; background-repeat: no-repeat; background-position: center; padding-top: 60px; padding-bottom: 60px; color: #FFF; }	
#content-bottom .container { padding: 40px 0}
#content-bottom h2 { text-align: center; font-size: 48px; /*background: url('images/border-bottom.jpg') center bottom no-repeat;*/ padding-bottom: 15px; color: #FFF}
#content-bottom .col-wrap { text-align: center; margin-top: 5em; }
#content-bottom .col { background: rgba(112,47,138,0.5); width: 100%; max-width: 373px; min-height: 249px; display: inline-block; vertical-align: top; font-size: 21px; }
#content-bottom .col:nth-of-type(2) { margin: 0 2%;}
#content-bottom .col p { text-shadow: 1px 1px 3px rgba(0,0,0,0.8); margin: 0;}
#content-bottom .col p.phone-icon span { background: url('images/phone_icon_sm.png') center left no-repeat; padding-left: 30px; }
#content-bottom .col p.email-icon span { background: url('images/email_icon_sm.png') center left no-repeat; padding-left: 40px; }
#content-bottom .col p.ylw { color: #FFCC06}
#content-bottom .col p span { color: #FFF}
#content-bottom .info-icon { padding: 45px 0 20px 0}
#content-bottom .social-media { color: #FFF; font-size: 15px; text-align: center; margin-top: 4em;}
#content-bottom .social-media span { display: inline-block; vertical-align: middle;}

.ft-logo { text-align: center; padding: 25px 0; height: 110px;}	
.ft-logo img { max-height: 100%;}

.accordion-title { padding: 10px 5px; background: #702F8A; color: #FFF; cursor: pointer; box-shadow: 0px 1px 3px rgba(0,0,0,0.8) }
.accordion { background: #f7f7fd  }

.contract-1887 { text-align: center;}
.item-1887 { display: inline-block; vertical-align: top; text-align: center; width: 12%; margin: 10px;} 

/********** The Footer **/
footer { width: 100%; height: auto; background: #000; min-height: 64px; }
footer .container { text-align: center; color: #FFF }

footer #footer-nav.menu { margin: 0; padding: 25px 0 0 0; float: left; }
footer ul.menu li { display: inline-block; list-style: none; border-right: 1px solid #fff; padding: 0 3px; }
footer ul.menu li:last-child { border-right: none;}
footer ul.menu li a { font-size: 15px; color: #FFF }


footer ul.menu li a:hover,
footer ul.menu li.current-menu-item a { color: #FFCC06 } 

footer cite { float: right; }
footer cite p, .menu-sitemap-container { padding-top: 10px; font-size: 15px; display: inline-block; vertical-align: middle;}
.menu-sitemap-container ul { margin: 0; padding: 0 0 0 10px; }
.menu-sitemap-container ul li:first-child {  border-left: 1px solid #fff; }

footer ul.menu ul.sub-menu  { display: none;}

map area{ background: #000; z-index: 2; position: relative; background: none; border: none;}

map area, map area:hover{ display: block; cursor: pointer; }




/*************************
	INNER PAGES Settings
*************************/

aside.widget-area { background: #41403e ; min-height: 250px; width: 33%; padding: 0; display: block; float: right;}
aside.widget-area .sidebar-header { background: #ffcc06; color: #111; text-align: center; padding: 15px 0; display: block; margin-bottom: 15px }
aside.widget-area .sidebar-header h2 { text-transform: uppercase; letter-spacing: 2px; }
aside.widget-area h3.sidebar-nav-header { text-transform: uppercase; text-align: center; display: block; margin-bottom: 5px; color: #ffce08 }
aside.widget-area ul.menu li { color: #FFF; padding: 5px 0; border-bottom: 1px dashed #5a5a5a}
aside.widget-area ul.menu li:last-child { border-bottom: none;}
aside.widget-area ul.menu { padding-right: 25px;}
aside.widget-area ul.menu li a { color: #FFF; display: block; }
aside.widget-area ul.menu li a:hover,
aside.widget-area ul.menu li.current-menu-item a { color: #ffce08}

body.page-template-page-left-sidebar #content,
body.page-template-template-blog #content { float: left; width: 65%; }

body.page-template-template-blog #content h2.entry-title { font-size: 20px;}
body.page-template-template-blog #content article { border-bottom: 1px solid #e4e4e4;  padding-bottom: 10px; margin-bottom: 10px;}


.spotlight-employees img.alignleft { margin-right: 45px; margin-bottom: 10px;}

body.search #content h1.entry-title { background: none; margin: 0; padding: 0;}
body.search #content h1.entry-title a { font-size: 22px;}
body.search #content article { border-bottom: 1px solid #e4e4e4; margin-bottom: 15px; padding-bottom: 10px;} 
body.search #content .entry-meta { font-style: italic;}

.partners #content #network-tag.panel-grid,
.partners #content #security-tag.panel-grid,
.partners #content #performance-tag.panel-grid { background: #FFF; border-radius: 3px; border: 1px solid #e4e4e4; }
.partners #content h3.widget-title { background: #DFDFE4; padding: 10px 5px; font-size: 36px;}

.events .events-content { text-align: center;}
.events #content article { text-align: left; margin: 15px 0; border: 1px solid #e4e4e4; padding: 15px 20px; box-shadow: 0px 1px 3px rgba(0,0,0,0.8); position: relative; font-size: 15px;}
.events #content article:after{ clear: both; display: table; content: "";}
.events #content article h2.entry-title {font-size: 22px; padding: 0 0 10px;}
.events #content article p { margin: 0; padding: 0; font-size: 15px; line-height: 140%;}
.events #content article a { color: inherit; font-size: inherit; } 
.events .rsvp-thumb { position: absolute; box-sizing: border-box;height: auto;}
.events .rsvp-thumb img { max-width: 180px; max-height: 180px; height: 180px; width: 100%;}
.events .click-view-pdf, .events .view-map , .single-events-cpt .click-view-pdf, .single-events-cpt .view-map{ color: blue !important;} 
.events .rsvp-btn {margin-left: 10px; float: right; font-family: Oswald, sans-serif; color: #fff !important; text-decoration: none; display: inline-block; background: #702F8A; font-size: 15px; font-weight: normal; padding: 8px 12px; border-radius: 3px; text-transform: uppercase;}
.events .rsvp-info { position: absolute; bottom: 0; left: 0; width: 35%; } 
.events .events-left{ float: left; width: 35%; box-sizing: border-box; padding: 0 10px 0 0;}
.events .events-right{ float: right; width: 65%;  box-sizing: border-box;   border-left: 2px solid #702F8A;  padding: 5px 0 5px 15px;margin: 10px 0;}
.events .event-info{     margin: 0 0 0 200px; min-height: 180px; position: relative; }
 
.event-form .error, .inquire-form .error{ background: red; color: #fff; padding: 5px 10px;}
.event-form .success, .inquire-form .success{ background: green; color: #fff; padding: 5px 10px;}
.event-form input[type="submit"], .inquire-form input[type="submit"]{ border: 0 none; letter-spacing: 0;font-family: Oswald, sans-serif; color: #fff !important; text-decoration: none; display: inline-block; background: #702F8A; font-size: 15px; font-weight: normal; padding: 8px 12px; border-radius: 3px; text-transform: uppercase;}
 
.single-events-cpt .rsvp-thumb img {max-width: 180px; max-height: 180px; height: 180px; width: 100%;}

.single-col { width: 45% }
.single-col-1 { float: left;}
.single-col-2 { float: right; }

body.page-child #content{width:100%;}
.forstatic{display:block;}
.foresponsive{display:none;}

.post-thumb { float: right; margin: 0 0 20px 20px; max-width: 350px; width: 100%;}
.button-container .ow-button-base a{ display: block;}


/* NEW CUSTOM NAVIGATION */
#main-subnav{ background: #702F8A; }
#main-subnav a{ color: #fff; font-family: 'proxima_nova_rgregular'; display: inline-block;}
#main-subnav a:hover, #main-subnav a.active-menu{ font-weight: 700;}   
#main-subnav .parent-nav{ float: left; padding: 10px 0; text-transform: uppercase;}
#main-subnav .child-nav{ text-align: right; display: block; padding: 10px 0;}
#main-subnav .child-nav a{ padding: 0 5px; /*margin:  0 0 5px;*/ display: inline-block; border-right: 1px solid #fff; }
#main-subnav .child-nav a:last-of-type{ border-right: 0 none;}
#second-subnav { background: #fff; padding: 0; border-bottom: 1px solid #ccc}
#second-subnav .child-nav {padding: 10px 0; display: block;}
#second-subnav .nochild {padding: 0; }
#second-subnav a { color: #5E5E5E;font-family: 'proxima_nova_rgregular';display: inline-block;  padding: 0 5px; margin:  0; border-right: 1px solid #5E5E5E; }
#second-subnav a:hover, #second-subnav a.active-menu{ color: #702F8A; font-weight: 700;}
#second-subnav .child-nav a:last-of-type{ border-right: 0 none;}


.logos {text-align: left;}
.logos br {display: none;}
.logos img {display: inline-block;vertical-align: middle; padding: 10px; border:1px solid #ccc; height: 80px !important; width: 180px !important; margin: 10px auto;}
.dir-logos img{ max-width: 100%; height: auto !important;}
.button-container .logos {text-align: center;}
.teammember {border-bottom: 1px solid #ccc; padding: 0 0 20px;}
.teammember img {border:4px solid #5d0887;}
.teammember h3 {  font-size: 30px;border-bottom: 1px solid #ccc;color: #000;}


.pdf-list li{ position: relative; list-style-type: none; box-sizing: border-box; padding: 5px 0 5px 35px; }
.pdf-list li:before{ width: 20px; height: 25px; position: absolute; top: 0; left: 0; content: ''; background-image: url('images/pdf-icon.png'); background-repeat: no-repeat; }
.pdf-list li a{ color: inherit; }
.pdf-list li a:hover{ color: #702F8A; }
.list-2{ column-count: 2; list-style-position: inside; }

.blog-grid{}
.blog-grid-item{ display: flex; border-bottom: 1px solid #ddd; padding: 15px 0; margin: 15px 0; }
.blg-image{ flex: 0 0 225px; box-sizing: border-box; padding-right: 25px; }
.blg-title{ color: #702F8A; }
.blg-title a{ color: inherit !important; }
.blog-grid .pagination{ margin-top: 30px; }
.blog-grid .page-numbers{ background: #ddd; padding: 10px 15px; color: #5E5E5E; transition: all ease-in-out .5s; }
.blog-grid .page-numbers.current, .blog-grid .page-numbers:hover{ background: #702F8A; color: #fff; }


/*************************
	Responsive Media Settings
*************************/

@media screen and (max-width: 1200px) {
	.forstatic{display:none;}
	.foresponsive{display:block;}
	div.container { padding-left: 10px !important; padding-right: 10px !important;}

	#content-top { margin: 0 auto 90px auto; background: #111; padding-top: 20px }

	.featured-item { width: 33%}
	.featured-item a.ft-btn { left: 0; right: 0; margin: 0 auto; background: url("images/arrow.png") no-repeat scroll 77% center, rgba(0, 0, 0, 0) url("images/linkbg.jpg") repeat-x scroll center top }
	#content-bottom .col { width: 25%; font-size: 16px;}
				
}

@media screen and (max-width: 1190px) {

	.featured-item { width: 25%}
	.featured-item .ft-caption { font-size: 14px;}

	#partners-section .linkbutton { margin: 10px auto; display: block;}

}

@media screen and (max-width: 1120px) {

	#navigation { float: none; text-align: center; padding-top: 25px;}

	.site-logo { position: relative;}

	#banner .flex-control-nav { bottom: 5%}

	footer { padding: 10px 0}
	footer #footer-nav.menu { float: none; padding: 0;}
	footer cite { float: none;}
	footer cite p, .menu-sitemap-container { display: block; padding-top: 0;}
	.menu-sitemap-container ul li:first-child { border-left: none;}


}

@media screen and (max-width: 1024px) {

	#banner .metaslider .caption-wrap h2 { font-size: 58px;}
	#banner .metaslider .caption-wrap p { font-size: 18px;}
	.home #content { font-size: 18px;}
	#content h1 { font-size: 36px;}
	#consulting-section h3.widget-title, #partners-section h3.widget-title { font-size: 36px;}
	#partners-section .linkbutton { font-size: 24px; line-height: 75px;}
	#content-bottom h2 { font-size: 36px;}
	#consulting-section { font-size: 26px; min-height: 1px;}
	#consulting-section .container { padding: 25px 0}
	#partners-section { min-height: 1px;}

	.featured-item { min-height: 190px;}
	.featured-item img.icon { padding: 15px 0}

	.events #content article { margin: 10px auto; display: block !important; min-height: 210px; width: auto; }
}

@media screen and (max-width: 950px) {

	#content-bottom .col { min-height: 180px;}
	#content-bottom .info-icon { padding: 15px 0}
	#content-bottom { min-height: 1px;}

	#banner .banner-video, #banner .banner-image-container{ height: 350px !important;}

	#main-subnav .parent-nav{ float: none; display: block; text-align: center;}
	#main-subnav .child-nav, #second-subnav .child-nav{ display: block; text-align: center;}

}

@media screen and (max-width: 800px) {


	.site-logo { position: static; margin: 15px 10px; text-align: center; display: block; width: auto;}
	header { padding: 0;}
	header .social-media { float: none; display: block; text-align: center;}
	header .social-media span { display: block; }

	#content-top { margin: 0 auto 25px auto}

	#banner .metaslider .caption-wrap { top: auto;}
	#banner .metaslider .caption-wrap h2 { font-size: 36px;}
	#banner .metaslider .caption-wrap p { font-size: 12px;}
	#banner a.linkbtn { max-width: 190px; line-height: normal; padding: 10px 5px}

	.featured-item { width: auto; display: block; max-width: 100%; margin: 5px auto !important; min-height: 1px; padding: 5px}
	.featured-item a.ft-btn { position: static; text-align: center; background: none; color: #FFC72C; line-height: normal; width: auto; text-indent: 0;  margin: 5px auto}
	.featured-item a.ft-btn:hover { box-shadow: none;}

	#content-bottom { background-size: auto 100%}
	#content-bottom .col { display: block; width: auto; margin: 5px auto; max-width: 100%; min-height: 1px; padding: 5px 0}
	#content-bottom .col:nth-of-type(2) { margin: 5px auto}

	.item-1887 { width: 16%;}

	.single-col { width: auto; display: block;}
	.single-col-1 { float: none;}
	.single-col-2 { float: none;}
	
}


@media screen and (max-width: 790px) {
	
	aside.widget-area { width: 100%; padding: 0; display: block; float: none; margin: 0 auto}
	aside.widget-area h3.sidebar-nav-header { text-align: left; padding-left: 20px;}
	body.page-template-page-left-sidebar #content { float: none; width: 100%; display: block; margin: 0 auto }

	#content .ngg-galleryoverview { text-align: center;}
	#content .ngg-gallery-thumbnail-box { float: none; display: inline-block; vertical-align: top; width: 22%}
	#content .ngg-gallery-thumbnail { float: none; }

	#banner .banner-video, #banner .banner-image-container{ height: 300px !important;}

	.logos{ text-align: center;}
	.logos div{ display: inline-block;}
	.logos .panel-grid-cell{margin: 0;}
}

@media screen and (max-width: 650px) {

	img.alignleft { float: none; display: block; margin: 0 auto !important; text-align: center;}

	img.alignright { float: none; display: block; margin: 0 auto !important; text-align: center;}

	.post-thumb { float: none; display: block; margin: 10px auto !important; text-align:  center;}
	
	a.linkbtn { margin: 0 auto}

	#banner .metaslider .caption-wrap h2 { font-size: 26px;}
	#banner .metaslider .caption-wrap { position: static; background: #111;}
	#banner a.linkbtn { font-size: 12px; width: auto; padding: 5px 10px;}

	.home #content { font-size: 13px;}
	#content h1 { font-size: 28px;}
	#consulting-section { font-size: 18px; text-align: center;}
	#consulting-section h3.widget-title, #partners-section h3.widget-title { font-size: 28px;}
	#partners-section .linkbutton { font-size: 16px; line-height: 52px;}
	#content-bottom h2 { font-size: 28px}
	#video-section { min-height: 1px;}

	.row .half-row p { display: block; width: auto;}
	.row .half-row p:first-child { float: none;}
	.row .half-row p:last-child { float: none;}

	.item-1887 { width: 25%;}

	.partners #content h3.widget-title { font-size: 26px;}

}

@media screen and (max-width: 550px) {
	.blog-grid-item{ flex-direction: column; }
	.blg-image{ 
		padding-right: 0;
		flex-basis: 100%;
		margin-bottom: 15px;
		text-align: center;
	}
	
}


@media screen and (max-width: 490px) {
	
	#content .ngg-gallery-thumbnail-box { width: 30%}

	.events #content article { text-align: center;}
    .rsvp-thumb { float: none; margin: 10px auto; text-align: center; }
	.events .rsvp-thumb img { max-width: 100%; max-height: 300px; height: auto;}
	.events #content article h2.entry-title { padding-right: 0}
	.click-view-pdf { padding-right: 0; display: table; margin: 10px auto; text-align: center;}
	.events .rsvp-btn { position: static; float: none; display: block; margin: 5px auto 10px auto }
	.events .rsvp-info { position: static;}

	#banner .banner-video, #banner .banner-image-container{ height: 250px !important;}

				 
}

@media screen and (max-width: 440px) {
	
	.item-1887 { width: 40%}
				 
}

@media screen and (max-width: 390px) {


	#banner .banner-video, #banner .banner-image-container{ height: 200px !important;}

	
	
				 
}


@media screen and (max-width: 320px) {
	
				 
}


.gallery-item a img {-webkit-transition-duration: 0.3s;transition-duration: 0.3s; -webkit-transition-property: -webkit-transform;transition-property: transform;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-transform: translateZ(0);-ms-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgba(0, 0, 0, 0);}
.gallery-item a img:hover { -webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
	

@media screen and (max-width: 320px) {
	
				 
}