/*
Theme Name: Global Agriculture Innovation Forum
Theme URI: http://jacksonsky.com/
Author: Jackson Sky Web Design & Development
Author URI: https://jacksonsky.com/
Description: This is a custom responsive theme designed and developed exclusively for Global Agriculture Innovation Forum.
Tags: custom-post-type, jackson-sky,
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Navigation
12.0 Layout
   12.1 Header
   12.2 Regular Content
   12.3 Content Layouts
   12.4 Sidebar Content
   12.5 Footer
   12.6 Home Page
   12.7 Interior Pages
   12.8 Page Sections
   12.9 Posts
   12.10 MISC Universal Styles
13.0 Comments
14.0 Widgets
15.0 Media
   15.1 Galleries
16.0 Media Queries
	16.1 Query sm - Over 576px
	16.2 Query md - Over 768px
	16.3 Query lg - Over 992px
	16.2 Query xl - Over 1200px
17.0 Print
--------------------------------------------------------------*/




/*--------------------------------------------------------------
1.0 Normalize - See Stylesheet normalize.css
--------------------------------------------------------------*/


/* But it is not enough now, below dont hide play button parent div */

*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::--webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
/* Hide visually and from screen readers */
.hidden {display: none !important;}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {border: 0; clip: rect(0 0 0 0);  height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px;}

/** Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto;}

/** Hide visually and from screen readers, but maintain layout */
.invisible {visibility: hidden;}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; /* Above WP toolbar. */}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {display: inline; float: left; margin-right: 1.5em;}
.alignright {display: inline; float: right; margin-left: 1.5em;}
.aligncenter {clear: both; display: block; margin-left: auto; margin-right: auto;}


/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

/**** Clearfix update ****/
.group:before, .group:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
	}
* html .group             { zoom: 1; } /* IE6 */
*:first-child+html .group { zoom: 1; } /* IE7 */

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-family: acumin-pro, Helvetica, Arial, sans-serif;
	font-size:18px;
	color:#00012e;
	font-weight: 500;
	font-style:normal;
	line-height:1.8;
	letter-spacing:.025em;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-appearance:none;
}



h1, h2, h3, h4, h5, h6{font-family: acumin-pro, 'Open Sans', Helvetica, Arial, sans-serif; font-weight:500; color:#000; line-height:1.2; margin:0; padding:0; margin-bottom:.8em; letter-spacing: .025em;}
h1{ font-size:26px; text-transform: uppercase;}
h2{font-size:26px; color: #8e6f3e;}
h3{ font-size:24px;}
h4{ font-size:18px; font-weight: 800;}
h5{ font-size: 18px; margin-bottom: .5em; font-weight: 700; text-transform: uppercase;}
h6{  font-size:16px; text-transform: uppercase; margin-bottom: .5em; font-weight: 700;}

p {margin: 0 0 2em; padding: 0;}

#content{font-size: 16px;}

dfn, cite, em, i {font-style: italic;}

blockquote {
	color: #8e6f3e;
	font-size: 1.25rem;
	line-height: 1.7;
	overflow: hidden;
	margin-bottom:1.8em;
	font-family: acumin-pro, 'Open Sans', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-style: italic;
}

blockquote p:last-child{margin-bottom: 0;}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address { margin: 0 0 1.5em;}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #eee;
	text-decoration: none;
}

.big {font-size: 125%;}
.light{ font-weight:300;}
.normal{font-weight:400;}
.semibold{font-weight:600;}
.strong, strong{font-weight:700;}

blockquote {quotes: "" "";}

q {quotes: "â€œ" "â€" "â€˜" "â€™";}

blockquote:before,
blockquote:after {content: "";}

:focus {outline: none;}

.uppercase{text-transform: uppercase;}

sup{
  
  position: relative;
  top: 0;
	font-size: 50%;
	vertical-align: super;
}

/*-------------------------------------------------------{-------
6.0 Forms
--------------------------------------------------------------*/
label {
	color: #676767;
	display: block;
	font-weight: 600;
	margin-bottom: 0.35em;
	font-size:14px;
}

.woocommerce label {
	color: #676767;
	margin-bottom: .1em;
}
.pardot-form label{color:#fff;}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select{
	color: #686868;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	display: block;
	padding: 0.5em;
	font-size:14px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #222;
	border-color: #333;
}

textarea {
    resize: vertical;
}

select {
	border: 1px solid #bbb;
	
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}



/************* Buttons **********/
/************* Buttons **********/
button, .button, .buttonAlt, a.button, #content #wpsl-search-wrap #bottom-box2 input#wpsl-search-btn, #content #wpsl-search-wrap #search-box input#wpsl-search-btn, #content #wpsl-search-wrap #bottom-box input#wpsl-search-btn,
input[type="button"], #content .qmn_quiz_container .qmn_btn,
input[type="submit"]{
	font-family: acumin-pro, 'Open Sans', Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	text-align: center;
	background-color: #2c70b7;
	background-image: none;
	border: 0;
	border-radius: 200px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: .075em;
	line-height: 1;
	padding: 1.25em 1.75em;
	text-shadow: none;
		-o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
	margin-right: 10px;
	margin-bottom: 7px;
	text-decoration: none !important;
}

.button:after{font-family: 'Font Awesome 5 Pro';
    content: '\f061';
    padding-left: 1em;
	position: relative;}
.button.out-arrow:after{font-family: 'Font Awesome 5 Pro';
    content: '\f35d';
    padding-left: 1em;
	position: relative;}
.button.before:after{display: none;}
.button.before:before{font-family: 'Font Awesome 5 Pro';
    content: '\f060';
    padding-right: 1em;
	position: relative;}

button:hover,.button:hover, .buttonAlt:hover, a.button:hover, #content .qmn_quiz_container .qmn_btn:hover,
input[type="button"]:hover,
input[type="submit"]:hover
{ color:#fff; text-decoration:none !important; background-color:#00042E;}


button.buttonAlt, .button.buttonAlt, .buttonAlt, a.buttonAlt{background:#013966; color:#fff;}
button.buttonAlt:hover, .button.buttonAlt:hover, .buttonAlt:hover, a.buttonAlt:hover{ background: #021f36; color:#fff; text-decoration: none !important;}


a.arrow:after{font-family: 'Font Awesome 5 Pro';
    content: '\f061';
    padding-left: .5em;
	position: relative;
text-decoration: none;}

a.button.small{font-size: 14px;}

.trans2{-o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;}

/********* Placeholders **********/
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #9f9f9f;
	font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
}

:-moz-placeholder {
	color: #9f9f9f;
	font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
}

::-moz-placeholder {
	color: #9f9f9f;
	font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #9f9f9f;
	font-family: 'Roboto', 'Open Sans', Helvetica, Arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #f3efe7;
	border: 0;
	height: 9px;
	margin-top: 3em;
	margin-bottom: 3em;
}
hr.alt{ background-color:#8e6f3e;}



::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}


::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.inline-block{display: inline-block;}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul, ol { margin: 0 0 2em 2em; padding: 0;}
ul {list-style: disc;}
ol {list-style: decimal;}

li{ padding-left:0; margin-bottom:.5em;}
li > ul,
li > ol {margin-bottom: 0; margin-left: 1.5em;}

dt {font-weight: 700;}
dd {margin: 0 1.5em 1.5em;}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

table { border-collapse: collapse; margin: 0 0 1.5em; width: 100%;}
thead th { border-bottom: 2px solid #bbb; padding-bottom: 0.5em;}
th { padding: 0.4em; text-align: left; }
tr { border-bottom: 1px solid #eee;}
td {padding: 0.4em;}
th:first-child,td:first-child {padding-left: 0;}
th:last-child,td:last-child {padding-right: 0;}

.ml-responsive-table {padding-bottom: 30px !important;}
.ml-responsive-table dd {margin-bottom: 0 !important;}
.ml-table {padding: 0 10px 0 10px !important;}


/*** Pseudo Table Styles****/
.table{display:table;}
.tableRow{display:table-row;}
.tableCell{display:table-cell;}
.tableMiddle{ vertical-align:middle;}
.vert50{ height:50%;}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a{color:#2c70b7; text-decoration: none;}
a:hover{color:#649ad1; text-decoration:underline;}
#content a{text-decoration:underline;}
a.alt{color:#35b585;}
a.alt:hover{color:#0b744d;}
a:active, a:focus{outline:none;}


/*--------------------------------------------------------------
11.0 Navigation
--------------------------------------------------------------*/
/********* Main Navigation ********/
#nav-con{background:#2c70b7;}
#main-navigation-row{}
#mainNav{}
#mainNav ul{}
#mainNav ul li{}
#mainNav ul li a{}
#mainNav ul li a:hover{}
#mainNav ul li.active a{}

/*** Mega Menu ***/
#mainNav #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float: none; right: 0; position: absolute; }
#mainNav #mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {padding-left: 4px;}

/*** Mega Menu button ***/
#mega-menu-wrap-main-menu button{border-radius: 0; color: #fff;}

/*--------------------------------------------------------------
12.0 Layout
--------------------------------------------------------------*/
html, body {
  height: 100%;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	display: flex;
  	flex-direction: column;
	background: #fff;
	background: rgba(255,255,255,1);
	
}

#site-main-frame{flex: 1 0 auto;}



/*--------------------------------------------------------------
12.1 Header
--------------------------------------------------------------*/

/***** Main Header *****/
#site-header{}
#site-header .site-logo{ width:100%;}
#site-header .site-logo img{width: auto; height: auto; max-height: 100%; max-width: 100%;}
#site-header .site-title-con{}
#page-header .site-title, #page-header h1.site-title{font-size: 24px;}
#affiliation-header h2.affiliation-title{text-transform: uppercase; font-size: 14px; font-family: source-sans-pro, sans-serif; font-weight: 400; margin-bottom: 0; color:#000;}



#site-header .py-lg-4{-moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
	transition: all .2s linear;}
#site-header .site-logo{
	-moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
	transition: all .2s linear;}
#site-header .row.py-4.h-row{-moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
	transition: all .2s linear;}
/** header shrink **/
#site-header.shrink .row.py-4.h-row{padding:10px !important;}

/****** Page Header *****/
#page-header.banner-image{background-image:url("assets/images/common/main-banner-large.jpg"); background-repeat: no-repeat; background-position: top center;}
#page-header{background:#00002e; }
#page-header .site-title-holder{border-right: solid 3px #cfb991;}
#page-header .site-title{font-family: acumin-pro, 'Open Sans', Helvetica, Arial, sans-serif; font-weight: 800; letter-spacing: .01em; margin-bottom: 0; text-transform: none;}
#page-header .site-title a{color:#fff;}
#page-header .site-title a:hover{text-decoration: none;}

/*--------------------------------------------------------------
12.2 Regular Content
--------------------------------------------------------------*/
#site-main-frame{}
/******** Page Header ********/



/*--------------------------------------------------------------
12.3 Content Layouts
--------------------------------------------------------------*/



/*--------------------------------------------------------------
12.4 Sidebar Content
--------------------------------------------------------------*/


/*--------------------------------------------------------------
12.5 Footer
--------------------------------------------------------------*/
#main-footer{background:#00012e; color:#ebd99f; font-size: 14px;}
#main-footer h3{font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: .075em;}
#main-footer a{color: #fff; text-decoration: underline;}
#main-footer a:hover{color:#ebebeb; text-decoration: underline;}
#main-footer .footer-copyright{font-size: 12px;}

/*--------------------------------------------------------------
12.6 Home Page
--------------------------------------------------------------*/
.home #site-main-frame{padding-top: 0;}
#home-open-screen{ background-position: center center; background-repeat: no-repeat; background-size: cover;}
#home-open-screen .tagline{font-size: 40px; font-family: ff-scala, Helvetica, Arial, sans-serif; line-height: 1.2;}
#home-open-screen .open-screen-button{line-height: 25px;}

.home .banner-link{line-height: 1.1;}
.home .banner-link-title{font-size: 18px; font-style: italic; padding-right: 48px;}
.home .banner-link-date{font-size: 14px; text-transform: uppercase; padding-right: 48px;}
.home .banner-link a{text-decoration: none; position: relative;}
.home .banner-link a .banner-link-title, .home .banner-link a .banner-link-date{color:#fff; text-decoration: none;}
.home .banner-link a:hover .banner-link-title, .home .banner-link a:hover .banner-link-date{color:#fff; text-decoration: underline;}
.home .banner-arrow {font-size: 40px; line-height: 1.3; position: absolute; top:0; right: 0;
-moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
	transition: all .2s linear;}
.home a:hover .banner-arrow{color: #fff;}

/*** Navy Area ***/
.home .navy-area{background:#00012e; color: #7db9f7;}
.home .navy-area .large-word{color:#fff; font-size: 32px; text-transform: uppercase; line-height: 1.1;}
.home .navy-area .smaller-content{font-size: 18px; line-height: 1.3;}

.home .navy-area .intro-content{font-weight: 400; color: #fff; line-height: 1.5;}
.home .navy-area .intro-content h2{color: #7db9f7; text-transform: uppercase;}
.home .navy-area a.button{padding: .85em 1.15em;}
.home #content .ilb a.button:hover{color: #00042E; background-color: #fff;}

/***** Event Calendar Area *****/
.home .ec-area{background-repeat: no-repeat; background-size: cover;}
.home .ec-main-box{background: #fff; margin-bottom: -130px;}
.home .ec-main-box h3{font-size: 21px; color:#8e6f3e;}
.home .ec-main-box .el-title{font-size: 1.25em; font-style: italic; line-height: 1.2;}
.home .ec-main-box .el-title a{text-decoration: none !important;}
.home .ec-main-box .el-title a:hover{text-decoration: underline !important;}

/***** About Area ******/
.home .about-area{background:#ebd99f; padding-top: 110px;}
.home .about-area .container{}
.home .about-area h2{color: #00012e; font-weight: 800;}

/*--------------------------------------------------------------
12.7 Interior Pages
--------------------------------------------------------------*/
/**** Padding Options****/
.v-margin-both{padding-top: 1em; padding-bottom: 1em;}
.v-margin-top{padding-top: 1em; padding-bottom: 0;}
.v-margin-bottom{padding-top: 0; padding-bottom: 1em;}
.v-margin-none{padding-top: 0; padding-bottom: 0;}


/**** 404 ****/
#searchform #s{max-width: 450px; width: 100%; margin-bottom: .8em;}

/**** Event Pages ****/
#event-info-section{background:#00002e; color:#fff;}
#event-info-section h1, #event-info-section h2{margin-bottom: 0; color:#fff; text-transform: none;}
#event-info-section h1{font-style: italic;}
#event-info-section .session-date{color:#7db9f7;}
.event-page .section-title h2{text-transform: uppercase; color:#00012e;}

.event-page #schedule{background:#f3efe7;}
.event-page .schedule-item{border-bottom: 4px solid #e8e2d7;}
.event-page .schedule-item:last-of-type{border: 0 none;}
.event-page .schedule-item h3, .event-page .schedule-item .time{color:#8e6f3e; font-size: 24px;}

/**** Our Team Page ****/
.team .image-con img{min-width: 100%; height: auto;}
#content .team .box{background: #F3EFE7; font-size:14px; line-height: 1.5;}
#content .team .hs-name{ color: #03052E; font-weight: 700; font-size: 18px;}
#content .team .job-box{line-height: 1.3;}
#content .team .job-title{font-style: italic;}

/**** Past Events ****/
#content .epyt-gallery-allthumbs{background:#F3EFE7;}
#content .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb{width: 31.33333%; margin: 1%;}

 
/*--------------------------------------------------------------
12.8 Page Sections
--------------------------------------------------------------*/


/****** Easy Accordion  *********/
#content .ea-card{border: 0 none !important; border-radius: 0; margin-bottom: 3px;}
#content h3.ea-header a{text-decoration: none;}
#content #resource-list .ea-body{font-size: 14px; background: #f3efe7;}

/*--------------------------------------------------------------
12.9 Posts
--------------------------------------------------------------*/



#paging-bottom{width:100%; display:block; clear:both;}
#paging-bottom .alignleft, #paging-bottom .alignright{
	background: #4799B5;
	display: block;
	width: 32%;
}

#paging-bottom .alignleft a, #paging-bottom .alignright a{
	background: #3CB7E4;
	display: block;
	width: 100%;
}

#paging-bottom .alignleft {
	float: left;
}
#paging-bottom .alignright {
	float: right;
}
#paging-bottom .alignleft a, #paging-bottom .alignright a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 16px;
	-o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
#paging-bottom .alignleft a:hover, #paging-bottom .alignright a:hover {
	background: #2488ad;
}

/******************* Blog Single ************************/


/********************* WordPress Styles *********************/

#postInfo {color:#9f9f9f; font-size:14px; margin:0 0 20px 0; clear: both; font-style:italic;}

#paging {
display: block;
text-align: center;
margin-top: 60px;
padding-bottom: 60px;
font-weight:bold;
font-size:14px;
text-transform:uppercase;
}



/*--------------------------------------------------------------
12.10 MISC Universal Styles
--------------------------------------------------------------*/
.center{text-align: center;}
.bold{font-weight: 700;}
.extrabold{font-weight: 800;}
.credit{color: #2d2d2d; font-weight: 700; font-size: 12px;}
.smalltext{font-size: 12px;}
.centerBtn{text-align:center; display:block; width:100%;}
.noPad{padding: 0;}
.moreLink{text-transform: uppercase; font-weight: 800;}

.trans-2{-o-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
	transition: all .2s linear;}

.circle-center{display: flex; border: 2px solid #2c70b7; border-radius: 50%; width:100%; justify-content: center; align-items: center;}
.circle-center:before{content:""; float: left; padding-top: 100%;}



/*--------------------------------------------------------------
13 Comments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
14 Widgets
--------------------------------------------------------------*/

/*--------------------------------------------------------------
15 Media
--------------------------------------------------------------*/
img {vertical-align: middle; max-width:100%; height:auto;}

img.alignleft {float:left; display:inline; margin:5px 20px 15px 0; max-width:38%; height:auto;}
img.alignright {float:right; display:inline; margin:5px 0 15px 20px; max-width:38%; height:auto;}
img.alignnone {margin: 0 0 10px 0; max-width:100%; height:auto;}
img.aligncenter {clear: both; display: block; margin: 0 auto 10px; max-width:100%; height:auto;}

.wp-caption.alignright{float:right; margin:5px 0 15px 5%; max-width:40%; height:auto;}
  
.wp-caption.alignleft{float:left; margin:5px 5% 15px 0; max-width:40%; height:auto;}
  
.alignright {float: right; margin: 0 0 5px 15px; display:inline;}
.alignleft {float: left; margin: 0 15px 5px 0; display:inline;}
.center{text-align:center;}
  

.wp-caption.alignright img{ width:100%; height:auto;}
p.wp-caption-text {margin:.5em 0 1.8em; font-size:12px; color:#5e6a71;}


.wp-caption img{margin:5px 15px 5px 0;}
.wp-caption {margin-bottom:2em; font-size:12px; color:#5e6a71; max-width: 100%;}
.wp-caption p{margin-bottom:5px;}

/******* Video ******/
.embed-container { 
		position: relative; 
		padding-bottom: 56.25%;
		overflow: hidden;
		max-width: 100%;
		height: auto;
		margin-bottom: 1.25em;
	} 

	.embed-container iframe,
	.embed-container object,
	.embed-container embed { 
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}




/*--------------------------------------------------------------
15.1 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
16 Media Queries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
16.1 Query sm - Over 576px
--------------------------------------------------------------*/ 
    @media only screen and (min-width : 576px) {
		
		/*----- Typography -------*/
		h1{font-size:28px;}
		h2{font-size:28px;}
		h3{font-size:26px;} 
		h4{font-size:18px;}
		h5{font-size:18px;}
		h6{font-size:16px;}
		
		blockquote {font-size: 1.5rem;}
		#content{font-size: 18px;}
		
		/***** Buttons *******/
		button,.button, .buttonAlt, a.button, #content #wpsl-search-wrap #bottom-box2 input#wpsl-search-btn, #content #wpsl-search-wrap #search-box input#wpsl-search-btn, #content #wpsl-search-wrap #bottom-box input#wpsl-search-btn,
input[type="button"], #content .qmn_quiz_container .qmn_btn,
input[type="submit"], .woocommerce .section #respond input#submit.alt, .woocommerce .section a.button.alt, .woocommerce .section button.button.alt, .woocommerce .section input.button.alt, .section .woocommerce #respond input#submit.alt, .section .woocommerce a.button.alt, .section .woocommerce button.button.alt, .section .woocommerce input.button.alt, .section .woocommerce button.button.alt.disabled, .woocommerce .section button.button.alt.disabled, .woocommerce .section button.button.alt.disabled:hover{font-size: 18px;}
		
		/*------ Header ---------*/
		#affiliation-header h2.affiliation-title{font-size: 18px;}
		#page-header .site-title, #page-header h1.site-title{font-size: 30px;}
		
		/*------ Sidebar Content --------*/
		
		
		/*----- Footer -----*/
		
		
		/*------------ Home Page ---------*/
		/*** Header ***/
		.home .banner-link-title{font-size: 21px; padding-right: 65px;}
		.home .banner-link-date{font-size: 16px; padding-right: 65px;}
		.home .banner-arrow {font-size: 48px; line-height: 1.1;}
		
		/*** Navy area ***/
		.home .navy-area .large-word{font-size: 42px;}
		.home .navy-area .smaller-content{font-size: 21px;}
		
		/*----- Interior Pages -------*/
		/**** Event Pages ****/
		.event-page .schedule-item h3, .event-page .schedule-item .time{font-size: 26px;}
		
		/*----- Page Sections ------*/

    }


/*--------------------------------------------------------------
16.2 Query md - Over 768px
--------------------------------------------------------------*/ 
    @media only screen and (min-width : 768px) {
		
		/*----- Typography -------*/
		h1{font-size:32px;}
		h2{font-size:32px;}
		h3{font-size:28px;} 
		h4{font-size:21px;}
		h5{font-size:21px;}
		h6{font-size:18px;}
		
		blockquote {font-size: 1.75rem;}
		
		/*------ Header ---------*/
		#affiliation-header h2.affiliation-title{font-size: 23px;}
		#page-header .site-title, #page-header h1.site-title{font-size: 40px;}
		
		/*------ Sidebar Content --------*/
		
		
		/*----- Footer -----*/
		
		
		/*------------ Home Page ---------*/
		/*** Header ***/
		.home .banner-link-title{font-size: 28px; padding-right: 76px;}
		.home .banner-link-date{font-size: 18px; padding-right: 76px;}
		.home .banner-arrow {font-size: 58px; line-height: 1.1;}
		
		/*** Navy area ***/
		.home .navy-area .large-word{font-size: 36px;}
		.home .navy-area .smaller-content{font-size: 21px;}
		.home #content .navy-area .intro-content{font-size: 16px;}
		.home #content .navy-area .ilb a.button{font-size: 16px;}
		
		/*** Event Calendar ***/
		.home .ec-main-box h3{font-size: 32px; color:#8e6f3e;}
		
		/*----- Interior Pages -------*/
		/**** Event Pages ****/
		.event-page .schedule-item h3, .event-page .schedule-item .time{font-size: 26px;}
		
		/*----- Page Sections ------*/
}
		
		
/*--------------------------------------------------------------
16.3 Query lg - Over 992px
--------------------------------------------------------------*/ 
    @media only screen and (min-width : 992px) {
		
		/*----- Typography -------*/
		h1{font-size: 36px;}
		h2 { font-size:36px;}
		h3{ font-size:30px;} 
		h4{ font-size:24px;}
		h5{ font-size:24px;}
		h6{ font-size:21px;}
		
		/*------ Header ---------*/
		#page-header .site-title, #page-header h1.site-title{font-size: 60px;}
		
		/*------ Sidebar Content --------*/
		
		
		/*----- Footer -----*/
		
		
		/*------------ Home Page ---------*/
		/*** Header ***/
		.home .banner-link-title{font-size: 32px; padding-right: 86px;}
		.home .banner-link-date{font-size: 21px; padding-right:86px;}
		.home .banner-arrow {font-size: 62px; line-height: 1.1;}
		
		/*** Navy area ***/
		.home .navy-area .large-word{font-size: 48px;}
		.home .navy-area .smaller-content{font-size: 24px;}
		.home #content .navy-area .intro-content{font-size: 18px;}
		.home #content .navy-area .ilb a.button{font-size: 18px;}
		
		/*** Event Calendar ***/
		.home .ec-main-box h3{font-size: 36px; color:#8e6f3e;}
		
		/*----- Interior Pages -------*/
		/**** Event Pages ****/
		.event-page .schedule-item h3, .event-page .schedule-item .time{font-size: 30px;}
		
		/*----- Page Sections ------*/
		
		
		
		
    }

/*--------------------------------------------------------------
16.4 Query xl - Over 1200px
--------------------------------------------------------------*/ 
    @media only screen and (min-width : 1200px) {
		
		/*----- Typography -------*/
		h1{}
		h2{}
		h3{} 
		h4{}
		h5{}
		h6{}
		
		/*------ Header ---------*/
		#site-header .site-logo{ width:86px;}
		
		/*------ Sidebar Content --------*/
		
		
		/*----- Footer -----*/
		
		
		/*------------ Home Page ---------*/
		/*** Header ***/
		.home .banner-link-title{font-size: 42px; padding-right: 100px;}
		.home .banner-link-date{font-size: 24px; padding-right: 100px;}
		.home .banner-arrow {font-size: 70px; line-height: 1.3;}
		/*----- Interior Pages -------*/
		/***** About Area ******/
		.home .about-area{background:#ebd99f; padding-top: 130px;}
		
		
		/*----- Page Sections ------*/
		

		
}

/*--------------------------------------------------------------
17 Print
--------------------------------------------------------------*/
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}