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

html {
  font-size: 88%;
  font-size: 16px;
}

@media   (max-width: 40em) { 
html {
  font-size: 18px;
}
 
 }


body {

  font-family: "Open Sans", Tahoma, Geneva, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(64,64,65,1.0);
  color: rgba(17,17,17,.9);
  text-rendering: optimizeLegibility;
/*    -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-size: 0.875em;
  font-size: 1em;
 }
 
 
	
#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;
}	



.confirmation {
	height: 50px;}	
	
.listreset {
	list-style: none;
	padding: 0px;
	margin: 0px;}
	
.stafflist img{
 }	
 
.posted {
	 font-size: .8rem;
	 color: #4b4b4b;}
	
	
	/****************** 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%);

}

.sqthumbnail150 {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
	}
	
.sqthumbnail150 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%);
}
	

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

}

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

.bar {
  background: #009ada;
  background-color: #244f7c;
  border-bottom: 0px solid #edebf5;
  color: #ffffff;
  min-height: 30px;
/*  max-height: 30px;*/
  height: 50px!Important;
  padding: 0px;
/*  Mobile  */
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	 font-size: 1.2em;
	  line-height: 49px; }

  .bar i {
    font-size: 1.2em; }

  .bar .bar-globalright {
      text-align: right;
	 }

    .bar .bar-globalright ul {
      display: inline;
      vertical-align: top;
      margin: 0;
	  padding: 0px;
      list-style: none outside none;
      overflow: hidden;
	   }

    .bar .bar-globalright li {
      display: inline-block;
 }

    .bar .bar-globalright a {
      display: inline-block;
	  /*padding: 9px;*/
	  width: auto;
      text-align: center;
      color: #ffffff;
	  font-size: 1.2em;
	  line-height: 39px;
	  font-weight: 400;
	  padding-left: 9px;
	  padding-right: 9px;
	  text-transform: uppercase;
	   }
    .bar .bar-globalright a {
      -webkit-transition: background 0.3s ease-out;
      -o-transition: background 0.3s ease-out;
      transition: background 0.3s ease-out; }
    .bar .bar-globalright a:hover {
	background: #ffffff;
	color: #003057;
		 }
	  
	  
 .bar .bar-global {
     text-align: left;
	  width: 100%;	  
	padding: 0px;
       display: inline;
}

 .bar .bar-global ul {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0px;
	list-style: none outside none;
	overflow: hidden;
	display: none;
	
}
    .bar .bar-global li {
       display: inline-block;
	padding: 0px;
}

    .bar .bar-global a {
      display: block;
	  padding: 6px;
	  padding-top: 9px;
	  padding-bottom: 10px;
	  margin-right: 1em;
      width: auto;
	  line-height: 37px;
      text-align: left;
      color: #eeeeee;
	  text-transform: uppercase;
	  font-size: 1.25rem;
  	  border-bottom: 4px solid transparent;	  
}

    .bar .bar-global a {
      -webkit-transition: background 0.3s ease-out;
      -o-transition: background 0.3s ease-out;
      transition: background 0.3s ease-out; }

   .bar .bar-global a img {
		display: inline;
		height: 32px;
		overflow: hidden!Important;
		
		}	

.bar .bar-global a:hover img {
		display: inline;
		height: 32px;
		overflow: hidden;
		z-index: 100;}	
	  
    .bar .bar-global a:hover {
/*      background: #edebf5;
color: #7b7983;*/
		background: #ffffff;
	color: #003057;
 }
 
 .mobile { display: none!Important;}
 .nomobile {display: inherit;}
 
 .myB {
	 display: none!Important;}
 

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

.bar {
  max-height: 34px;
  min-height: 20px;
  overflow: hidden;
  padding: 0px!Important;
   }

.bar .bar-global a i {
display: block;
font-size: 1rem; }

.bar .bar-global {
     text-align: left;
	  width: 100%;	  
 	  padding: 0px;
      margin: 0px;}

.bar .bar-global ul  {
padding: 0px;}

  .bar .bar-global li {
    display: inline-block;
	padding: 0px;
	
}

.bar .bar-global a {
      display: block;
	  padding: 2px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	  margin-right: .9em;
      width: auto;
	  line-height: 10px;
      text-align: left;
      color: #eeeeee;
	  text-transform: uppercase;
	  font-size: .6rem;
  	  border-bottom: 0px solid transparent;	  
	}



.bar .bar-global a img {
		max-height: 20px;
		overflow: hidden!Important;
		margin-top: -8px;
		}	

.bar .bar-global a:hover img {
		display: inline;
		height: 20px;
		overflow: hidden;
		background-size: contain;
		object-fit: contain;

		z-index: 100;}	

.bar i {
    font-size: .9rem; }

  .bar .bar-globalright {
      text-align: right;}

    .bar .bar-globalright ul {
      display: inline;
      vertical-align: top;
      margin: 0;
	  padding: 0px;
      list-style: none outside none;
      overflow: hidden;
	   }

    .bar .bar-globalright li {
      display: inline;
 }

    .bar .bar-globalright a {
      display: inline;
	  /*padding: 9px;*/
	  width: auto;
      text-align: center;
      color: #ffffff;
	  font-size: .79em;
	  line-height: 30px;
	  font-weight: 400;
	  padding-left: 4px;
	  padding-right: 4px;
	  text-transform: uppercase;
	   }
    .bar .bar-globalright a {
      -webkit-transition: background 0.3s ease-out;
      -o-transition: background 0.3s ease-out;
      transition: background 0.3s ease-out; }
    .bar .bar-globalright a:hover {
	background: #ffffff;
	color: #003057;
		 }
		 
		 
		 	
}


@media (max-width: 370px) { 
 .myB {
	 display: block!Important;}


}
		
/*****************************************	Bar **********************************************************/


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

.header {
	position: relative;
	z-index: 300;
	/* height: 180px;*/
    padding-top: 0em;
	padding-bottom: em;
	background-color: #082946;
	background-image: url(/images/headers/headerback.png);
	background-repeat: no-repeat;
	background-position: center center;  
  }

  .header .columns {
    position: static; }

.header .logocontainer {
/*margin-top: 15px;  margin-bottom: -5px; padding-left: 0px; margin-left: 0px;*/

margin-top: 1em;  margin-bottom: -2em; padding-left: 0px; margin-left: 0px;}

  .header .header-logo {
    /*float: left;*/
	/*overflow: hidden; */}

 .header .header-logo img {
 
 }

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




  @media (max-width: 1026px) {
    .header .header-actions {
      margin-right: 50px; }
	  
 .header .logocontainer {
/*margin-top: 15px;  margin-bottom: -5px; padding-left: 0px; margin-left: 0px;*/
margin-top: 1em;  margin-bottom: -1em; padding-left: 0px; margin-left: 0px;}

 }

@media (max-width: 768px) {
    .header .header-actions {
      display: none; 
	  } 
	  
 .header {
  position: relative;
  z-index: 300;
  background-image: none;
  padding-top:  0px;
 }

 .header .logocontainer {
/*margin-top: 15px;  margin-bottom: -5px; padding-left: 0px; margin-left: 0px;*/

margin-top: .4em;  margin-bottom: -1em; padding-left: 0px; margin-left: 0px;}

.header .header-logo .logocontainer img {
		width: 100px;
		max-height: auto;
		height: 100px;
		}

  
.mobilelogo {
position: absolute!Important;
top: 0;
left: 0;
width: 50px;
z-index: 100;
overflow: visible!Important;
}	
	  
	  .mobile {
		display: block;}

.nomobile {display: none!Important;}	
	  }
	  
/********************************************************************************************************************/

 

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

.subnav {
border-bottom: 1px solid #cccccc;
}

.subnav ul { 
	padding-left: 0;
	margin-left: 0;} 
 
 
.subnav li { 
	padding-left: 0px;
	margin-left: 0px;}

.subnav li a {
	color: rgba(255,255,255,1.0);
	width: 100%;
	display: block;
	font-weight: 400;
	/*text-transform: uppercase;*/
	font-size: .9rem;
	
	 } 
.subnav li a i {
     margin-right: 1em;	 } 



.subnav li a:hover {
	color: rgba(0,154,218,1.0);
	color: #244f7c;
	width: 100%;
	display: block;
	font-weight: 700;
} 




 
 
 .footernav {
  position: relative;
  z-index: 200;
  display: inline;
  line-height: 40px;
  text-align: right;
   }

.footernav ul {
    list-style: none outside none;
	display: inline;
	
 }

  .footernav > ul {
    margin: 0;
    font-size: .8rem;
	font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	font-weight: 500;
	letter-spacing: -0.025em
		 }

.footernav > ul > li {
	position: relative;
	display: inline;
	letter-spacing: 0px;
}

.footernav > ul > li > a {
		display: inline;
/*        padding: 5px 0;*/
		padding: 10px;
		padding-left: 5px;
		padding-right: 5px;
 	    color: #818183;
	    border-bottom: 1px solid transparent;
 }

.footernav > ul > li > a:hover  {
	  color: #ffffff;
 	 /* background-color: rgba(255,255,255,0.5);*/
	  border-bottom: 1px solid rgba(255,255,255,0.6);}
	  

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

.main {
  /*  Mobile  */ }

  .main .main-head {
    position: relative;
    min-height: 210px;
	display: block;
    background: #cccccc;
	  }

    .main .main-head .main-head-image {
      position: absolute;
      left: 0;
      top: 0;
     height: 210px;
	 display: block;

      width: 100%;
	   }
    .main .main-head .main-head-image img {
	   width: 100%; 
	   height: 100%;
	   object-fit: cover;
	   overflow: hidden;
	   
	}

    .main .main-head .main-head-landing {
  	  height: auto; 
	  width: 100%; 
	  object-fit: cover;
	  overflow: hidden;
	  }	  
	  
    .main .main-head .main-head-landing img {
	   width: 100%; 
	   height: auto; 
	   object-fit: cover;
	  
	}

    .main .main-head .main-head-content {
      position: relative;
      z-index: 10;
      padding-top: 60px; }

    .main .main-head .main-title {
      margin-bottom: 15px;
      font-size: 2rem;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.1em; }

      .main .main-head .main-title.main-title-alt {
        color: #fff; }
		
.columntitle {
      margin-top: 30px;
      margin-bottom: 15px;
      font-size: 1.6rem;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 0.06em; 
  	font-family: "Open Sans", sans-serif;

}

		
/*@media (max-width: 40em) {*/
@media (max-width: 64.0625em) {

    .main .main-head {
      padding: 0px;
	  min-height: 0px;
	  }

      .main .main-head .main-head-content {
        padding-top: 20px; }

      .main .main-head .main-title {
        font-size: 1.4rem; 
		margin-bottom: 2px;
		padding: 0px;}

      .main-head-content p, ul {
		padding: 0px;}
		
	  .main .main-head .main-head-image {
	  display: none;
	   } 
    .main .main-head .main-head-image {
      height: auto;
      width: 100%;
	}

    .main .main-head .main-head-landing {
  	  height: auto; 
	  width: 100%; 
	  object-fit: cover;
	  overflow: hidden;
 }	  

    .main .main-head .main-head-landing img {
	   width: 100%; 
	   height: auto; 
	   object-fit: cover;

	}
	   
.breadcrumbs {
  display: inline-block;
  vertical-align: top;
  padding: 4px 20px;
  position:relative;
  top: 10px;

  padding: 0px;
  display: none; }

	   }



/*****************************************************	Breadcrumbs   *******************************/

.breadcrumbs {
  display: inline-block;
  vertical-align: top;
  padding: 14px 20px;
  padding: 0px;
  background: rgba(255,255,255,0.5);
  border-radius: 0;
  border: 0;
  font-size: .9rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  position:relative;
  top: 20px;
    left: 20px;
   display: none;   

  /*  Mobile  */ }

  .breadcrumbs a {
    color: #de9e39; }

  .breadcrumbs > *:before {
    content: '::';
    margin: 0 6px; }
  @media (max-width: 767px) {

    .breadcrumbs {
      padding: 10px; }

    .breadcrumbs > *:before {
      position: relative;
      top: -2px;
      margin: 0 2px; } }



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

.content {
  padding: 30px 0 28px;
  min-height: 40em;
  
  /*  Mobile  */ }

@media (max-width: 767px) {
    .content {
      padding: 15px 0px; } }

 /************************************************* .featured widget formatting ***********************************/
 
 /* ---------------------------------- *	Widget ------------------------------------------------------------ */
.widget {
  margin-bottom: 48px; }
  .widget .widget-title {
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .widget .widget-title:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    margin: 16px 0 30px;
    background: #de9e39; }

/* ------------------------------------- *	Widget Archive ------------------------------------------------------------ */

.widget_archive ul {
  margin: -5px 0 0;
  list-style: none outside none; }
  .widget_archive ul li {
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em; }

  .widget_archive ul a {
    color: #75737f; }

  .widget_archive ul a:hover {
    color: #de9e39; }

  .widget_archive ul a:before {
    content: '\f105';
    display: inline-block;
    vertical-align: top;
    margin: -1px 10px -1px 0;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal; }

/* ------------------------------------------------------------ *	Widget Categories ----------------- */
.widget_categories ul {
  margin: -5px 0 0;
  list-style: none outside none; }
  .widget_categories ul li {
    margin-bottom: 22px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  .widget_categories ul a {
    color: #75737f; }
  .widget_categories ul a:hover {
    color: #de9e39; }
  .widget_categories ul a:before {
    content: '\f105';
    display: inline-block;
    vertical-align: top;
    margin: -1px 10px -1px 0;
    font-family: FontAwesome;
    font-size: 14px;
    font-weight: normal; }

/* --------------------------------------- *	Widget Tagcloud ------------------------------------------------------------ */
.widget_tag_cloud .tagcloud {
  font-size: 0;
  margin-bottom: -8px; }
  .widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 11px;
    margin: 0 9px 14px 0;
    border: 1px solid #27262c;
    color: #27262c;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.025em; }
  .widget_tag_cloud .tagcloud a {
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }
  .widget_tag_cloud .tagcloud a:hover {
    background: #de9e39;
    border-color: #de9e39;
    color: #fff; }

/* ------------------------------------ *	Widget Gallery ------------------------------------------------------------ */
.widget_gallery ul {
  list-style: none outside none;
  text-align: center; }
  .widget_gallery ul div {
    position: relative; }
  .widget_gallery ul div:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(250, 111, 28, 0); }
  .widget_gallery ul div:after {
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out; }
  .widget_gallery ul div:hover:after {
    background: rgba(250, 111, 28, 0.83); }
  .widget_gallery ul div a {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 20px;
    visibility: hidden;
    opacity: 0; }
  .widget_gallery ul div 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%); }
  .widget_gallery ul div:hover a {
    opacity: 1;
    visibility: visible; }
  .widget_gallery ul div:hover a {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

/* --------------------------------------- *	Widget Text ------------------------------------------------------------ */
.widget_text .widget-body {
  margin: -6px 0 0; }

.widget_text .widget-body p {
  margin-bottom: 25px;
  letter-spacing: 0.025em; }
  
  


/************************************ 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;
}

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

.list-news-posts{
  margin: 0;
  list-style: none outside none; }
  .list-news-postsli {
    overflow: hidden; }
    .list-news-postsli + li {
      margin-top: 34px; }
    .list-news-postsli span {
      position: relative;
      float: left;
      width: 70px;
      margin-right: 17px; }
    .list-news-postsli span:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(250, 111, 28, 0); }
    .list-news-postsli span:after {
      -webkit-transition: background 0.2s ease-out;
      -o-transition: background 0.2s ease-out;
      transition: background 0.2s ease-out; }
    .list-news-postsli span:hover:after {
      background: rgba(250, 111, 28, 0.83); }
    .list-news-postsli span a {
      position: absolute;
      z-index: 10;
      left: 50%;
      top: 50%;
      color: #fff;
      font-size: 20px;
      visibility: hidden;
      opacity: 0; }
    .list-news-postsli 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-news-postsli span:hover a {
      opacity: 1;
      visibility: visible; }
    .list-news-postsli span:hover a {
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .list-news-postsli div {
      float: none;
      overflow: hidden; }
    .list-news-postsli h4 {
      margin: 0 0 5px;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px;
      line-height: 1.6;
      letter-spacing: 0.05em; }
    .list-news-postsli h4 a {
      color: #27262c; }
    .list-news-postsli h4 a:hover {
      color: #d2c423; }
    .list-news-postsli p {
      margin: 0;
      font-size: 12px;
      color: #52505b;
      letter-spacing: 0.025em; }
	  
	  
	    .post-title {
      margin: 0 0 5px;
/*      text-transform: uppercase;*/
      font-weight: 600;
      font-size: 1.0em;
      line-height: 1.4;
      letter-spacing: 0.03em;
	   text-transform: none;
	  
	  
	   }


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

.post-title a:hover {
      /*color: #de9e39;*/ }
	  
.event-desc .event-desc-header, .post-title {
    margin: 0 0 0.5rem 0;
    padding: 0;
	font-size: 1.2em;
	font-weight: 500; }
  
  
  /* ------------------- *	Latest News ------------------------------------------------------------ */

.latest-news-items {
  list-style: none outside none; }
  .latest-news-items .latest-news-item {
    overflow: hidden;
    margin-bottom: 10px;
    padding-right: 25px; }
    .latest-news-items .latest-news-item .latest-news-item-image {
      float: left;
      width: 80px;
      margin-right: 20px; }
    .latest-news-items .latest-news-item .latest-news-item-content {
      overflow: hidden; }
      .latest-news-items .latest-news-item .latest-news-item-content h4 {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 0.05em; }
      .latest-news-items .latest-news-item .latest-news-item-content h4 a {
        color: #27262c; }
      .latest-news-items .latest-news-item .latest-news-item-content h4 a:hover {
        color: #d2c423; }
      .latest-news-items .latest-news-item .latest-news-item-content p {
        margin: 0; }

 
 
  
	
.profilepullquote{
	padding: 20px;
	font-size: 1.5em;
	border-top: 2px solid #a7a9a9;
	border-bottom: 2px solid #a7a9a9;
	margin-top: 1em;}	
	  
.profilevideo {
	position: absolute;
	z-index: 90;
	color: #ffffff;
	margin-left: 85%;
	margin-right: 5%;
	width: 75px;
	bottom: 4em;
	z-index: 200;
	}	  
	
@media (max-width: 767px) {

.profilevideo {
	position: absolute;
	z-index: 90;
	color: #ffffff;
	margin-left: 65%;
	margin-right: 5%;
	width: 75px;
	bottom: 6em;
	z-index: 200;
	}	  


 }

.profilevideo a i {
	color: #ffffff;	
	font-weight: 300;
	}	  


.profilevideo a:hover i {
	color: #de9e39;	
	}	  

div#MyFrame {
	margin-top: 0px;
	padding-top: 0px;}

#MyFrame iframe {
	width: 100%!Important;
	/*height: auto;
	height: 100%!Important;*/
	text-align: center;
	border: 0px;
 }	
 
#MyFrame.inlist iframe {
	height: auto;
	height: 100%!Important;
	 }	



#MyFrameCourses iframe {
	height: 225px!Important;
	width: 100%!Important;
	text-align: center;
	border: 0px;
}

#MyFrame.facultyvideo iframe {
	min-height: 360px;
	height: 100%;
	max-width: 500px;
}
	 


@media (max-width: 767px) {

#MyFrame.facultyvideo iframe {
	/*min-height: 360px!Important;
	height: 100%;*/
	height: auto!Important;
	width: 100%;
	min-height: 50px;
}
	
}


 @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
	  max-width: 500px;
      right: 0;
      width: 40%; } }




div#profileimage {
	 
}
 

  
	  
	   
/* -------------------------------- *	Event  ------------------------------------------------------- */
.events {
  list-style: none outside none;
  margin: 0 -15px; }
  .events li {
    padding: 0 15px; }

.event {
  padding-bottom: 10px;
  margin-bottom: 41px; }
  .event .event-image {
    margin-bottom: 35px; }
  .event .event-image img {
    width: 100%; }
  .event .event-title {
    margin-bottom: 18px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.7; }
  .event .event-title a {
    color: #27262c; }
  .event .event-title a:hover {
    color: #de9e39; }
  .event .event-meta {
    margin-bottom: 28px;
    font-size: 14px;
    color: #52505b;
    letter-spacing: 0.05em; }
  .event .event-meta .fa {
    margin-right: 3px; }
  .event .event-meta span {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    white-space: nowrap; }
  .event .event-entry {
    margin-bottom: 32px;
    letter-spacing: 0.025em; }
  .event .event-entry p {
    margin-bottom: 0; }
  .event .event-actions .button {
    display: inline-block;
    vertical-align: middle;
    padding: 9px 18px; }
  .event .event-actions .button-facebook {
    padding: 7px 15px 8px;
    margin-left: 4px; }
  .event .event-actions .button-facebook .fa {
    margin: 0; }

/* --------------------- *	Event Alt ----------------------------------------------------------- */

.event-alt {
  padding-bottom: 10px; }
  .event-alt .event-image {
    margin-bottom: 27px; }
  .event-alt .event-image img {
    width: 100%; }
  .event-alt .event-title {
    margin-bottom: 14px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.05em; }
  .event-alt .event-title a {
    color: #27262c; }
  .event-alt .event-title a:hover {
    color: #de9e39; }
  .event-alt .event-meta {
    margin-bottom: 24px;
    font-size: 14px;
    color: #52505b;
    letter-spacing: 0.05em; }
  .event-alt .event-meta .fa {
    margin-right: 3px; }
  .event-alt .event-meta span {
    display: inline-block;
    vertical-align: top;
    padding-right: 25px;
    white-space: nowrap; }
  .event-alt .event-entry {
    letter-spacing: 0.025em; }
  .event-alt .event-entry p {
    margin-bottom: 0; }

/* -------------------------------------- *	Event Small -------------------------------------------------------- */

.event-small {
  padding-bottom: 12px;
  border-bottom: 1px solid #dcdcdc; }
  .event-small .event-image {
    position: relative;
    margin-bottom: 21px; }
  .event-small .event-image img {
    width: 100%; }
  .event-small .event-date {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center; }
  .event-small .event-date small {
    display: block;
    padding: 2px 0 1px;
    background: #27262c;
    font-size: 100%; }
  .event-small .event-date span {
    display: block;
    padding: 3px 0;
    background: #de9e39; }
  .event-small .event-content {
    margin-bottom: 31px; }
  .event-small .event-content h4 {
    margin-bottom: 16px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.9; }
  .event-small .event-content a {
    color: #27262c; }
  .event-small .event-content a:hover {
    color: #de9e39; }
  .event-small .event-content p {
    letter-spacing: 0.025em; }
  .event-small .event-actions .button {
    padding: 6px 16px;
    letter-spacing: 0.05em;
    font-size: 12px; }
  .event-small .event-actions .button-facebook {
    margin-left: 12px;
    padding: 6px 14px; }
  .event-small .event-actions .button-facebook .fa {
    margin: 0;
    font-size: 14px; }
	
	
/**********************************   callout *****************************/
	
	
/* ------------------------------------------ *	Callout ------------------------------------------------------------ */
.callout {
  padding: 43px 0;
  background: #e5e5e5;
  
  background: transparent;
  /*  Small Desktop  */
  /*  Mobile  */ }
  
  .callout .callout-title {
    font-weight: bold;
    color: #404040;
    /*text-transform: uppercase;*/
    letter-spacing: 0.05em;
    line-height: 1.7;
	font-size: 1.6em;
	padding-top: 1em; }
	
	
.comments{}

.comment {
	font-weight: 500!Important;
	font-size: 1.4em;
	display: inline;
	font-style: italic;
}

.commentsource {
	display: inline-block;
	margin-left: 25px;
	text-transform: uppercase;
	}

@media (max-width: 767px) {
.comment {
	font-weight: 500!Important;
	font-size: .9em;
	display: inline;
	font-style: italic;
}
	
}

	
  .callout .callout-actions {
    padding: 18px 0;
    font-size: 0;
    text-align: right;
	 }
	 
  .callout .callout-actions .button {
    display: inline-block;
    vertical-align: top;
    min-width: 213px;
    margin: 0;
	 }
	
  .callout .callout-separator {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase; }
	
  .callout .callout-separator span {
    display: inline-block;
    vertical-align: middle;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: #54525e;
    text-align: center;
    line-height: 43px;
    font-size: 1rem; }
  .callout .callout-separator:before,
  .callout .callout-separator:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 1px;
    background: #54525e; }
  @media (max-width: 1199px) {
    .callout .columns {
      width: 100%; }
    .callout .callout-title {
      text-align: center; }
    .callout .callout-actions {
      text-align: center; } }
  
  @media (max-width: 767px) {
    .callout .callout-separator {
      display: block;
      padding: 10px 0;
      text-align: center; }
    .callout .callout-separator:before,
    .callout .callout-separator:after {
      display: none; }

 .buttonextra {
  font-size: 1rem; }
	 
	  }
	  


/********************************************************************	Footer*****************************************************************/
footer {
    background: #232323;
	color: rgba(255,255,255,0.6);
	}

.footer {
  /*  Tablet Portrait  */
  /*  Mobile  */ }

  .footer .footer-section .footer-section-title {
    color: #fff;
    font-weight: 900;
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: 0.05em; }

  .footer .footer-section .footer-section-title:after {
    content: '';
    display: block;
    width: 46px;
    height: 1px;
    margin: 22px 0 20px;
 }
  .footer .footer-section .footer-section-body {
    overflow: hidden; 
	color: rgba(255,255,255,0.6);}
	
  .footer .footer-section .footer-section-body > p {
    margin-bottom: 25px;
    letter-spacing: 0.025em;
	color: rgba(255,255,255,0.6); }

 


  .footer .footer-body {
    padding: 85px 0;
		}


  .footer .footer-contacts {
    letter-spacing: 0.025em;
	color: rgba(255,255,255,0.6); }
    .footer .footer-contacts span {
      color: #fff;
	  color: rgba(255,255,255,0.6); }
    .footer .footer-contacts p {
      margin: 0 0 12px;
	  color: rgba(255,255,255,0.6); }
    .footer .footer-contacts a {
      color: inherit; 
	  color: rgba(255,255,255,0.6);}
    .footer .footer-contacts a:hover {
      color: #fff; }
    .footer .footer-contacts .fa {
      min-width: 14px;
      margin-right: 7px; }
  .footer .footer-bar {
    padding: 15px 0;
    background: #191919;
	padding-bottom: 25px; }


  .footer .footer-credits {
    /*float: left;*/
 }
    .footer .footer-credits p {
      margin: 0;
      line-height: 40px;
    	font-size: .9rem; }

    .footer .footer-credits a {
      color: #fff; }

    .footer .footer-credits a:hover {
      opacity: .7; }

  .footer .footer-socials {
    float: right;
	float: left; }

    .footer .footer-socials ul {
      margin: 0;
      list-style: none outside none;
      overflow: hidden; }
    
	.footer .footer-socials li {
      float: left; }
    
	.footer .footer-socials li + li {
      margin-left: 0px; }
    
	.footer .footer-socials a {
      display: block;
      padding: 0 1px;
      color: inherit;
      font-size: 2rem;
	  border: 1px solid rgba(255,255,255,0.6);
	  width: 60px;
	  height: 60px;
	  text-align: center; }
    
	.footer .footer-socials a {
      -webkit-transition: color 0.2s ease-out;
      -o-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
    
	.footer .footer-socials a:hover {
      background-color: #fff;
	  color: #018497; }
	  
	  
	  
	  
	  
  @media (max-width: 1023px) {
    .footer .footer-section {
      margin-bottom: 30px; }
      .footer .footer-section .footer-section-title:after {
        margin: 10px 0; }
      .footer .footer-section .footer-section-body > p {
        margin-bottom: 10px; }
    .footer .footer-body {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .footer .footer-credits,
    .footer .footer-socials {
      float: none;
      text-align: center; }
      .footer .footer-credits ul,
      .footer .footer-socials ul {
        display: inline-block;
        vertical-align: top; }
    .footer .footer-credits p {
      margin-bottom: 10px;
      line-height: 1.3; }
    .footer .footer-body {
      padding-bottom: 0; } }

.footerlist-links {
  /*float: left;*/
  list-style: none outside none;
  margin: 0;
  list-style: none outside none;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.025em; }

  .footerlist-links li {
    padding: 6px 0; }

  .footerlist-links a {
    color: #7d7b87; 
	color: rgba(255,255,255,0.6);}
  .footerlist-links a:hover {
    color: #fff; }

	  
	  
/* ------------------------------------------------------------ *	List Links  ---------------------------------------------------- */
.list-links {
  float: left;
  min-width: 120px;
  list-style: none outside none;
  margin: 0;
  list-style: none outside none;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.025em; }
  .list-links li {
    padding: 6px 0; }
  .list-links a {
    color: #7d7b87; }
  .list-links a:hover {
    color: #fff; }


/*********************************************  DEFAULT STYLES ***************************************************************************/	
	
	

	

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

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-size: fit-width;
	text-transform: uppercase;*/
	padding: 0px;
	color: #1caebf;
 }

 

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

h2 {
	font-size: 2.5em;
	/* font-family: "Roboto Condensed", sans-serif;*/
	
}

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

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

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

h5 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.4em!Important;
  
  
 }

h6 {
  font-size: 1.3em; 
  font-weight: 400;

	text-transform: none;
}

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

.headunderline {
  	
}

hr {
    width: 70%;
    border: 1px solid #ccc;
}

.benefit{
    margin-top: 30px;
  }

.icon {
    font-size: 40px;
    color: #ccc;
  }



 /*************** font sizing for phones ****************************/

@media (max-width: 767px) {


h1 {
	font-size: 1.4em;
	font-size: fit-width;
	text-transform: uppercase;
 }

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

h2 {
	font-size: 1.3em;
}

.subtitle{
	font-size: 1.2rem;
}

h3 {
  font-size: 1.1em;
  font-weight: 400;
 }

h4 {
  font-size: 1.1em;
  font-weight: 600;
 }

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

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




/**************************  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: inherit;
  font-weight: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-bottom: 1.42857rem; }

ul {
  margin-left: 1.1em; }

  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 ************************************************************************/
 
 
.landing {
    background-color: #eeeeee;
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
 
}

 
.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);
	}
.landings h4 {
	font-size: 1.1em;
	margin-top: 20px;
	font-weight: 500;
}

.landings {
   -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;
   display:block;
   overflow: visible;
   text-align: left;
  background: rgba(255,255,255,0.8);
  padding: 8px;
  border-right: 10px solid #eeeeee;
  /*margin-right: 8px;*/
  max-width: calc(100% - 10px)!Important;  
  height: 100%;
}



.landingsalt {
   margin-bottom: 20px;
   display:block;
   overflow: visible;
   text-align: left;
    padding: 0px;
  margin-right: 10px;
  max-width: calc(100% - 20px)!Important;  
}


.landingsalt:last-child {
  width: 100%!Important;
  float: left;
}

.landings:last-child {
  border-right: 0px solid #eeeeee;
  margin-right: 0px;

}

@media (max-width: 640px) {

.landings {
  border-right: 0px solid #eeeeee;
  margin-right: 0px;
  max-width: calc(100% - 10px)!Important;  

 }

}

.landings p {
	font-size: inherit;}

.landings img {
	width: 100%;
	max-height: 160px;
	background: #ffffff;
	border: 1px solid #cccccc;
	overflow: hidden;
	}


.division {
	}

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

.landings:hover  img {
	max-height: 160px;
	overflow: hidden;
}

.landings a {
	color: inherit;
	text-decoration: none;}

.landings a:focus {
	color: inherit;
	text-decoration: none;}




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

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


/******************************************************/

.featuresrow {
background: transparent;
color: #404040;
border-top: 0px solid #cccccc;}


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

.aligncenter {
	text-align: center;
	padding-top: 10px;
}

.features-icon {
    display: table;
    height: 50px;
    margin: 0 auto;
    width: 50px;
    margin-top: -51px;
    font-size: 1.8em;
    margin-bottom: 0;
	}

.features-icon i {
    color: #404040;
    display: table-cell;
    text-align: center;
    vertical-align: middle!Important;
	padding-bottom: 2px;
	color: #ffffff;
	font-size: 1.3em;
}

.features img {}

.features H2, .features H1 {
	font-size: 1.2rem;
	text-transform: uppercase;
	margin-top: 0;
	padding: 0;
	margin-bottom: 0;
	color: #ffffff;
	text-align: center;
	font-weight: 600;
	}

.features.title {}

.featurescontent{
	line-height: 1;
	font-size: .9rem;
	padding: 0em;
	padding-top: 0;}


.featuresblue{
background: #0575E6;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #244f7c, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: #313131; 
}

.featuresred {
background: #e52d27;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #b31217, #e52d27);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #b31217, #e52d27); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: #313131; 
}

.featuresgreen {
background: #56ab2f;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #a8e063, #56ab2f);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #a8e063, #56ab2f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

background: #FFB75E;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #ED8F03, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: #313131; 
}


/*****************************************************/



.stats {
    background: rgba(0,0,0,0.8);
	background: #36c0d3;
	background: #b7d433;
	background: rgba(183,212,51,0.8);
	background: #009ada;
	color: #ffffff; 
	max-height: 480px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	color: #ffffff; 
    background: #b7d433 url(/images/headers/backcity.jpg) no-repeat center center;
	background-color: #244f7c;
	background-size: cover;
	}

.statsback {
	width: 100%;
	height: 100%;
	background: rgba(183,212,51,0.9);
	background: rgba(158,190,11,0.9);
	background: #009ada;
	background-color: #244f7c;
	}	
	
	
	

.featuredcontainer {
	background-color: rgba(0,0,0,0.9);
	background-color: #31c0d1;
    background: #31c0d1 url(/images/siteimages/backdropxx.jpg) no-repeat center 0;
	background-size: cover;
	color: #ffffff; 
	min-height: 420px;
	overflow: visible;
	padding: 20px;
	padding-bottom: 0px;
	margin: 0px;
	}
 
.featured.leftside {
	max-height: 500px;
	overflow: visible;
	min-height: 300px;
	padding: 0px;
	margin: 0px;
	padding-top: 2.7%;
	 }

div#MyFrameHomeVideo {
	padding: 0px!Important;
	margin: 0px;
	min-height: 400px;
	max-height: 500px;
	overflow: hidden;
 }


#MyFrameHomeVideo iframe {
	width: 100%;
	text-align: center;
	border: 0px;
	padding: 0px;
	margin: 0px;
	 }	

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


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

.featured.rightside h3 {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 1.3em!Important;}


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

@media (max-width: 767px) {

.featured {
	max-height: auto;
	overflow: visible;
	}
	
.featured.leftside {
	max-height: auto;
	overflow: visible;
	min-height: 100px;
	padding: 0px;
	margin: 0px;
	 }

div#MyFrameHomeVideo {
	padding: 0px!Important;
	margin: 0px;
	min-height: 100px;
	max-height: auto;
	overflow: hidden;
	 }


#MyFrameHomeVideo iframe {
	width: 100%;
	height: 100%;
	 }	

}

.benefits{

    margin-top: 50px;

  }

 
	

.imagestyle {
	padding: .6em;
	border: 1px solid #cccccc;
	  
}
.imagestyle .vert {
	border: 0px solid #cccccc;
}


.imagestyle .horz {
	padding-top: 1.5em;
	padding-bottom: 1.5em;	
	border: 1px solid #cccccc;
	border-left: 0px;
	border-right: 0px;}

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

.imageright {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;}	
	
.imagecaption {
	font-variant: small-caps;
	color: rgba(0,0,0,0.7);
	text-align: left;
	position: relative;
	top: -2px;
	font-size: .8em;
	margin-bottom: 25px;  }	
	
	
/****************************************************  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;}	
	

.sidebar{
	margin-top: 25px;}
	
	
/********************************************** Action icons */

#actionitems {
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30;
	padding-left: 0;
	margin-bottom: 30px;
}
.aligncenter {
	text-align: center!Important;
}

.actionitems i {
	font-size: 26px;
	line-height: 30px;
	color:#FFF;
	display: inline-block;
	text-align: center;
    vertical-align: middle;
	}
	
.actionitems a {
	margin-right: 20px;} 	


 @media (max-width: 767px) {
.actionitems a {
	margin-right: 20px;
	width: 80%;
	text-align: center;
	} 	
}
	  
	
.standardlist {
	list-style: none;
	margin: 0px;
	margin-left: -50px;
	padding: 0px;
	
	}	

.standardlist li{
margin-left: 0px!Important;
	padding-left: 0px!Important;
   margin-bottom: 2em;}	
	
	
.standardlist h6 {
    margin-bottom: 0px;
	padding-bottom: 0px;}	
	
	
	
.socialsharing {}	

 
.socialsharing ul {
      margin: 0;
      list-style: none outside none;
      overflow: hidden;
	  padding: 0; }
    
.socialsharing li {
      float: left;
	  line-height: 2; }
    
.socialsharing li + li {
      margin-left: 4px; }
    
.socialsharing a {
      display: block;
      padding: 0 1px;
	  padding-top: .03em;
      color: #ffffff;
      font-size: 1.6em;
	  border: 1px dotted rgba(255,255,255,0.1);
	  background: rgba(12,40,72,1.0);
	  width: 2em;
	  height: 2em;
	  text-align: center; }
    
.socialsharing a {
      -webkit-transition: color 0.2s ease-out;
      -o-transition: color 0.2s ease-out;
      transition: color 0.2s ease-out; }
    
.socialsharing a:hover {
      background-color: #eeeeee;
	  color: #018497; }
	  
	  
	  
/*************************  news alerts **********************************************/

.alert {
width: 100%;
padding: 1em;
}
.alert h4 {
	color: #ffffff;
	letter-spacing: .3em;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
}


.amber {
   background: #fd9503;}

.missing {
  background: #064c84;
  color: #ffffff;
  }

.wanted{
  background: #a71e24;}	  


.up-arrow  {
	text-decoration: none; font-size: 3rem; color: #404040; 
	background-color: #ffffff!Important;
	z-index: 1000; font-weight: 300; opacity: 0.9; filter: alpha(opacity=60); /* For IE8 and earlier */
	position: relative;
	top: -6px;
	}
	
	
.captcha_error_message {
	color: #F00;}	
	
		