@charset "utf-8";
/*
CUSTOM CSS STYLES
======================================================*/
/*COLOURS---------------------------------*/
/*
red: #f20c28 - 242,12,40
blue_light: #95d2e5 - 149,210,229 
yellow: #fde306 - 253,227,6
grey: #2f3132 - 47,49,50
orange: #f4851e - 244,133,30
purple: #53509f - 83, 80, 159
dark_red: #b72425 - 183, 36, 37

*/
.grey {background:#2f3132;}
.blue_xlight {background:#e8f4f7;}
.blue_light {background:#95d2e5;}
.purple {background:#53509f;}
.red {background:#f20c28;}
.red_dark {background:#b72425;}
.orange {background:#f4851e;}
.yellow {background:#fde306;}
.cream{background:#fff6d2;}
.white{color:#fff;}

/*TEXT Styling---------------------------------*/

body{
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	line-height: 34px;
	color:#666;
	font-weight:300;
}
h1{
	font-family: 'Merriweather', sans-serif;
	font-weight:300;
	font-size: 86px;
	line-height: 90px;
	color:#fff;
	width:100%;
	letter-spacing:-0.01em;
	text-transform:none;
	padding:0 0 10px 0;
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
	line-height:36px;
	font-weight:600;
	color:#f20c28;
	letter-spacing:0.1em;
	text-transform:uppercase;
	padding:0 0 5px 0;
}
h3{
	font-family: 'Montserrat', sans-serif;
	font-size:26px;
	line-height:36px;
	font-weight:700;
	color:#000000;
	/*letter-spacing:-0.01em;*/
	padding:0 0 5px 0;
}
h4{
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:300;
	color:#666;
	letter-spacing:0.04em;
	text-transform:uppercase;
	padding:0 0 5px 0;
}

.strike{text-decoration: line-through;}

p.intro{
	font-family: 'Merriweather', serif;
	font-size: 26px;
	line-height: 40px;
}
p.intro-sans{
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
	line-height: 40px;
	color:#fff;
	font-weight:400;
	margin-bottom:0;
}
a,
a:link,
a:visited{
	color:#f20c28;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	text-decoration:none;
}
a:focus,
a:hover,
a:active{
	color:#53509f;
}
p.caption{
	font-size: 16px;
	line-height: 20px;
	font-style:italic;
	padding:0 0 15px 0;
}

.fractop {font-size: 55%; vertical-align: 17%;}
.fracbot {font-size: 50%;}


/*HOVER EFFECT Styling---------------------------------*/
.effect {
  position: relative;
  /*width: 400px;
  height: 300px;*/
  overflow: hidden;
}
.effect a {
  text-decoration: none !important;
}
/*.effect img {
  min-width: 100%;
  width: auto;
  height: 100%;
}*/
.effect .caption {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-family: 'Lato', sans-serif;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  z-index: 2;
}
.effect .caption h4 {
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px;
  position: relative;
}
.effect .caption h4:before,
.effect .caption h4:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
}
.effect .caption h4:before {
  width: 40px;
  bottom: 10px;
}
.effect .caption h4:after {
  width: 20px;
  bottom: 5px;
}
.effect .caption .text {
  margin: 0px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  width: 100%;
}
.effect .caption .text p {
  margin-bottom: 15px;
  margin-top: 0px;
}
.effect .caption .text p:last-child {
  margin-bottom: 0px;
}
.effect .caption a.btn {
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 6px;
  font-size: 16px;
  padding: 10px 20px 12px 20px;
  background-color: transparent;
  transition: background 0.3s linear 0s;
  margin-bottom: 20px;
  position: relative;
}
.effect .caption a.btn:hover {
  background-color: #fff;
  color: #000;
}
figure {
	/*width: 300px;
	height: 200px;*/
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
figure:hover+span {
	bottom: -36px;
	opacity: 1;
}
/* Gray_Scale */
.Gray_Scale figure img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.Gray_Scale figure:hover img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
/* Opacity */
.Opacity figure img {
	opacity: 1;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.Opacity figure:hover img {
	opacity: 0.5;
}

.effect.eff-12 .caption {
  opacity: 0;
}

.effect.eff-12 .caption h4,
.effect.eff-12 .caption a.btn {
  opacity: 0;
  -webkit-transition: all 0.2s linear 0.1s;
  transition: all 0.2s linear 0.1s;
}

.effect.eff-12 .caption h4 {
  top: 72px;
}

.effect.eff-12 .caption a.btn {
  top: -72px;
}

.effect.eff-12:hover .caption {
  opacity: 1;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.effect.eff-12:hover .caption h4,
.effect.eff-12:hover .caption a.btn {
  opacity: 1;
  top: 0;
}

/*NAVIGATION Styling---------------------------------*/
.mobile_only,
.tablet_only{display:none;}
#navigation_bar{
	background: #000;
	position:absolute;    
	z-index:100;
	padding:0;
	top:0;
	left:0;
	width:100%;
	height: 50px;
}
#nav {
	
	/* 
	In order to center the navbar which does not have a defined width we must use display:table; & margin:0 auto;
	If we had a defined width we could use display:block; & margin:0 auto;
	*/
	display: block; 
	margin:0 auto;
}
#nav > a {
    display: none;
}
#nav li {
    position: relative;
	list-style: none;
	margin:0;
	padding:0;
}
#nav li a {
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	font-size:16px;
	text-transform:uppercase;
	line-height:26px;
	letter-spacing: 0.06em;
	text-align:center;
    color: #fff;
    display: block;
	padding: 10px 30px 10px 30px;
	border-bottom:4px solid transparent;
}

#nav li a:active {
	color: #fff;
	border-bottom:4px solid #f20c28;
}
#nav span:after {
    width: 0;
    height: 0;
    border: 0.313em solid transparent; /* 5 */
    border-bottom: none;
    border-top-color: #f20c28;
    content: '';
    vertical-align: middle;
    display: inline-block;
    position: relative;
    right: -0.313em; /* 5 */
}
/* first level */

#nav > ul {
	margin:0;
	padding:0;				
}
#nav > ul {
		height: auto;	
		left: 0;
		right: 0;
		margin-bottom: 0;
	}

#nav > ul > li {    
    float: left;
}
#nav > ul > li > a {   
}
#nav > ul > li:not( :last-child ) > a {  
}
#nav > ul > li:hover > a, 
#nav > ul:not( :hover ) > li.active > a {
    /*background-color: #0077be;*/
}
#nav > ul > li:hover > a.current, 
#nav > ul:not( :hover ) > li.active > a.current,
#nav ul li a.current, #nav ul li.special a{
    background-color: #fff;
	color:#000;
}
#nav ul li a:hover{
	color:#fff;
	border-bottom: 4px solid #f20c28;	
}
#nav ul li a.current{
	/*border-bottom: 4px solid #0077be;*//*adds fat underline to active main nav*/
}
#nav ul li ul li a.current,#nav ul li ul li a,#nav ul li ul li a:hover{/*removes fat underline secondary hover nav*/
	border-bottom: none;
}
#nav li ul li a.current{
    background-color: #fff;
	color:#000;
}
#nav ul li a.current span:after {
    border-top-color: #f20c28;
}
/* second level */

#nav li ul {
    background-color: #fde306;
    display: none;
    position: absolute;
    top: 100%;
}
#nav li:hover ul {
    display: block;
    left: 0;
    right: 0;
	margin:0;
	padding:0;
	/*width:120%;*/
}
#nav li:not( :first-child ):hover ul {
    left: -1px;
}
#nav li li a {
	text-align:left;
	font-weight:400;
    /*font-size: 15px; 
	line-height:20px;*/
    border-top: 1px solid #f20c28;
	background-color: #fde306;
	color:#000;
	padding:6px 20px 6px 20px;
	/*text-transform:none;*/
    /*padding: 0.75em;*/ /* 15 (20) */
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
    background-color: #fff;
	color:#000;
}

/*FOOTER NAVIGATION Styling---------------------------------*/

#footer_bg, 
#navigation_footer,
.footer{
	background:#2f3132;
	color:#ddd;
}
#nav_footer #navigation_bar {
	background:#2f3132;
	position:relative;
}
#footer {
	display:table;
	padding: 3% 0;
	margin:0 auto;
	text-align:center;
	/*max-height:244px;*/
}
.footer p{
	font-size:16px;
	line-height:22px;
	letter-spacing: 0.06em;
}
.middle_align {
	display:table-cell;
	vertical-align:middle;
}

#nav_footer {
	position:relative;    
	z-index:100;
	/* 
	In order to center the navbar which does not have a defined width we must use display:table; & margin:0 auto;
	If we had a defined width we could use display:block; & margin:0 auto;
	*/
	/*display: table; 
	margin:0 auto;*/
	display:block;
	width:100%;
	padding:0 15px;
}
#nav_footer ul li {
    position: relative;
	list-style: none;
	padding:0;
	margin: 0;
	width:16.66666666666667%;
}
#nav_footer ul li a {
	font-size:16px;
	line-height:22px;
	letter-spacing: 0.06em;
	/*text-transform: uppercase;*/
	text-align:center;
    color: #cccccc;
    display: block;
	padding: 5px 0px 2px 0px;	
	font-weight:700;
}
#nav_footer.french_nav li a {
	font-size:15px;
}
#nav_footer > ul {
	margin:0;
	padding:0;				
}
#nav_footer > ul > li {    
    float: left;
}
#nav_footer > ul > li:hover > a.current, 
#nav_footer > ul:not( :hover ) > li.active > a.current,
#nav_footer ul li a.current, #nav ul li.special a{
    color:#fde306;
}
#nav_footer ul li a:hover{
	color:#eeeeee;	
}

/* second level */
#nav_footer li ul {
padding-left: 0;
}
#nav_footer li ul li {
width:100%;
}
#nav_footer li:hover ul {
}
#nav_footer li:not( :first-child ):hover ul {
}
#nav_footer li li a {
	/*text-align:left;*/
    font-size: 15px; /* 20 */
	line-height:22px;
	padding:2px 0px;
	text-transform:none;
	font-weight:normal;
}

/*PAGE Styling & Layout---------------------------------*/

hr { height: 15px; border-style: solid; border-color: #a0cfeb; border-width: 1px 0 0 0; margin-top:20px; clear:both;} 

img.outline{
	border:1px solid #004270;
}
img.circle{
	border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}
.full_width{
	width:100%;
	height:auto;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear{clear:both;}
.pad_bottom{padding-bottom:20px;}
.pad_top{padding-top:20px;}
.pad_b_0{padding-bottom:0px;}
.pad_b_5{padding-bottom:5px;}
.pad_b_10{padding-bottom:10px;}
.pad_b_20{padding-bottom:20px;}
.pad_b_30{padding-bottom:30px;}
.pad_b_40{padding-bottom:40px;}
.pad_b_50{padding-bottom:50px;}
.pad_b_60{padding-bottom:60px;}
.pad_b_80{padding-bottom:80px;}
.pad_t_5{padding-top:5px;}
.pad_t_10{padding-top:10px;}
.pad_t_20{padding-top:20px;}
.pad_t_30{padding-top:30px;}
.pad_t_40{padding-top:40px;}
.pad_t_50{padding-top:50px;}
.pad_t_60{padding-top:60px;}
.pad_t_80{padding-top:80px;}
.margin_b_0{margin-bottom:0;}
.margin_b_5{margin-bottom:5px;}
.margin_b_10{margin-bottom:10px;}
.margin_b_20{margin-bottom:20px;}
.margin_b_30{margin-bottom:30px;}
.margin_b_40{margin-bottom:40px;}
.margin_b_50{margin-bottom:50px;}
.margin_b_60{margin-bottom:60px;}
.margin_b_80{margin-bottom:80px;}
.margin_t_5{margin-top:5px;}
.margin_t_10{margin-top:10px;}
.margin_t_20{margin-top:20px;}
.margin_t_30{margin-top:30px;}
.margin_t_40{margin-top:40px;}
.margin_t_50{margin-top:50px;}
.margin_t_60{margin-top:60px;}
.margin_t_80{margin-top:80px;}
.no_pad{padding:0;margin:0;}
.photo_holder{
	width:100%;
	text-align:center;
	position:relative;
}
.text_holder{
	width:80%;
	margin:10% 10% 0 10%;
	position:relative;
}
.inline{
	height:auto;
	position:relative;	
	margin: 0 auto;
	display:table;
	text-align:center;
}
.ten{ width:10%; }
.fifteen{ width:15%; }
.twenty{ width:20%; }
.twentyfive{ width:25%; }
.thirty{ width:30%; }
.thirtyfive{ width:35%; }
.fourty{ width:40%; }
.fifty{ width:50%; }
.sixty{ width:60%; }
.seventy{ width:70%; }
.eighty{ width:80%; }
.ninety{ width:90%; }
.center{text-align:center;margin:0 auto;}
.center-text{width:100%;text-align:center;}
.col-quarter{
	width:25%;
	float:left;
	padding:0;
	margin:0;
}
.section-padded{
	padding:2% 7%;
}
.half-photo-left{
	margin-right:5%;
}
.half-photo-right{
	margin-left:5%;
}
.no_pad_exception{
	padding-left:0%;
	padding-right:10%;
}
a.btn{
	background: #bd2626;
	background: -moz-linear-gradient(left,  #bd2626 0%, #ed1c24 30%, #ed1c24 70%, #bd2626 100%);
	background: -webkit-linear-gradient(left,  #bd2626 0%,#ed1c24 30%,#ed1c24 70%,#bd2626 100%);
	background: linear-gradient(to right,  #bd2626 0%,#ed1c24 30%,#ed1c24 70%,#bd2626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd2626', endColorstr='#bd2626',GradientType=1 );
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	font-weight:600;
	padding:10px 30px;
	border-radius: 0rem;
	transition: all 0.3s linear 0s;
}
a.btn:hover{
	background: #bd2626;
	background: -moz-linear-gradient(left,  #bd2626 0%, #bd2626 30%, #bd2626 70%, #bd2626 100%);
	background: -webkit-linear-gradient(left,  #bd2626 0%,#bd2626 30%,#bd2626 70%,#bd2626 100%);
	background: linear-gradient(to right,  #bd2626 0%,#bd2626 30%,#bd2626 70%,#bd2626 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd2626', endColorstr='#bd2626',GradientType=1 );
	color:#fff;
}
.learn_more{margin-left:60%;}
.bg-image{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.youth-prayer-bg{
	background-image: url("/images/Ceremonial-Offerings.jpg");
}
.shadow {
  -webkit-filter: drop-shadow(5px 5px 5px #222222);
  filter: drop-shadow(5px 5px 5px #222222);
}
.banner{
	position:relative;
	margin-top:50px;
}
.banner-headline{
	position:absolute;
	bottom:60px;
	text-align:center;
	width:100%;
}
.main-logo{
	position:absolute;
	top:5px;
	left:5%;
	width:500px;
	height:224px;
}
.main-logo-tablet{
	position:absolute;
	top:5px;
	left:20%;
	width:60%;
	height:auto;
}
.main-logo-mobile{
	position:relative;
	top:auto;
	left:auto;
	margin:30px 3% !important;
	width:94%;
	height:auto;
}

a.outline_button{
	font-family: 'nunito_sanssemibold', sans-serif;
	font-size:18px;
	line-height:24px;
	color:#fff;
	border:2px solid #fff;
	background-color: transparent;
	padding:5px 15px;
	margin:10px 0;
	transition: .5s ease;
}
a.outline_button:hover{
	color:#0077be;
	border:2px solid #fff;
	background-color: #fff;
}

.play{
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0,38,99,0.5);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0,38,99,0.5);
	box-shadow: 0px 0px 8px 3px rgba(0,38,99,0.5);
}
a:hover img.play{
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,118,190,0.7);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,118,190,0.7);
	box-shadow: 0px 0px 10px 3px rgba(0,118,190,0.7);
}

a.button, a.button2, a.button3 { 
	font-family: 'nunito_sanssemibold', sans-serif;
	display:table;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	background: #0077be;
	color: #fff;
	padding:15px 2%;
	border:1px solid transparent;
	width:100%;
	letter-spacing: .1em;
	/* border-radius: 10px;*/
	margin-top:10px;
	transition: .5s ease;
	}
a.button3 { 	
	padding:1% 2%;
	letter-spacing: 0em;
	line-height: 22px;
	}
a.button:hover, a.button2:hover, a.button3:hover{ 
	color:#ffffff; /*#0077be;*/
	background-color: #95d4f4;
	border:1px solid #95d4f4;
	}
a.button.how_to { 
	font-size:20px;
	padding:2%;
	width:80%;
	margin: 10px 10% 0 10%;
	letter-spacing: .1em;
	transition: .5s ease;
	/* border-radius: 10px;*/
	/*margin-top:10px;*/
	-webkit-box-shadow: 0px 0px 8px 3px rgba(0,38,99,0.5);
	-moz-box-shadow: 0px 0px 8px 3px rgba(0,38,99,0.5);
	box-shadow: 0px 0px 8px 3px rgba(0,38,99,0.5);
	}
a.button.how_to:hover { 
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,118,190,0.7);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,118,190,0.7);
	box-shadow: 0px 0px 10px 3px rgba(0,118,190,0.7);
	}
.top{
	margin-top:1%;
	/*background: #e7eef5;
	background: -moz-linear-gradient(left, #e7eef5 0%, #ffffff 15%, #ffffff 85%, #e7eef5 100%);
	background: -webkit-linear-gradient(left, #e7eef5 0%,#ffffff 15%,#ffffff 85%,#e7eef5 100%);
	background: linear-gradient(to right, #e7eef5 0%,#ffffff 15%,#ffffff 85%,#e7eef5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7eef5', endColorstr='#e7eef5',GradientType=1 );*/
}

.map_container {
  position: relative;
  width: 100%;
}
.map {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.map_middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.map_container:hover .map {
  opacity: 0.3;
}
.map_container:hover .map_middle {
  opacity: 1;
}
.map_text {
  background-color: #0077be;
  color: white;
  font-size: 14px;
  padding: 8px 16px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    /*height:0;*/
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.banner .row{
	position:relative;
}
.group:after{
	content: "";
 	display: table;
    clear: both;
}
blockquote {
font-style: italic;
/*width: 500px;*/
margin: 15px 0;
padding: 0.25em 40px;
/*line-height: 1.45;*/
position: relative;
/*color: #383838;*/
}
blockquote:before {
display: block;
content: "\201C";
font-size: 100px;
position: absolute;
left: -10px;
top: 25px;
color: #0077be;
}
blockquote.french:before {
content: "\00AB"; 
top: 0px;
}
blockquote:after {
display: block;
content: "\201D";
font-size: 100px;
position: absolute;
right: 5px;
bottom: 10px;
color: #0077be;
}
blockquote.french:after {
content: "\00BB"; 
bottom: 50px;
}
blockquote cite {
color: #0077be;
display: block;
font-style: normal;
	text-align:right;
	margin-top:-2px;
}
blockquote cite:before {
content: "\2014 \2009";
}

/*
blockquote:after {

display: block;
content: "\201D";
font-size: 100px;
position: absolute;
right: 10px;
top: 25px;
color: #0077be;
}*/

.callout{
	background: #e7eef5;
	padding:30px 0px 20px 30px;
}
.callout img{
	width:50%;
	height:auto;
}
.border_callout, .border_callout2{
	border-top:1px solid #666;
	border-bottom:1px solid #666;
	padding:20px 0;
	margin:2% 0 3% 0;
}
.border_callout2 .middle{
	display:table;	
	text-align:center;
}
.border_callout{
	text-align:center;
	position:relative;
}
.border_callout2 .middle{
	display:table-cell;
	vertical-align: middle;
	text-align:center;
	font-size:22px;
	line-height: 30px;
	color:#0077be;
}
.border_callout div{	
	text-align:center;
	font-size:22px;
	line-height: 30px;
	color:#0077be;
}
.border_callout2{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	margin:0 0 0 0;
}
.border_callout2 .middle {
	color:#fff;
	margin:0 auto;
	text-align:center;
	display:inline;
	font-size:24px;
}
.border_callout2 .middle span{
	font-size:17px;
}
.border_callout2 .middle span a{
	font-weight:700;
	color:#fff;
}
.question_bubble{padding-right:10px;margin-top:-10px;}
.col-callout-1, .col-callout-2, .col-callout-1-fr, .col-callout-2-fr{display:inline;float:left;}
.col-callout-1{margin-left:13%;width:39%;text-align:center;}
.col-callout-2{width:34%;margin-right:14%;text-align:left;}
.col-callout-2 a.button, .col-callout-2-fr a.button {   
    margin-top: 0px;
}
.col-callout-1-fr{margin-left: 5%;width: 54%;text-align: center;}
.col-callout-2-fr{width: 34%;margin-right: 5%;text-align: left;margin-left: 2%;}
.copyright {
	display:inline;
	color:#fff;
	font-size:12px;
}
#copyright {
	padding: 1% 5%;
	margin:0 auto;
	text-align:center;
	background:#2f3132;
	color:#fff;
}
table{
	width:100%;
	border-collapse: collapse;
	margin-bottom:20px;
	font-size:18px;
}
tr{
	border-bottom:1px solid #6caa77;
}
th{
	background:#0077be;
	color:#fff;
}
td, th{
	padding:5px;
	text-align:center;
}
col:first-child {/*background: #fff;*/ width:17%;}
table.agenda {
	background: transparent;
	border:none;
	margin-bottom:50px;
}
table.agenda tr td {
	text-align:left;
	vertical-align: middle;
	padding:10px;
	border:none;
}
table.agenda tr {
	border-bottom: none;
}
table.agenda tr:nth-child(odd) {
	background: #e2f1f9;
}
table.agenda tr:nth-child(even) {
	background: #fff;
}
table.agenda td:nth-child(odd) {
	color: #0077be;
	width:20%;
}
.carousel-control-next, .carousel-control-prev {
    width: auto;
}
.carousel-control-prev {
    left: -70px;
}
.carousel-control-next {
    right: -70px;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F20C28' viewBox='0 0 412 412'%3E%3Cpath d='M372,206c0-91.8-74.3-166-166-166c-91.8,0-166,74.3-166,166c0,91.8,74.3,166,166,166C297.8,372,372,297.7,372,206z M0,206C0,92.2,92.2,0,206,0c113.8,0,206,92.2,206,206s-92.2,206-206,206S0,319.8,0,206z M262,293.4l-32.3,32.1L109.8,205L229.8,84.5l32.3,32.1l-88,88.4L262,293.4z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23F20C28' viewBox='0 0 412 412'%3E%3Cpath d='M40,206c0,91.8,74.3,166,166,166c91.8,0,166-74.3,166-166c0-91.8-74.3-166-166-166C114.2,40,40,114.3,40,206z M412,206c0,113.8-92.2,206-206,206S0,319.8,0,206S92.2,0,206,0C319.8,0,412,92.2,412,206z M150,118.6l32.3-32.1L302.2,207L182.2,327.5L150,295.4l88-88.4L150,118.6z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
    opacity: .5;
}
.carousel-item{
  align-items: center;
  justify-content: center;

}
.testimonial{
	font-family: 'Merriweather', serif;
	font-weight:300;
	color:#333333;
	font-size:30px;
	line-height:48px;
	
}
span.testimonial-author{
	font-family: 'Montserrat', sans-serif;
	color:#aaaaaa;
	font-weight:300;
	font-size:20px;
	line-height:32px;
}
.post-left,
.post-right{
	position:relative;
	margin:0;
	padding:0;
}
.post-left .post-image,
.post-right .post-image{
	float:left;
	width:50%;
	height:auto;
}
.post-left .post-text,
.post-right .post-text{
	float:left;
	margin-left:5%;
	margin-right:5%;
	width:40%;
}
.post-text h2{
	margin-top:2em;
}
.post-text h2,
.post-text h3{
	text-align:left;
}
.post-left p,
.post-right p{
	clear:left;
	display:block;
	padding-top:30px;
	margin-left:10%;
	margin-right:10%;
	text-align:center;
}


/************************************************/
/*										    	*/
/*             RESPONSIVE VIDEOS                */
/*										    	*/
/************************************************/

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

/* CODE FOR 5 COLUMNS */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
@media (max-width: 1400px) {
    .post-left,
	.post-right{
		text-align:center;
	}
	.post-left .post-image,
	.post-right .post-image{
		float:none;
		display:block;
		width:100%;
		height:auto;
	}
	.post-left .post-text,
	.post-right .post-text{
		float:none;
		display:block;
		margin-left:5%;
		margin-right:5%;
		width:90%;
	}
	.post-text h2{
		margin-top:1em;
	}
	.post-text h2,
	.post-text h3{
		text-align:center;
	}
	.half-photo-left{
		margin-bottom:30px;
	}
	.half-photo-right{
		margin-bottom:30px;
	}
}
@media (max-width: 1200px) {
    #nav li a {
		font-size: 15px;
		letter-spacing: 0.05em;
		padding: 10px 20px 10px 20px;
	}
	
}
@media (max-width: 1024px) {

	h1{
		font-size: 48px;
		line-height: 56px;
	}
	#menu {
		float: none;
		padding: 3px;
		margin: 0 0 10px 0;
		background-color: #0077be;/*#6caa77*/
		display:none;
	}	
	#menu > ul > li {
		font-size:16px;
		line-height:24px;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	#menu > ul a {
		width: 100%;
		padding: 10px 0 10px 0;
		margin:0 0 0 0;
	}
	#menu li:hover ul,
	#menu li.sfHover ul {
	  /*top: 38px;*/		
	}
	/*Make dropdown links appear inline*/
	#menu ul {
		position: static;
		display: block;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	#menu ul ul {
		position:static;
		padding: 0 0 0 0;
		margin:0 0 0 0;
	}
	/*Create vertical spacing*/
	#menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#menu ul li {
		width: 100%;
	}
	#menu li a {
		width:inherit;
	}
	#menu a {
		color: #fff;
	}
	.show-menu {
		display:block;
	}
	#nav {
		width: 100%;
		position: static;
		margin: 0;
	}
	.subhead{
		font-size:20px;
		letter-spacing: 0.04em;
	}
	
	.carousel-inner {
		width: 98%;
		margin-left:1%;
		margin-right:1%;
	}
	.carousel-item {
		width: 90%;
		margin: 0 5%;
	}
	.carousel-control-next-icon, .carousel-control-prev-icon {
		width: 40px;
		height: 40px;
	}
	.carousel-control-prev {
    	left: -5%;
	}
	.carousel-control-next {
		right: -5%;
	}

	.carousel-item{
	  min-height:0;
	}

}
@media (max-width: 900px) {
	body{
		font-size: 16px;
		line-height: 30px;
	}
    #nav li a {
		font-size: 14px;
		letter-spacing: 0.02em;
		padding: 10px 9px 10px 9px;
	}
	p.intro {
		font-size: 23px;
		line-height: 36px;
	}
	p.intro-sans {
		font-size: 20px;
		line-height: 36px;
	}
	.learn_more{margin-left:0;}
	.testimonial {
		font-size: 24px;
		line-height: 44px;
	}
	
}
@media (max-width: 768px) {

	.tablet_only{display:block;}
	.desktop_only{display:none;}	
	h1{
		font-size: 31px;
		line-height: 41px;
	}	
	th{
		line-height:18px;
	}
	a.outline_button{
		display:block;
		padding:5px 15px;
		margin:10px 20px;
	}
	p.intro-sans {
		font-size: 18px;
		line-height: 30px;
	}
	#nav {
		position: relative;
		top: auto;
		left: auto;
		background-color: #000000;
	}
	 #nav ul {
		background-color: #000000;
	}
	#nav > a {
		text-align: left;
		text-indent: -9999px;
		background-color: #000;
		position: relative;
	}
	#nav > a:before, #nav > a:after {
		position: absolute;
		border: 2px solid #fff;
		/*content: '';*/
	}
	#nav > a:after {
		/*top: 60%;*/
	}
	#nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
		display: block;
		/*background-color: #17286d;*/
		color:#fff;
		text-align: center;
    	text-indent: 0px;
		text-transform:uppercase;
		padding:8px 0;
	}
	/* first level */
	#nav > ul {
		height: auto;
		display: none;
		
		left: 0;
		right: 0;
		margin-bottom: 0;
	}
	#nav:target > ul {
		display: block;
	}
	#nav > ul > li {
		width: 100%;
		float: none;
	}
	#nav > ul > li > a {
		height: auto;
		text-align: left;
		/*padding: 0 0.833em; /* 20 (24) */
	}
	#nav > ul > li:not( :last-child ) > a {
		border-right: none;
		border-bottom: 1px solid #f20c28;
	}
	/* second level */
	#nav li ul {
		position: static;
		/*padding: 1.25em; /* 20 */
		padding-top: 0;
		/*background-color: #17286d;*/
		/*display: revert;
		padding: 0px;*/
	}

	a.button, a.button2{
		font-size:12px;
		line-height:20px;
		letter-spacing: .1em;
	}
	
	.pullquote{
		font-size:24px;
		line-height:36px;
	}
	
	#nav li a, #nav li a:active {
		color: #fff !important;
	}	
	#nav li .current {
		color:#000 !important;
	}
	
	#nav ul li ul a {
		color:#000 !important;

	}
	#nav ul li a {
		border-bottom: 1px solid #f20c28;
	}
	#nav ul li a:hover {
		background:#333;
		border-bottom: 1px solid #f20c28;
	}
	
	.testimonial{
		line-height:24px;
		font-size:16px;
	}
	span.testimonial-author {
		font-size: 16px;
		line-height: 24px;
	}
	.no_pad_exception{
		padding-left:3%;
		padding-right:3%;
	}
	
	
}
@media (max-width: 640px) {
	.row {
		margin-right: 0px;
		margin-left: 0px;
	}
	.container-fluid {
		padding-right: 0px;
		padding-left: 0px;
	}
	#logo{padding:2% 10%;}
	.subhead{
		position:relative;
		bottom:auto;
		left:auto;
		text-align:center;
		margin:5px auto 15px;
	}
	.mobile_only{
		display:block;	
	}
	.tablet_only{
		display:none;	
	}
	.remove_on_mobile,
	#side_nav{
		display:none !important;	
	}
	#logo img{
		width:100%;
		height:auto;
		/*padding:2% 5%;*/
	}	
	h1{
		font-size: 30px;
		line-height: 36px;
	}

	h2{
		font-size: 24px;
		line-height: 24px;
	}
	h3{
		font-size: 20px;
		line-height: 22px;
	}
	.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
		padding:.5rem .25rem;
	}
	.col-quarter{
		float:none;
		display:block;
		width:100%;		
	}
	a.outline_button{
		display:inline;
		padding:5px 15px;
		margin:10px 0;
	}
	.footer_logo,
	.copyright{
		display:inline-table;
		margin-right:0px;
		text-align:center;
	}
	#footer {
		padding: 3% 1%;
	}
	#footer ul li a {
		font-size:13px;
		padding: 0 8px;
	}
	.map-responsive{
		overflow:none;
		padding-bottom:15px;
		position:relative;
		height:auto;
	}
	.map-responsive iframe{
		position:relative;
		display:block;
	}
	blockquote cite {
	margin-top:0px;
	}
	.float_right,
	.float_left{
		float:none;
		padding-left:0px;
		display:block;
	}	
	.inline{display:block;}
	.ten,
	.fifteen,
	.twenty,
	.twentyfive,
	.thirty,
	.thirtyfive,
	.fourty,
	.fifty,
	.sixty,
	.seventy,
	.eighty,
	.ninety{ width:100%; }	
	.half-photo-left{
		margin-right:0;
	}
	.half-photo-right{
		margin-left:0;
	}
	a.language_tab, a.button, a.button2{
		font-size:14px;
		line-height:24px;
		padding:2% 1%;
	}	
	.pullquote{
		font-size:22px;
		line-height:30px;
	}
	.border_callout2 .middle span{
		display:block;
	}
	#nav_footer > ul > li {    
		float: none;
		display:block;
		margin: 0 2% 0 2%;
		width:96%;
		text-align: center;
	}
	#nav_footer #navigation_bar{
		height:auto;
	}
	/*
	#nav_footer ul li.home-col,
	#nav_footer ul li.agenda-col,
	#nav_footer ul li.sessions-col,
	#nav_footer ul li.network-col,
	#nav_footer ul li.faq-col,
	#nav_footer ul li.reg-col{
		margin: 0 2% 0 2%;
		width:96%;
		text-align: center;
	}*/
	#nav_footer ul li li a{
		text-align: center;
	}
	.footer{
		text-align: center;
		font-size: 28px;
		line-height: 32px;
	}
	.col-callout-1, .col-callout-2, .col-callout-1-fr, .col-callout-2-fr{float:none;display:block;width:96%;margin-left:2%; margin-right:2%; text-align:center;}
	p.intro {
		font-size: 20px;
		line-height: 32px;
	}
	p.copyright{
		line-height:20px;
	}
}
@media (max-width: 320px) {	
	

}





