@charset "utf-8";
/* CSS Document */

html {
  font-size: 88%;
  font-size: 14px;
  height: auto;
  
  @media print {
        /* This fixes an issue where when printing a selection,
         an extra blank page is printed in IE10 and IE11.
         Solution found here: http://stackoverflow.com/a/22320644/7752 */
        height: auto;
    }
	
}

body {

  font-family: "Open Sans", Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
  color: #111111;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
    height: auto;
	@media print {
        /* This fixes an issue where when printing a selection,
         an extra blank page is printed in IE10 and IE11.
         Solution found here: http://stackoverflow.com/a/22320644/7752 */
        height: auto;
    }
 }

// This would make the large grid function like a print grid
@media print {
@for $i from 1 through $total-columns {
.large-#{$i} {
width: gridCalc($i, $total-columns);
}
}
}


	
#Wrapper {
	overflow: hidden;}	

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.75;
  margin-bottom: 1.42857rem;
  text-rendering: optimizeLegibility; }

p.lead {
    font-size: 1.25rem;
    line-height: 1.6; }

p aside {
    font-size: inherit;
    font-style: italic;
    line-height: 1.35; }

 
.question {
	font-weight: normal;
	line-height: 2;
	color: #333;
}	

.required {
	color: #900;
	font-size: 2rem;}
	

.confirmation {
	height: 50px;}	
	
.listreset {
	list-style: none;
	padding: 0px;
	margin: 0px;}
	
.stafflist img{
 }	
 
.posted {
	 font-size: .8rem;
	 color: #dddddd;}
	
	
	/****************** square thumbnail generation from original ******************************************/


.sqthumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.sqthumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.sqthumbnail img.portrait {
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-40%);
      -ms-transform: translate(-50%,-40%);
          transform: translate(-50%,-40%);

}

.sqthumbnail50 {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
	}
	
.sqthumbnail50 img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
	

.sqthumbnail50 img.portrait {
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-40%);
      -ms-transform: translate(-50%,-40%);
          transform: translate(-50%,-40%);

}

/*****************************************	Bar **********************************************************/

.bar, bar-global, bar-globalright {
	display: none!Important; }



 .mobile { display: none;}
 .nomobile {display: inherit;}

@media (max-width: 555px) {
/*custom size to make a smoother transition **/

	.mobile {
		display: block;}

    .nomobile {display: none;}		
}

/*****************************************  Header *******************************************************/

.header {
  position: relative;
  z-index: 300;
  display: none;
}

.top-bar {
	 display: none;}

.top-bar section {
	 display: none;}



  .header .columns {
    position: static; }

  .header .header-logo {
	overflow: hidden; }

    .header .header-logo img {
      width: auto;
      height: auto; }

    .header .header-logo .site-description {
      color: #27262c;
      padding-left: 0px;
      margin-left: 0px;
}
    .header .header-logo .site-description img {
		width: 30%;}

/*************************************	Button Burger  ************************************************************/

.button-burger {
  display: none; }

/********************************************  navigation  **********************************************************/

.nav {
  display: none;
   }

.right {
	text-align: right;
	/*this is to help the nav menu go to the right side on full screens*/}

.subnav {
	display: none;}

 .footernav {
	display: none;
	
   }

 
 /*******************************************	Banner area    ******************************/

.main {
	display: none;
 }

	
.columntitle {
      margin-bottom: 15px;
      font-size: 1.6rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.06em; 
}
		
.breadcrumbs {
  display: none; }



/*******************************************	Sidebar  *****************************************/
.sidebar {
  display: none;
 }

/* *******************************************	Content  **********************************************/

.content {
  padding: 30px 0 28px;
  width: 100%!Important; }

 /************************************************* sidebar widget formatting ***********************************/
 
 /* ---------------------------------- *	Widget ------------------------------------------------------------ */
.widget {
	display: none;}

/************************************ news, events, blog posts ********************************************/
  
/* ------------------------------------------------------------ *	List Posts----------------- */

.posts before {
    content: '';
    display: block;
    width: 4px;
    height: 400px;
    margin: 16px 0 30px;
    background: #404040; }



.posts h3:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    margin: 16px 0 30px;
    background: #404040; }

.posteventdates{
	font-size: 1.3em!Important;
	font-weight: 600;
	margin-top: 10px;
}
.posteventtitle{
	font-size: 1.3em!Important;
	font-weight: 600;
}

.list-popular-posts {
  margin: 0;
  list-style: none outside none; }

  .list-popular-posts li {
    overflow: hidden; }

    .list-popular-posts li + li {
      margin-top: 34px; }

    .list-popular-posts li span {
      position: relative;
      float: left;
      width: 60px;
      margin-right: 17px; }

    .list-popular-posts li span:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(250, 111, 28, 0); }

    .list-popular-posts li span:after {
      -webkit-transition: background 0.2s ease-out;
      -o-transition: background 0.2s ease-out;
      transition: background 0.2s ease-out; }

    .list-popular-posts li span:hover:after {
      background: rgba(0, 48, 87, 0.583); }


    .list-popular-posts li span a {
      position: absolute;
      z-index: 10;
      left: 50%;
      top: 50%;
      color: #fff;
      font-size: 20px;
      visibility: hidden;
      opacity: 0; }

    .list-popular-posts li span a {
      -webkit-transition: all 0.2s ease-out;
      -o-transition: all 0.2s ease-out;
      transition: all 0.2s ease-out;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      -o-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%); }

    .list-popular-posts li span:hover a {
      opacity: 1;
      visibility: visible; }
	  
    .list-popular-posts li span:hover a {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  
  
    .list-popular-posts li div {

      float: none;
      overflow: hidden; }

    .list-popular-posts li h4 {
      margin: 0 0 5px;
/*      text-transform: uppercase;*/
      font-weight: 600;
      font-size: .9rem;
      line-height: 1.4;
      letter-spacing: 0.03em; }

.post-title {
      margin: 0 0 5px;
/*      text-transform: uppercase;*/
      font-weight: 600;
      font-size: 1.0em;
      line-height: 1.4;
      letter-spacing: 0.03em; }


.post-title a {
      /*color: #27262c;*/
	  color: #4890cd;
	  text-decoration: underline; }

.post-title a:hover {
      /*color: #de9e39;*/ }
	  
	  
    .list-popular-posts li p {
      margin: 0;
      font-size: 12px;
      color: #52505b;
      letter-spacing: 0.025em; }
  
	
/**********************************   callout *****************************/
	
	
/* ------------------------------------------ *	Callout ------------------------------------------------------------ */
.callout {
  	display: none;
 }
	  


/********************************************************************	Footer*****************************************************************/
footer {
	display: none;
	
	}
	  
/*********************************************  DEFAULT STYLES ***************************************************************************/	
	
	

	/* Default Link Styles */
a {
  color: #de9e39;
  line-height: inherit;
  text-decoration: none; }
  a:hover,
  a:focus {
    color: #de9e39; }
  a img {
    border: none; }



/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #27262c;
  font-family: "Open Sans", sans-serif;
 
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6e6b7c;
    font-size: .6rem;
    line-height: 0; }

h1 {
    font-size: 3em;
     font-family: "Amiri", Times-New-Roman;
	 font-size: fit-width; 
 }
 

.tagline {
    font-weight: 600;
    color: #404040;
    letter-spacing: 0.03em;
    line-height: 2.1em;
	font-size: 1.8em;
	 }

.tagline .world {
    font-family: "Amiri", Times-New-Roman;
	font-style: italic;
    font-weight: 400;
	font-size: 1.25em;
    letter-spacing: 0.03em;

 }


 
.pagetitle {
	margin-bottom: 0; 
	padding-bottom: 0; 
	line-height: .7} 

h2 {
	font-size: 2.2em;
	color: #404041;
    
}

.subtitle{
	letter-spacing: 0px;
	color: #6e6b7c;
	padding-top: 0;
	margin-top: 4;
	font-weight: 300;
	font-size: 1.7rem;
	font-style: italic;
}

h3 {color: #404041;
  font-size: 1.07143rem;
  font-size: 2em;
  font-weight: 400;
  
 }

h4 {
  font-size: 0.78571rem;
  font-size: 1.7em;
  font-weight: 400;
 }
 
h4 strong {
	font-weight: 600;} 

h5 {
  font-size: 1.5em;
  font-weight: 500;
 }

h6 {
  font-size: 1.3em; 
  font-weight: 600;}

.subheader {
  line-height: 1.2;
  color: #6e6b7c;
  font-weight: normal;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

.headunderline {
  	
}


/**************************  other typography defaults *****************/

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: .60rem;
  line-height: inherit; }

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
   font-weight: normal;
  padding: 0.14286rem 0.35714rem 0.07143rem; }

/********************* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.75;
  list-style-position: outside;
  margin-bottom: 1.42857rem; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.42857rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.42857rem;
  margin-bottom: 0; }

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.42857rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.85714rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #75737f;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

 
/* blockquote style for program sheet data*/
.forprograms {
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 0px;
  border-left: 4px solid #DDDDDD;}

.programdivide {
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	height: 4px;
	background-color: #dddddd;
	display: block;
	margin-bottom: 40px;
	margin-top: 20px;}
 



/****************** square thumbnail generation from original ******************************************/


.sqthumbnail {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.sqthumbnail img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}

.sqthumbnail img.portrait {
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-40%);
      -ms-transform: translate(-50%,-40%);
          transform: translate(-50%,-40%);

}

.sqthumbnail50 {
  position: relative;
  width: 50px;
  height: 50px;
  overflow: hidden;
	}
	
.sqthumbnail50 img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
	

.sqthumbnail50 img.portrait {
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%,-40%);
      -ms-transform: translate(-50%,-40%);
          transform: translate(-50%,-40%);

}

/************************************************** landing page columns ************************************************************************/
 
 
div#Landing {
    background-color: #eeeeee;
	padding: 40px;
    margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;
}

#LandingColumns {
}


 
.thumbnail {
  position: relative;
  display: block;
overflow: hidden;
}

.thumbnail img{
	 filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}
.thumbnail:hover img{
	  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.landingcolumns h4 {
	font-size: 1.1rem;
	margin-top: 20px;
	font-weight: 500;
}

.landingcolumns{
	 -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   border-bottom: 2px solid #FFF;
   margin-bottom: 20px;
  text-align: left;
  background: rgba(255,255,255,0.8);
  padding: 10px;
  width: calc(100% + 15px);
}

.landingcolumns p {
	font-size: .9rem;}

.landingcolumns img {
	width: 100%;
	height: 160px;
	background: #ffffff;
	border: 1px solid #cccccc;
	}


.division {
	}

.landingcolumns:hover{
	border-bottom: 2px solid #003057;
	background: #F7F7F7;
}


/************************** features panels ******************************************************/

div.panel {
	padding: 15px;
	background: #F4F4F4;
	border: solid thin rgba(0,0,0,0.13);
	border-radius: 0;
    font-size: 2rem;
}

div.panel.features {
	border: 0px;
	border-bottom: 2px solid #dadada;
	background: #fff;
	background-color: #ffffff!Important; 
	padding: 0px;
	font-size: 1rem;
	margin-top: 1em;
}

.features img {}

.features H2 {
	font-size: 1.2rem;
	text-sty; 	text-transform: uppercase;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	}

.features.title {}

.features.content{
	line-height: 2;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1rem;}





div.featured {
	background: #404040;
	color: #ffffff; 
	max-height: 500px;
	overflow: visible;
	}

div.featured.leftside {
	max-height: 500px;
	overflow: visible;
	 }

div.featured img {
	max-height: 500px;
	width: 100%;
	height: auto;
	padding: 0px;
	margin: 0px;
	 }
	
div.featured.rightside {
	overflow: hidden;
	padding: 20px;
	padding-top: 5%;
	padding-left: 5%;
/*	padding-bottom: 5%;*/}


div.featured.rightside p {
	color: rgba(255,255,255,0.7);}
	
	
	
	
div.featured.rightside h2 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.5 rem;
	}


div.featured.rightside h2::after {
	content: " ";
	border-bottom: 1px solid #ffffff;
	}

.benefits{

    margin-top: 50px;

  }

  hr{

    width: 70%;

    border: 1px solid #ccc;

  }

  h5{

    font-weight: 300;

  }

  p{

    color: #666;

    font-weight: 300;

  }

  .benefit{

    margin-top: 30px;

  }

  

  .icon{

    font-size: 40px;

    color: #ccc;

  }
	

.imagestyle {
	padding: .6em;
	padding-top: 1.5em;
	padding-bottom: 1.5em;	
	border: 1px solid #cccccc;
	border-left: 0px;
	border-right: 0px;}
	
.postimage img {
	max-width: 99%!Important;
	height: auto;}

	
	
.imagestyle.left {
	float: left;
	margin-right: 2em;
	margin-bottom: 2em;}	


.imagestyle.right {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;}	
	
.imagecaption {
	font-variant: small-caps;
	color: rgba(0,0,0,0.9);
	text-align: right;
	position: relative;
	font-size: 1em;}	
	
.bottom {
	display: none;}	
/****************************************************  FROM UMBRACO STYLES - TO BE LATER REMOVED **************************************/

.contactcard{
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	clear: both;}

.contactcard img{
	float: left;
	margin-right: 20px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	width: 140px;
	height: 140px;
	display: block;
	margin-bottom: 30px;}	

.contactcard ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

.contactcard li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	}

.contactcard li a {
	color: #999999;
	display: inline-block;
		}
.contacticon {
	padding-right: 5px;
	font-size: 24px;
	color: #999999;}

.phone{
	padding-right: 5px;
	font-size: 12px;
	color: #999999;}

.description {
	color: #999999;}	
	
.messageoverlay{
	max-width: 300px;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	margin-left: 60%;
	top: 6em;
}

.message {
	color: #ffffff;
	font-size: 1.5em;
	padding: 20px;
	font-weight: 500;}

.message h3 {
	color: #ffffff;
}
@media print {
  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
display: none;  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
	clear: both;

  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }
}
