/*# sourceMappingURL=styles.css.map */

/* CSS RESET
---------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/* UNIVERSAL
---------------------------------------------- */
html, body {height: 100%;}
body{font-family: "lato",sans-serif;font-weight: 400;overflow-x: hidden; background: #343434;}

h1{font-size: 52px;padding-top: 18px;}
h2{font-size: 30px;padding-top: 16px;font-weight: 300;}
h3{font-size:24px;color: #282828;padding-top: 35px; font-weight: 300;}
h4{font-size: 14px;color: #407cca;font-weight: 700;text-transform: uppercase;padding-top: 30px;}
h5{font-size:16px;color: #000000; font-weight: 700;padding-top: 12px;}
h6{font-size: 14px;font-weight: 700; padding-top: 12px;color:#a9006f;}
p{color: #2d2a2a;padding: 15px 0px 5px 0;font-weight: 300;font-size:15px;}
blockquote {padding: 10px 32px 12px 32px; width: 120%; margin: 18px 0 18px -13%;}
blockquote p {color: #b4b4b4; font-size: 25px; line-height: 42px; text-align: center;}
blockquote p:last-child {font-size: 16px; line-height: 24px; text-align: center; font-style: italic;}
blockquote p:first-child {color: #b4b4b4; font-size: 25px; line-height: 42px; text-align: center;}

h1,h2,h3,h4,h5,h6,p {line-height: 1.5;}

strong{font-weight: 700;}
em {font-style: italic;}
h1 strong{font-weight:400;}
h2 strong{font-weight:400;}

a {
  color:#f15631;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
a:hover {cursor: pointer;color:#407cca;}

.wysiwyg p {clear: both; overflow: auto;}
.wysiwyg img {max-width: 100%; height: auto !important;}
.wysiwyg img.fleft {float: left; margin: 0 36px 36px 0; width: 40%;}
.wysiwyg img.fright {float: right; margin: 0 0 36px 36px; width: 40%;}
.wysiwyg iframe {width: 100%; height: 400px;}
.wysiwyg .indent {border-left: 3px solid #82ccff; padding-left: 36px; margin-top: 36px;}
.wysiwyg .indent h3 {padding-top: 0;}

.title {text-align: center;}
.title h1 {display: inline-block;font-size: 52px;color: white;border-left:2px solid rgba(233, 233, 233, 0.30);padding: 30px 50px 30px 50px;font-weight: 300;}
.title.alt h1 {font-size: 40px; color: white; border-left: none; font-weight: 300; max-width: 960px; margin: 0 auto; line-height: 1.35;}
.spacer {height: 36px;}

li{color: #2d2a2a;font-weight: 300;}

.wrap80{width: 80%;margin: 0 auto;}
.wrap50{width: 50%;margin: 0 auto;}

hr {border:0;height:2px;background:#ebebeb;width:157px;margin-top: 37px;}

.container{max-width: 1250px;margin: 0 auto;display: block;position:relative;}
.wrapper{max-width: 800px;margin: 0 auto 120px auto;}
.wrapper.smallmargin{margin-bottom:60px;}
.wrapper.nomargin{margin-bottom: 0;}
.interstitial {}
.interstitial.offset {position: relative; top: -60px;}

.light-blue{background-color: #407cca;}
.dark-blue{background-color: #002e6d;}
.red{background-color: #f15631;}
.light-gray{background-color: #ebebeb;}
.black{background-color:#2d2a2a;}

.shade {
	position: absolute;
	z-index: 10;
	width: 100%;
	background: #000;
	height: 0;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.mobile-push-wrap{position:relative;overflow-x:hidden;background: #fff;}
.mobile-push-wrap.open .shade {height: 100%; opacity: .92;}

.bgimg {background-position: center center; background-size: cover; background-repeat: no-repeat;}
.bgimg.bottom {background-position: center bottom;}
a.bgimg {display: block;}
a.bgimg:hover {opacity: .8;}

.portal-flag .views-field-nid {display: none;}
.portal-flag .flag {
  position: absolute;
  top: 9px;
  right: 32px;
  width: 18px;
  height: 24px;
  background: #a9006f;
  z-index: 1;
}
  .portal-flag .flag:after {
    content: "";
    position: absolute;
    top: 17px;
    background: #a9006f;
    -webkit-transform: skewY(-30deg);
    transform: skewY(-30deg);
    width: 18px;
    height: 12px;
  }
  .portal-flag .flag.no-pad {
    top: -1px;
  }

.element-invisible {display: none !important;}

.centered {text-align: center;}

.flex-centered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.clearfix:after {content: "";display: table;clear: both;}

/* MENU
---------------------------------------------- */
.desktop-nlogo{
    background: url("../images/nlogo.png") no-repeat center center #002e6d;
    width: 160px;
    float: left;
    height: 164px;
    /*background-color: #002e6d;*/
}
.mh-wrap{
    padding-left: 160px;
}
.logo{
	width: initial;
	display: inline-block;
}
.desktop-logo{
	display: block;
  width: 212px;
  height: auto;
}
.mobile-logo{
	display: none;
  width: 195px;
  height: auto;
}
.get-care{
	display: none;
	background-color: #f15631;
	color: white;
	height: 36px;
	width: 160px;
	position: absolute;
	right: 100px;
	top: 0px;
	text-align: center;
	padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
}
  .get-care:hover {
    color: #fff;
  }
.mobile{
	background-color: #407cca;
	position: fixed;
	right:-100%;
  overflow-y: scroll;
}
  .mobile > ul:last-child {
    padding-bottom: 300px;
  }
.mobile li{
	border-top: 1px solid #336cb7;
}
  .mobile li a{
  	color: white;
  	font-size: 16px;
  	padding: 15px 30px;
  	text-transform: uppercase;
  	display: block;
  	line-height: 22px;
  }
    .mobile li a:hover{
    	background-color:#2c568d;
    }

.mobile .expanded .menu{
  display: none;
  background-color: #336cb7;
}
  .mobile .expanded .menu li a{
    text-transform: none;
    font-size: 15px;
    line-height: 16px;
    color: #a6cdff;
  }

  .mobile .expanded .menu .expanded .menu li{
  	background-color: #2d61a4
  }
  .mobile .expanded .menu .expanded .menu li a{
    padding-left: 50px;
  }

  .mobile:not(.portal) > .menu:first-of-type > li:first-child{
    background-color: #f15631;
    border-top: none;
  }
  .mobile:not(.portal) > .menu:first-of-type > li:nth-child(2){
    background-color: #002e6d;
    border-top: none;
  }
    .mobile .menu li .menu li{
      background-color: #336cb7;
    }
.mobile .welcome {
  font-style: italic;
  padding: 24px 30px;
  line-height: 1.4;
  color: rgba(255, 255, 255, .6);
  font-weight: 300;
  border-top: 1px solid #336cb7;
}
  .mobile .welcome strong {
    font-weight: 400;
  }

.mobile-toggle {
	display: none;
	height: 60px;
	width: 100px;
	background-color: white;
	position: absolute;
	right: 0px;
	top:0px;
	z-index: 3;
	font-size: 14px;
  font-weight: 600;
	text-transform: uppercase;
}
  .mobile-toggle:hover {
  	cursor: pointer;
  }
  .mobile-toggle::before {
  	content: 'Menu';
  	color: #002e6d;
  	position: relative;
  	top: 23px;
  	left: 26px;
  }
  .mobile-toggle.active {
  	background-color:#f15631;
  	border-left: 1px solid #FFFFFD;
  }
  .mobile-toggle.active::before {
  	content: 'Close';
  	color: white;
  	position: relative;
  	top: 23px;
  	left: 26px;
  }
.portal .mobile-toggle {
  background-color: #002e6d;
}
  .portal .mobile-toggle::before {
    color: #fff;
  }

/* desktop menu */

.search h2{
	display: none;
}
.search label{
	display: none;
}
.utility-nav .container {
	padding: 16px 30px;
    height: 78px;
}
#wrap .utility-nav{
	background-color: #407cca;
}
  #wrap .utility-nav.portal {
    background: #fff;
      padding-right:30px;
  }
#wrap .utility-nav .menu{
	display: table;
	width: 40%;
	list-style: none;
	float: right;
	padding: 26px 61px 0px 0px;
	position: relative;
}
  #wrap .utility-nav.portal .menu {
    padding-right: 0;
  }
#wrap .utility-nav ul li {
	display: table-cell;
	text-align: center;
	position: relative;
  white-space: nowrap;
  font-size: 13px;
  padding: 0 24px;
}
  #wrap .utility-nav.portal ul li {

  }
    #wrap .utility-nav.portal ul li.welcome {
      font-style: italic;
      color: #444;
      font-weight: 300;
    }
      #wrap .utility-nav.portal ul li.welcome strong {
        font-weight: 400;
      }
#wrap .utility-nav ul li a {
	display: block;
	color: white;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 5px 0 42px 0;
}
  #wrap .utility-nav.portal ul li a {
    color: #002e6d;
  }
#wrap .utility-nav ul li a:hover{
  color: #002e6d;
}
  #wrap .utility-nav.portal ul li a:hover{
    color: #f15631;
  }
#wrap .utility-nav .last, #wrap .utility-nav li:nth-last-child(2) {
    padding-right: 0;
}
#wrap .utility-nav .last a, #wrap .utility-nav li:nth-last-child(2) a {
  color: #407cca;
  background-color: white;
  padding: 10px 22px;
  border-radius: 22px;
  border: 2px solid white;
  text-transform: uppercase;
}
  #wrap .utility-nav .last a:hover, #wrap .utility-nav li:nth-last-child(2) a:hover{
    cursor: pointer;
    color: white;
    background-color: #407cca;
  }
  #wrap .utility-nav.portal .last {
    padding-right: 0;
  }
#wrap .utility-nav.portal .last a{
  color: #002e6d;
  text-transform: none;
  border: 2px solid #002e6d;
}
  #wrap .utility-nav.portal .last a:hover{
    color: white;
    background-color: #002e6d;
  }
#wrap .main-nav {
	position:relative;
}
#wrap .main-nav .menu{
	display: table;
	width: 100%;
	list-style: none;
}
/* utility drop down nav begin */
#wrap .utility-nav .menu .expanded .menu{
	visibility: hidden;
	width: 224px;
	background-color: white;
	padding: 20px;
	position: absolute;
	top: 50px;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.2);
	margin-left: -132px;
	left: 50%;
	z-index: 4;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out
}
  #wrap .utility-nav .menu .expanded .menu li{
  	display:block;
    padding: 0;
  }
  #wrap .utility-nav .menu .expanded .menu li a{
  	text-align: left;
  	color: #838383 !important;
  	display: block;
  	width: 100%;
    padding: 5px 20px;
  	-webkit-transition: all 0s ease-out;
  	transition: all 0s ease-out;
  	line-height: normal !important;
  	background: none !important;
  }
    #wrap .utility-nav .menu .expanded .menu .last a:last-child{
    	color: #838383 !important;
    	padding: 5px 20px;
    	border-radius: initial;
      border: none;
      text-transform: none;
    }
  #wrap .utility-nav .menu .expanded:hover .menu{
    visibility: visible;
    opacity: 1;
  }
  #wrap .utility-nav .expanded .leaf .menu{
  	width: 100%;
  }
#wrap .utility-nav .expanded .menu ul li{
	display: block !important;
	padding: 6px 0px !important;
	background-color: white !important;
}
  #wrap .utility-nav .expanded .menu ul li a{
  	text-align: left;
  	color: #838383 !important;
  	display: block;
  	width: 100%;
  	-webkit-transition: all 0s ease-out;
  	transition: all 0s ease-out;
  	line-height: normal !important;
  	background: none !important;
  }
    #wrap .utility-nav .menu .expanded .menu .last a:last-child:hover{
    	color: #407cca !important;
    }
    #wrap .utility-nav .menu .expanded .menu li a:hover{
    	color: #407cca !important;
    }
  .utility-nav .menu .expanded .menu::before {
  	position: absolute;
  	top: -16px;
  	left: 50%;
    margin-left: -11px;
  	display: inline-block;
  	border-right: 12px solid transparent;
  	border-bottom: 12px solid #CCC;
  	border-left: 12px solid transparent;
  	border-bottom-color: rgba(153, 153, 153, 0.2);
  	content: '';
  }
.utility-nav .menu .expanded .menu::after {
	position: absolute;
	top: -12px;
	left: 50%;
  margin-left: -11px;
	display: inline-block;
	border-right: 12px solid transparent;
	border-bottom: 12px solid white;
	border-left: 12px solid transparent;
	content: '';
}
  #wrap .utility-nav > .container > .menu {
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
  }
  #wrap .utility-nav > .container > .menu.hidden {
    opacity: 0;
  }
/* utility drop down nav end */
/* main navigation starts */
#wrap .main-nav {
	margin: 0;
	display: block;
	/*padding: 0px 30px;*/
	padding: 0 0 0 30px;
	z-index: 2;
}
  #wrap .main-nav.portal {
    background: #407cca;
  }
  #wrap .main-nav > ul {
    max-width: 1250px;
    margin: 0 auto;
  }
	#wrap .main-nav > ul > li {
		display: table-cell;
		text-align: center;
		/*width: 14.28%;*/
    position: relative;
	}
		#wrap .main-nav > ul > li > a {
			display: block;
			color: #002e6d;
			font-size: 14px;
			font-weight: 700;
			letter-spacing: 1px;
			text-transform: uppercase;
      line-height: 20px;
      height: 54px;
      box-sizing: border-box;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
		}
      #wrap .main-nav.portal > ul > li > a {
        color: #fff;
      }
		#wrap .main-nav > ul > li > a.active {
      color: #f15631;
      background: url("../images/blue-arrow.png") no-repeat top center;
    }
      #wrap .main-nav.portal > ul > li > a.active {
        color: rgba(255, 255, 255, .6);
        background: url("../images/white-arrow.png") no-repeat top center;
      }
		#wrap .main-nav ul li a:hover{
      color:#407cca;
    }
      #wrap .main-nav.portal ul li a:hover{
        color: rgba(255, 255, 255, .6);
      }
		#wrap .main-nav:not(.portal) > .menu > .last{
      background-color: #f15631;
      z-index: 1;
    }
		#wrap .main-nav:not(.portal) > .menu > .last > a {
			color: white;
		}
		#wrap .main-nav:not(.portal) > .menu > .last:hover > a,
    #wrap .main-nav:not(.portal) > .menu > .last > a.active {
			background-color: #aa006f;
		}

	#wrap .main-nav .expanded{
		z-index: 3;
	}
	#wrap .main-nav > .menu > .expanded > .menu {
		visibility: hidden;
		width: 256px;
		background-color: white;
		padding: 18px 22px;
		position: absolute;
		top: 50px;
		-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.2);
		-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.2);
		box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.2);
		margin-left: -150px;
		left: 50%;
		text-align: left;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out
	}
		#wrap .main-nav > .menu > .expanded:hover > .menu {
      visibility: visible;
      opacity: 1;
    }
    #wrap .main-nav:not(.portal) > .menu > li:last-child:hover > .menu {
      visibility: hidden;
    }
		#wrap .main-nav > .menu > .expanded > .menu::before {
			position: absolute;
			top: -16px;
			left: 50%;
      margin-left: -11px;
			display: inline-block;
			border-right: 12px solid transparent;
			border-bottom: 12px solid #CCC;
			border-left: 12px solid transparent;
			border-bottom-color: rgba(153, 153, 153, 0.2);
			content: '';
		}
		#wrap .main-nav > .menu > .expanded > .menu::after {
			position: absolute;
			top: -12px;
			left: 50%;
      margin-left: -11px;
			display: inline-block;
			border-right: 12px solid transparent;
			border-bottom: 12px solid white;
			border-left: 12px solid transparent;
			content: '';
		}

			#wrap .main-nav > .menu > .expanded > .menu > li a {
				display: block;
				padding: 6px 0px;
				color: #838383;
				font-size: 15px;
				font-weight: 700;
				line-height: 1.4;
			}
			#wrap .main-nav > .menu > .expanded > .menu > li a:hover {
				color: #407cca;
			}
				#wrap .main-nav > .menu > .expanded > .menu > .expanded > .menu li a {
					font-size: 14px;
					font-weight: 300;
					padding-left: 14px;
				}
				#wrap .main-nav > .menu > .expanded > .menu > .expanded > .menu li a:before{
					content:"- ";
				}
/* main navigation ends */

/* admin nav */
nav.admin {
  background: #000;
}
  nav.admin ul {
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
  }
    nav.admin ul li {
      display: inline-block;
      margin: 0 12px;
    }
      nav.admin ul li a {
        display: block;
        padding: 6px 12px;
        text-transform: uppercase;
        font-size: 11px;
        color: #fff;
        font-weight: 700;
      }
        nav.admin ul li a:hover {
          color: #f15631;
        }

#search {
    position: absolute;
    z-index: 0;
    right: -39px;
    top: 29px;
    z-index: 5;
  }

.utility-nav.portal #search{
    right:-80px;
}
    #search input[type="text"] {
      position: absolute;
      right: 69px;
      background: white;
      padding: 6px 10px;
      width: 34px;
      border-radius: 22px;
      font-size: 12px;
      line-height: 18px;
      color: #407cca;
      -webkit-transition: width .2s ease-in-out;
      transition: width .2s ease-in-out;
      cursor: pointer;
      text-indent: -9999px;
      z-index: 5;
    }
.utility-nav.portal #search input[type="text"] {

border-color: #002e6d;
}


#search input[type="text"]:focus {
        border-color: #407cca;
        cursor: default;
        width: 200px;
        text-indent: 0;
        padding-right: 32px;
      }

    #search input[type="submit"] {
      position: absolute;
      top: -5px;
      right: 69px;
      background: transparent;
      border: 0;
      text-indent: -9999px;
      padding: 0;
      width: 34px;
      height: 34px;
      border-radius: 22px;
      pointer-events: none;
    }
    #search .icon {
      position: absolute;
      z-index: 10;
      right: 77px;
      top: 22px;
      height: 18px;
      width: 18px;
      pointer-events: none;
    }
      #search .icon svg {
        fill: #407cca;
        stroke: #407cca;
      }
.utility-nav.portal #search .icon svg{

    fill: #002e6d;
    stroke: #002e6d;
}

      #search:hover .icon {
        opacity: .8;
      }

  #mobile-search {
    position: relative;
    background: #2d64ae;
    padding: 0 70px 0 30px;
  }
     #mobile-search input[type="text"] {
      background: transparent;
      padding: 6px 0;
      font-size: 14px;
      line-height: 22px;
      color: #fff;
      width: 100%;
      border: 0;
      border-radius: 0;
    }
      #mobile-search input[type="text"]::-webkit-input-placeholder,
      #mobile-search input[type="text"]::-moz-placeholder,
      #mobile-search input[type="text"]:-ms-input-placeholder {
        color: #407cca;
        opacity: 1;
      }
      #mobile-search input[type="text"]:focus {

      }

    #mobile-search input[type="submit"] {
      position: absolute;
      right: 17px;
      top: 15px;
      background: transparent;
      text-indent: -9999px;
      padding: 0;
      width: 34px;
      height: 34px;
      border-radius: 22px;
      border-color: #fff;
      margin: 0;
    }
    #mobile-search .icon {
      position: absolute;
      right: 26px;
      top: 22px;
      height: 18px;
      width: 18px;
      pointer-events: none;
    }
      #mobile-search .icon svg {
        fill: #fff;
        stroke: #fff;
      }


/* MAIN BUILD
---------------------------------------------- */
#main{
	z-index: 1;
}
  #main ul {
  	padding:8px 0px 15px 50px;
  	font-size: 16px;
  }
    #main ul li{
    	list-style-type: circle;
    	padding: 3px 0px 4px 0px;
    	line-height: 1.4;
    }
  #main ol {
  	padding:8px 0px 15px 50px;
  	font-size: 16px;
  }
    #main ol li{
    	list-style-type: decimal;
    	padding: 3px 0px 4px 0px;
    	line-height: 1.4;
    }
.intro {
	padding: 32px 0px;
}
  .intro img {
    max-width: 100%;
    height: auto !important;
  }
  .intro p{
  	font-size: 28px;
  	text-align: center;
  }
  .intro h2{
  	text-align: center;
  	font-size: 42px;
    padding-top: 110px;
  }
  .intro h3 {
    padding-top: 64px;
    font-weight: 400;
    color: #5f5f5f;
  }
  .intro hr {
    margin-top: 28px;
  }
.intro.alt {
  padding: 0 0 100px 0;
}
  .intro.alt h2 {
    padding-top: 100px;
  }
  .intro.alt h2 strong {
    color: #407cca;
  }
  .intro.alt p{
    font-size: 18px;
    padding-top: 35px;
  }
.top{
	position: relative;
}
.triangle{
	position: absolute;
	bottom: -1px;
	width: 100%;
	font-size: 0;
  left: 0;
}
  .triangle.reversed {
  	-webkit-transform: scale(-1, 1);
  	transform: scale(-1, 1);
  }
  .triangle.top {
    bottom: auto;
    top: -1px;
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1);
  }
  .triangle img{
  	width: 100%;
  }

/* ALERT
---------------------------------------------- */
.alert {
	background-color: #aa006f;
	position: relative;
}
.alert p{
	padding: 20px 50px 20px 0;
	color: white;
	text-align: center;
	max-width: 90%;
   margin: 0 auto;
}
.dismiss-alert{
	position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 20px;
  width: 23px;
  height: 23px;
}
.dismiss-alert:hover{
	cursor:pointer;
	opacity: .7;
}

/* BREADCRUMB
---------------------------------------------- */
.breadcrumb{
	position: absolute;
	padding: 20px 30px 0 30px !important;
	max-width: 1250px;
	margin: 0 auto;
	display: block;
	left: 0;
	right: 0;
	z-index: 1;
}
.breadcrumb li{
	display: inline-block;
	background-color: white;
	border: 1px solid white;
	margin: 5px 10px 15px 0px;
	font-size: 12px;
	padding:5px 0px!important;
}
.breadcrumb li:first-child{
	margin-left:0px;
}
.breadcrumb li a{
	color: #2d2a2a;
	padding: 10px;
}
.breadcrumb li:hover{
	background-color: transparent;
	border: 1px solid white;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.breadcrumb li:last-child{
	background-color: transparent;
	border:1px solid white;
	color: white;
	padding: 5px 10px !important;
	text-transform: uppercase;
}
.breadcrumb li a:hover{
	color: white;
}
.header-img{
	height:410px;
	z-index: 1;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/* HOME PAGE
---------------------------------------------- */
.slider-wrap {
  position: relative;
  overflow: hidden;
}
.slider {
  position: relative;
  width: 100%;
}
  .slider > * {
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
  }

.home-loader {
  position: relative;
  background: #ccc;
  height: 800px;
}
  .home-loader .wrap {
    text-align: center;
  }
  .home-loader .preload {
    position: absolute;
  }
    .home-loader .preload img {
      width: 1px;
      height: 1px;
      opacity: .01;
    }


#static {
	display: block !important;
}

.home-slider, .home-static {
  height: 800px;
  display: none;
}
  .home-slider .slide,
  .home-static .slide {

  }
  .home-slider .slide.featured,
  .home-static .slide.featured {

  }
    .home-slider .slide.featured .content,
    .home-static .slide.featured .content {
      text-align: center;
      padding-bottom: 36px;
    }
      .home-slider .slide.featured .content p,
      .home-static .slide.featured .content p {
        font-size: 0;
        padding-top: 0;
      }
      .home-slider .slide.featured .content p strong,
      .home-slider .slide.featured .content p em,
      .home-static .slide.featured .content p strong,
      .home-static .slide.featured .content p em {
        display: inline-block;
        font-size: 24px;
        line-height: 1;
        font-weight: 400;
        white-space: nowrap;
        padding: 15px 20px 16px;
      }
      .home-slider .slide.featured .content p strong,
      .home-static .slide.featured .content p strong {
        background: rgba(0,0,0,.6);
        color: #fff;

      }
      .home-slider .slide.featured .content p em,
      .home-static .slide.featured .content p em {
        background: rgba(255,255,255,.9);
        font-style: normal;
      }
  .home-slider .slide.standard,
  .home-static .slide.standard {

  }
    .home-slider .slide.standard .content,
    .home-static .slide.standard .content {
      margin-left: 20%;
      width: 30%;
      padding-bottom: 36px;
    }
      .home-slider .slide.standard .content h2,
      .home-static .slide.standard .content h2 {
        color: #fff;
        font-size: 36px;
        padding-top: 0;
        text-shadow: 0 0 5px rgba(0,0,0,.4);
      }
      .home-slider .slide.standard .content h6,
      .home-static .slide.standard .content h6 {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        text-shadow: 0 0 5px rgba(0,0,0,.4);
      }
      .home-slider .slide.standard .content p,
      .home-static .slide.standard .content p {
        color: #fff;
        text-shadow: 0 0 5px rgba(0,0,0,.4);
        padding: 15px 0 0 0;
      }

    .home-slider .slide .content a.btn:hover,
    .home-static .slide .content a.btn:hover {
      color: #fff;
      border-color: #fff;
    }

  .home-slider-wrap .ctrl {
    position: absolute;
    z-index: 1;
    -webkit-transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
  }
    .home-slider-wrap .ctrl:hover {
      opacity: 1;
    }
    .home-slider-wrap .ctrl img {
      width: 100%;
      height: auto;
    }
  .home-slider-wrap .prev {
    width: 32px;
    left: 30px;
    top: 50%;
    margin-top: -65px;
    opacity: .7;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
    .home-slider-wrap .prev:hover {
      -ms-transform: rotate(90deg) scale(1.4,1.4);
      -webkit-transform: rotate(90deg) scale(1.4,1.4);
      transform: rotate(90deg) scale(1.4,1.4);
    }
  .home-slider-wrap .next {
    width: 32px;
    right: 30px;
    top: 50%;
    margin-top: -65px;
    opacity: .7;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
    .home-slider-wrap .next:hover {
      -ms-transform: rotate(-90deg) scale(1.4,1.4);
      -webkit-transform: rotate(-90deg) scale(1.4,1.4);
      transform: rotate(-90deg) scale(1.4,1.4);
    }
  .home-slider-wrap .down {
    width: 24px;
    height: 24px;
    bottom: 100px;
    left: 50%;
    margin-left: -36px;
    padding: 24px;
    border-radius: 72px;
    border: 3px solid #fff;
  }
    .home-slider-wrap .down img {
      position: relative;
      top: 6px;
    }
    .home-slider-wrap .down:hover {
      -ms-transform: scale(1.2,1.2);
      -webkit-transform: scale(1.2,1.2);
      transform: scale(1.2,1.2);
    }



.gradient-top-white {
  height: 100%;
  background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 20%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,0) 20%,rgba(255,255,255,0) 100%);
}

.gradient-bottom-white {
  background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,1) 100%);
}

.gradient-top-white.cover, .gradient-bottom-white.cover {
  position: absolute;
  height: 100%;
  width: 100%;
}


/* Homepage Popup
----------------------------------------*/
#shade{
    width:100%;
    height:100%;
    background-color:rgba(37,37,37,.74);

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99998;}

.homepage-popup{
    position: fixed;
    width: 686px;
    height: 439px;
    top: 200px;
    left: 58%;
    margin-left: -400px;
    z-index: 99999;
    background: url(../images/popup-bgimage.jpg);
    transition: background 0.15s ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-shadow: 3px 3px 148px 25px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 148px 25px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 148px 25px rgba(0,0,0,0.25);
    box-sizing: border-box;
}

.homepage-popup h1{
    background-color: #407cca;
    color:#FFF;
    margin: -8px 0 0 -3px;
    font-size:35px;
    text-align: center;
    padding:5px;
    width:361px;
}


.homepage-popup  .subHead1,
.homepage-popup  .subHead2{
    background-color:#FFF;
    color:#f15631;
    margin-top: 5px;
    width: 49%;
    font-size: 30px;
    padding: 10px;
    margin-left: 25px;
}
.homepage-popup  .subHead1{
    margin-top:45px;
}
.homepage-popup  .subHead2{
    width:60%;
}
.homepage-popup .bottom-triangle p{
    color:#002e6d;
    font-size: 22px;
    width:45%;
    float: left;
    padding:0 0 25px 40px;
}
.homepage-popup .close{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 28px;
    height: 28px;
    background: url(../images/popup-close.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 10;
}

.homepage-popup .bottom-triangle{
    /*background-image: url("../images/popup_triangle.png");*/
    background-position: bottom center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    padding-top: 38px;
}

.homepage-popup .btn{
    position: relative;
    bottom: 5px;
    font-size: 17px;
    right: -26px;
    padding: 20px;
}

@media(max-width: 700px) {
    /*.homepage-popup,
    #shade{
        display: none;
    }*/
    .homepage-popup {
      width: 90%;
      max-width: 686px;
      left: 0;
      right: 0;
      margin: 0 auto;
      /*height: 340px;*/
    }
    .homepage-popup .btn {
      right:0px;
      text-align:center;
    }
    .homepage-popup h1 {
      font-size: 25px;
    }
    .homepage-popup .subHead1,
    .homepage-popup .subHead2 {
      font-size: 20px;
    }
    .homepage-popup .btn {
      font-size: 14px;
      border-radius: 30px;
    }
}
@media(max-width: 500px) {
  .homepage-popup {
    background-position: right -240px center;
  }
  .homepage-popup h1{
    width:261px;
}
}

/* Homepage donation form
----------------------------------------*/
.donation-copy{
  padding:0 24px 0px 24px;
}
.donation-form{
  margin: 0 auto;
    display: block;
    max-width: 300px;
    padding: 30px 0px 50px 0px;
}
.donation-form select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    color: #aaaaaa;
    font-size: 14px;
    font-weight: 300;
    position: relative;
    cursor: pointer;
    border: 2px solid #ebebeb;
    border-radius: 30px;
    padding: 12px 20px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-sizing: border-box;
    background: white;
    width: 300px;
}
.donation-form .form-type-radio{
  margin-top:20px;
  width: 147px;
}
.donation-form .form-type-radio .option{
  text-align: center;
}
.donation-form .donate{
  margin: 20px auto;
    display: block;
}

/* Reusable block components
----------------------------------------*/
/* #staging-background {
  padding: 150px;
} */

.featured-callout {
  text-align: center;
}
  .featured-callout .content {
    padding: 100px 36px 100px 36px;
    margin: 0 auto;
    width: 100%;
    max-width: 880px;
    box-sizing: border-box;
  }
    .featured-callout .content h2 {
      padding-top: 0;
    }
    .featured-callout .content p {
      max-width: 60%;
      margin: 0 auto;
      font-size: 18px;
    }
    .featured-callout .content hr {
      margin: 18px auto;
    }
    .featured-callout .content strong {
      color: #407cca;
    }
    .featured-callout .content .btn {
      position: relative;
      top: 12px;
    }
/*Specify which class and then target a specific page, then apply current callout (homepage callout is where the text is)
then a.btn will access the a tag and target the btn class*/
.front.page-node-30 .featured-callout a.btn {
  border-radius: 0px;
  background-color: transparent;
  text-transform: none;
  top: 0px;
  padding: 0px;
  border: none;
  font-weight: 100;
  margin: 0px;
  font-family: "lato", sans-serif;
  font-size: 18px;
  color: #f15631;
  letter-spacing: 0px;
}
.front.page-node-30 .featured-callout a.btn:hover {
  color: #407cca;
  transition: all 0.2s ease-out;
}
.callouts {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .callouts .callout {
    width: 50%;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 100px 36px 120px 36px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
  }
.callout-slider .slider {
  height: 500px;
  -ms-transform: translate(5%, 0);
  -webkit-transform: translate(5%, 0);
  transform: translate(5%, 0);
}
  .callout-slider .slider .callout {
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 100px 36px 120px 36px;
  }
.callout-slider .ctrl {
  position: absolute;
  top: 240px;
  opacity: 1;
  width: 32px;
  z-index: 1;
  -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
  .callout-slider .ctrl img {
    width: 100%;
    height: auto;
  }
  .callout-slider .ctrl:hover {
    opacity: .8;
  }
  .callout-slider .prev {
    left: 4%;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
    .callout-slider .prev:hover {
      -ms-transform: rotate(90deg) scale(1.4,1.4);
      -webkit-transform: rotate(90deg) scale(1.4,1.4);
      transform: rotate(90deg) scale(1.4,1.4);
    }
  .callout-slider .next {
    right: 4%;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
    .callout-slider .next:hover {
      -ms-transform: rotate(-90deg) scale(1.4,1.4);
      -webkit-transform: rotate(-90deg) scale(1.4,1.4);
      transform: rotate(-90deg) scale(1.4,1.4);
    }
.callouts .callout h2,
.callout-slider .slider .callout h2 {
  font-size: 36px;
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
.callouts .callout p,
.callout-slider .slider .callout p {
  font-size: 18px;
  color: #fff;
  width: 100%;
  max-width: 50%;
  margin: 0 auto;
}

.feature-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .feature-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    width: 50%;
    height: 300px;
    position: relative;
  }
    .feature-item .image {
      width: 30%;
      position: relative;
    }
      .feature-item .bg,
      .feature-item .fg {
        position: absolute;
        width: 100%;
        height: 100%;
      }
        .feature-item .fg {
          opacity: 0;
          -webkit-transition: opacity 0.2s ease-out;
          transition: opacity 0.2s ease-out;
        }
        .feature-item:hover .fg {
          opacity: 1;
        }
    .feature-item .description {
      box-sizing: border-box;
      width: 70%;
      padding: 32px;
      background: #fff;
    }
      .feature-item .description h5 {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 900;
      }
      .feature-item .description p {
        font-size: 14px;
        line-height: 1.7;
        color: #222;
        letter-spacing: .3px;
      }
      .feature-item .description p.view-more {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px;
      }
      .feature-item .description .text-wrap {
        position: relative;
        overflow: hidden;
        height: 165px;
      }
        .feature-item .description .text-wrap .gradient-bottom-white {
          display: none;
        }

.statistic-full-wrap {
  position: relative;
}
.statistic-full {
  text-align: center;
  padding: 100px 36px 136px 36px;
}
  .statistic-full .image img {
    width: 300px;
    height: auto;
  }
  .statistic-full .content {

  }
    .statistic-full .content p {
      color: #222;
      width: 100%;
      max-width: 900px;
      margin: 0 auto;
      font-size: 28px;
      letter-spacing: .5px;
    }
      .statistic-full .content p strong {
        color: #407cca;
      }

.quote {
  position: relative;
  padding: 196px 0 128px 0;
  text-align: center;
  color: #fff;
}
  .quote .author {
    font-size: 15px;
    margin-bottom: 8px;
    padding: 0 36px;
  }
    .quote .author span {
      text-transform: uppercase;
      font-weight: bold;
    }
  .quote .body {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 36px;
  }
    .quote .body p {
      color: #fff;
      font-size: 28px;
    }

.video {
  padding: 170px 36px;
  text-align: center;
}
  .video .play-button {
    display: inline-block;
    margin-bottom: 18px;
    width: 80px;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
    .video .play-button:hover {
      -webkit-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
      opacity: .8;
    }
    .video .play-button img {
      width: 100%;
      height: auto;
    }
  .video .title h1 {
    border-left: 0;
    font-size: 42px;
    padding: 0;
    max-width: 800px;
  }
  .video .title hr {
    opacity: .3;
    margin: 12px auto 0 auto;
  }

.lightbox-video {
  position: absolute;
  width: 1200px;
  height: 780px;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -340px;
}
  .lightbox-video iframe {
    width: 100%;
    height: 680px;
  }
  .lightbox-video p {
    color: #ddd;
    font-size: 13px;
  }

/* STANDARD LISTING
---------------------------------------------- */
.standard-listing {
  padding-top: 70px;
}
  .standard-listing .body {
    padding-bottom: 70px;
  }
  .standard-listing .views-row {
    position: relative;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 48px;
    padding-bottom: 48px;
  }
    .standard-listing .views-field-field-image,
    .standard-listing .views-field-field-featured-image,
    .standard-listing .views-field-field-main-graphic {
      float: left;
      width: 30%;
      position: relative;
    }
      .standard-listing .views-field-field-image a,
      .standard-listing .views-field-field-featured-image a,
      .standard-listing .views-field-field-main-graphic a {
        display: block;
      }
        .standard-listing .views-field-field-image a:hover,
        .standard-listing .views-field-field-featured-image a:hover,
        .standard-listing .views-field-field-main-graphic a:hover {
          opacity: .8;
        }
      .standard-listing .views-field-field-image img ,
      .standard-listing .views-field-field-featured-image img ,
      .standard-listing .views-field-field-main-graphic img {
        width: 100%;
        height: auto;
      }
    .standard-listing .views-field-created {
      padding-left: 35%;
      vertical-align: top;
      color: #407cca;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 24px;
      letter-spacing: .5px;
    }
      .standard-listing .noimg .views-field-created {
        padding-left: 0;
      }
    .standard-listing .views-field-title {
      padding-left: 35%;
      line-height: 1.4;
    }
      .standard-listing .noimg .views-field-title {
        padding-left: 0;
      }
      .standard-listing .views-field-title a{
        color:#2d2a2a;
        font-size: 24px;
      }
        .standard-listing .views-field-title a:hover {
          color: #407cca;
        }
    .standard-listing .views-field-field-byline {
      padding-left: 35%;
      line-height: 1.4;
      font-size: 12px;
      color: #888;
      padding-top: 2px;
      padding-bottom: 4px;
    }
      .standard-listing .noimg .views-field-field-byline {
        padding-left: 0;
      }
    .standard-listing .views-field-body {
      font-size: 13px;
      color: #5c5c5c;
      padding-left: 35%;
    }
      .standard-listing .noimg .views-field-body {
        padding-left: 0;
      }
      .standard-listing .views-field-body p {
        padding-top: 4px;
      }
    .standard-listing .views-field-field-values {
      padding-left: 35%;
      font-weight: 300;
      font-size: 14px;
      margin-bottom: 18px;
    }
      .standard-listing .noimg .views-field-field-values {
        padding-left: 0;
      }
      .standard-listing .views-field-field-values .field-content {
        background: url(../images/tag.png) left center no-repeat;
        padding-left: 24px;
      }
    .standard-listing .views-field-view-node{
      padding-left: 35%;
    }
      .standard-listing .noimg .views-field-view-node {
        padding-left: 0;
      }
      .standard-listing .views-field-view-node a{
        font-size: 11px;
        text-transform: uppercase;
      }
      .standard-listing .views-field-view-node:after {content: "";display: table;clear: both;}
    .standard-listing .views-field-field-video-id {
      display: none;
    }

#main .standard-listing ul.pager {
    text-align: center;
    padding-top: 56px;
  }
    #main .standard-listing ul.pager li {
      display: inline-block;
      font-weight: bold;
      padding: 0 10px;
    }
    #main .standard-listing ul.pager li.pager-item {padding-top: 25px;}
    #main .standard-listing ul.pager li.pager-first {display: none;}
    #main .standard-listing ul.pager li.pager-previous {float: left;}
    #main .standard-listing ul.pager li.pager-next {float: right;}
    #main .standard-listing ul.pager li.pager-last {display: none;}

/* SEARCH RESULTS
---------------------------------------------- */
.search-listing #search-form, .search-listing h2 {
  display: none;
}

  #main .search-listing ul, #main .search-listing ol {
    list-style-type: none;
    padding: 0;
  }
    #main .search-listing ul li, #main .search-listing ol li {
      list-style-type: none;
      padding: 0;
    }

  #main .search-listing ul.results li {
    margin-bottom: 24px;
  }

/* SPECIAL LISTINGS
---------------------------------------*/

/* Event listings */
.event-listing .event-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .event-listing h3{
    text-align: center;
    margin:36px auto 50px;
    font-size: 42px;
    font-weight: 400;
    width: 100%;
    padding-bottom: 2px;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
    .event-listing h3 span {
      display: inline-block;
      padding: 0 36px;
      border-bottom: 2px solid #ebebeb;
    }
  .event-listing .views-row {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    width: 28%;
    vertical-align: top;
    margin: 0 2% 32px 2%;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(172,172,172,0.2);
    -moz-box-shadow: 0px 1px 5px 2px rgba(172,172,172,0.2);
    box-shadow: 0px 1px 5px 2px rgba(172,172,172,0.2);
    background: white;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    transition: transform 0.2s;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .multi-upcoming-events .views-row {
    position: absolute;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(172,172,172,0.2);
    -moz-box-shadow: 0px 1px 5px 2px rgba(172,172,172,0.2);
    box-shadow: 0px 1px 5px 2px rgba(172,172,172,0.2);
    background: white;
    -webkit-transition: transform 0.2s;
    -moz-transition: transform 0.2s;
    transition: transform 0.2s;
     -ms-transform: scale(.8,.8);
    -webkit-transform: scale(.8,.8);
    transform: scale(.8,.8);
  }
    .event-listing .views-row > a,
    .multi-upcoming-events .views-row > a {
      display: block;
    }
    .event-listing .views-row:hover{
      -ms-transform: scale(1.1,1.1);
      -webkit-transform: scale(1.1,1.1);
      transform: scale(1.1,1.1);
      cursor: pointer;
    }
    .multi-upcoming-events .views-row:hover,
    .multi-upcoming-events .views-row.active{
      -ms-transform: scale(.95, .95);
      -webkit-transform: scale(.95, .95);
      transform: scale(.95, .95);
      cursor: pointer;
      z-index: 1;
    }
    .event-listing .views-field-field-date,
    .multi-upcoming-events .views-field-field-date{
      background: url("../images/triangle.png") no-repeat center center;
      background-size: cover;
      background-position: 0px 0px;
      background-color: #407cca;
    }
      .event-listing .portal-event .views-field-field-date,
      .multi-upcoming-events .portal-event .views-field-field-date{
        background-color: #a9006f;
      }
    .event-listing .views-field-field-date span,
    .multi-upcoming-events .views-field-field-date span{
      color: white;
      text-align: center;
      display: block;
      padding: 25px 25px 32px 25px;
      font-size: 26px;
      letter-spacing: 2px;
      font-weight: 100;
    }
    .event-listing .views-field-title span,
    .multi-upcoming-events .views-field-title span{
      font-size:22px;
      color: #acacac;
      text-align: center;
      display: block;
      padding: 24px 24px 36px 24px;
      line-height: 29px;
      -webkit-transition: color 0.2s;
      -moz-transition: color 0.2s;
      transition: color 0.2s;
    }
      .event-listing .views-row:hover .views-field-title span,
      .multi-upcoming-events .views-row:hover .views-field-title span,
      .multi-upcoming-events .views-row.active .views-field-title span{
        color: #2d2d2d;
      }
    .event-listing .views-field-view-node span,
    .multi-upcoming-events .views-field-view-node span{
      font-size: 11px;
      font-weight:bold;
      text-align: center;
      display: block;
      letter-spacing: 1.3px;
      padding-bottom: 36px;
      text-transform: uppercase;
      color: #f15631;
    }
    .event-listing .views-row:hover .views-field-field-date,
    .multi-upcoming-events .views-row:hover .views-field-field-date,
    .multi-upcoming-events .views-row.active .views-field-field-date {
      background-color: #f15631;
    }
    /* Event -featured */

.featured-event-image{
    position:relative;
    width:50%;
    float:left;
}
.featured-event-image::before {

    background-image: url("../images/triangle-blue.png");

    background-position-y: bottom;
    background-repeat: no-repeat;
    content: "\00a0";
    height: 100%;
    position: absolute;
    width: 100%;
    bottom: 2px;
}


.featured-event-content{
    width:50%;
    float:right;
    padding: 0 0px 0 30px;
    box-sizing: border-box;
    font-size: 22px;
    line-height:30px;

}

.featured-event-content .event-date{
    color: #407cca;
    font-weight: bold;
    font-size: 20px;
    padding:15px 0;

}
.featured-event-content .read-more a{
    border-radius: 0;
    padding: 5px 22px;
}

.featured-event-content .event-title{

    font-size:30px;
}
.featured-event{
    padding:50px 2% 0 2%;
    margin:0 auto;
}

/* Event slider */
.multi-upcoming-events {
  padding: 48px 0;
  background: #FBFBFB;
  border-top: 1px solid #ebebeb;
}
  .multi-upcoming-events h2 {
    font-size: 40px;
    text-align: center;
    padding: 0 36px;
  }
  .multi-upcoming-events hr {
    margin: 12px auto;
  }
.multi-upcoming-events .slider-wrap {
  padding-bottom: 24px;
}
  .multi-upcoming-events .slider-wrap .ctrl-wrap {
    text-align: center;
    padding: 36px 24px 48px 24px;
  }
    .multi-upcoming-events .slider-wrap .ctrl-wrap a {
      display: inline-block;
      width: 30px;
      opacity: .2;
      margin: 0 18px;
      -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
      transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    }
      .multi-upcoming-events .slider-wrap .ctrl-wrap a:hover {
        opacity: .4;
      }
      .multi-upcoming-events .slider-wrap .ctrl-wrap a img {
        width: 100%;
        height: auto;
      }
    .multi-upcoming-events .slider-wrap .ctrl-wrap .prev {
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
    }
      .multi-upcoming-events .slider-wrap .ctrl-wrap .prev:hover {
        -ms-transform: rotate(90deg) scale(1.4,1.4);
        -webkit-transform: rotate(90deg) scale(1.4,1.4);
        transform: rotate(90deg) scale(1.4,1.4);
      }
    .multi-upcoming-events .slider-wrap .ctrl-wrap .next {
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
    }
      .multi-upcoming-events .slider-wrap .ctrl-wrap .next:hover {
        -ms-transform: rotate(-90deg) scale(1.4,1.4);
        -webkit-transform: rotate(-90deg) scale(1.4,1.4);
        transform: rotate(-90deg) scale(1.4,1.4);
      }
.multi-upcoming-events .slider {
  height: 300px;
}
/* Recent press */
.multi-recent-news {
  -ms-transform: translate(0, -165px);
  -webkit-transform: translate(0, -165px);
  transform: translate(0, -165px);
}
  .multi-recent-news .share {
    display: none;
  }
  .multi-recent-news p.float {
    height: 0;
    padding: 0;
  }

.recent-news,
.multi-recent-press {
  padding: 150px 36px 48px 36px;
  position: relative;
}
  .recent-news h2,
  .multi-recent-press h2 {
    font-size: 40px;
    text-align: center;
    padding: 0;
  }
  .recent-news hr,
  .multi-recent-press hr {
    margin: 12px auto;
  }
  .recent-news .columns,
  .multi-recent-press .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 24px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
    .recent-news .columns > div,
    .multi-recent-press .columns > div {
      width: 100%;
    }
      .recent-news .columns > div:nth-child(n+5),
      .multi-recent-press .columns > div:nth-child(n+5) {
        display: none;
      }
  .recent-news .views-row,
  .multi-recent-press .views-row {
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    width: 24%;
    display: inline-block;
    vertical-align: top;
  }
    .recent-news .views-field-field-image,
    .multi-recent-press .views-field-field-image {
      margin-bottom:18px;
    }
      .recent-news .views-field-field-image img,
      .multi-recent-press .views-field-field-image img {
        width: 100%;
        height: auto;
      }
      .recent-news .views-field-field-image .bgimg,
      .multi-recent-press .views-field-field-image .bgimg {
        height: 250px;
        box-shadow:inset 0px 0px 32px rgba(0,0,0,.2);
        -webkit-box-shadow:inset 0px 0px 32px rgba(0,0,0,.2);
        -moz-box-shadow:inset 0px 0px 32px rgba(0,0,0,.2);
      }
    .recent-news .views-field-created,
    .multi-recent-press .views-field-created {
      display: none;
    }
    .recent-news .views-field-title,
    .multi-recent-press .views-field-title {
      font-weight: 700;
    }
    .recent-news .views-field-title a,
    .multi-recent-press .views-field-title a {
      color:#2d2a2a;
    }
      .recent-news .views-field-title a:hover,
      .multi-recent-press .views-field-title a:hover {
        color:#407cca;
      }
    .recent-news .views-field-view-node a,
    .multi-recent-press .views-field-view-node a {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .recent-news .views-field-body p,
    .multi-recent-press .views-field-body p {
      font-size: 14px;
    }
    .recent-news .views-field-title,
    .multi-recent-press .views-field-title,
    .recent-news .views-field-body,
    .multi-recent-press .views-field-body,
    .recent-news .views-field-view-node,
    .multi-recent-press .views-field-view-node {
      padding: 0 10px;
    }
  .recent-news p.view-all,
  .multi-recent-press p.view-all {
    clear: left;
    text-align: center;
    padding: 60px 0 30px 0;
  }

.recent-news.alt {
  padding-top: 64px;
  background: rgb(251,251,251);
  background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(251,251,251,1) 6%);
  background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%,rgba(251,251,251,1) 6%);
  background: linear-gradient(to bottom, rgba(230,230,230,1) 0%,rgba(251,251,251,1) 6%);
}
  .recent-news.alt h2 {
    font-size: 32px;
  }
  .recent-news.alt hr,
  .multi-recent-press hr {
    border-color: #bbb;
  }
  .recent-news.alt .views-field-field-image .bgimg,
  .multi-recent-press.alt .views-field-field-image .bgimg {
    height: 190px;
  }

.multi-recent-press {
  padding-bottom: 96px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background: rgb(251,251,251);
  background: -moz-linear-gradient(bottom, rgba(230,230,230,1) 0%, rgba(251,251,251,1) 6%);
  background: -webkit-linear-gradient(bottom, rgba(230,230,230,1) 0%,rgba(251,251,251,1) 6%);
  background: linear-gradient(to top, rgba(230,230,230,1) 0%,rgba(251,251,251,1) 6%);
  text-align: center;
}
  .multi-recent-press .views-row > div {
    text-align: left;
  }
  .multi-recent-press > .multi-title > p {
    display: none;
  }
  .multi-recent-press .views-row::before {
    position: absolute;
    content: '';
    bottom: 0px;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #CCC;
    border-left: 12px solid transparent;
    border-bottom-color: rgba(128, 128, 128, .3);
    visibility: hidden;
  }
  .multi-recent-press .views-row::after {
    position: absolute;
    content: '';
    bottom: -1px;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #CCC;
    border-left: 12px solid transparent;
    border-bottom-color: rgba(255, 255, 255, 1);
    visibility: hidden;
  }
    .multi-recent-press .views-row:hover::before,
    .multi-recent-press .views-row:hover::after {
      visibility: visible;
    }
/*staff listing */
.user-list {
  max-width: 960px;
  margin: 0 auto;
  padding: 56px 0 36px 0;

}
  .user-list .section-title {
    padding-bottom: 48px;
  }
    .user-list .section-title h2 {
      text-align: center;
      font-size: 40px;
    }
    .user-list .section-title hr {
      margin-top: 12px;
    }
  .user-list .users {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
    .user-list .users .user {
      width: 25%;
      box-sizing: border-box;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      padding: 0 10px 70px 10px;
    }
      .user-list .users .user .image {
        height: 256px;
      }
      .user-list .users .user .content {
        padding: 18px 18px 0 18px;
      }
        .user-list .users .user .content h4,
        .user-list .users .user .content p {
          margin: 0;
          padding: 0;
          line-height: 1.4;
        }
        .user-list .users .user .content h4.name {
          margin-bottom: 4px;
        }
        .user-list .users .user .content p.position {
          color: #979797;
          font-weight: 700;
        }
        .user-list .users .user .content p.company {
          color: #979797;
          font-style: italic;
        }
        .user-list .users .user .content p.since {
          color: #979797;
          font-size: 65%;
          text-transform: uppercase;
          padding-bottom: 16px;
        }
        .user-list .users .user .content div.spacer {
          height: 18px;
        }
        .user-list .users .user .content p.phone {
          font-weight: 400;
        }
        .user-list .users .user .content p.email {
          font-weight: 400;
        }
        .user-list .users .user .content div.bio {
          display: none;
        }

#bio-shade {
  display: none;
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(64, 124, 202, .95);
}

#bio-popup {
  display: none;
  position: absolute;
  width: 720px;
  padding: 120px;
  left: 50%;
  margin-left: -420px;
  z-index: 21;
  text-align: center;
}
  #bio-popup .bio {

  }
    #bio-popup .bio h4,
    #bio-popup .bio p {
      margin: 0;
      padding: 0;
      color: #fff;
    }
    #bio-popup .bio .spacer {
      height: 0;
    }
    #bio-popup .bio .bgimg {
      margin: 0 auto 24px auto;
      width: 240px;
      height: 320px;
    }
    #bio-popup .bio h4 {
      text-transform: none;
      font-size: 32px;
      font-weight: 400;
    }
    #bio-popup .bio .since {
      font-size: 70%;
      text-transform: uppercase;
      padding-bottom: 12px;
    }
    #bio-popup .bio .company {
      font-style: italic;
    }
    #bio-popup .bio .email,
    #bio-popup .bio .phone {
      display: none;
    }
    #bio-popup .bio .bio {
      text-align: left;
      padding-top: 32px;
    }
  #bio-popup .close {
    position: absolute;
    right: 120px;
    height: 60px;
    top: 60px;
  }
    #bio-popup .close:hover {
      opacity: .8;
    }
    #bio-popup .close span {
      display: block;
      width: 60px;
      height: 0;
      border-bottom: 1px solid #fff;
    }
      #bio-popup .close span:first-child {
        -ms-transform: translateY(30px) rotate(45deg);
        -webkit-transform: translateY(30px) rotate(45deg);
        transform: translateY(30px) rotate(45deg);
      }
      #bio-popup .close span:last-child {
        -ms-transform: translateY(30px) rotate(-45deg);
        -webkit-transform: translateY(30px) rotate(-45deg);
        transform: translateY(30px) rotate(-45deg);
      }

.gradient-divider {
  height: 72px;
  border-bottom: 1px solid #ebebeb;
  background: -moz-linear-gradient(bottom, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(bottom, rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%);
  background: linear-gradient(to top, rgba(230,230,230,1) 0%,rgba(255,255,255,1) 100%);
}

/* DETAIL PAGES
---------------------------------------------- */
.detail-wrapper{
	position: relative;
	top: -80px;
	margin-bottom: 40px;
}
  .profile-wrapper {
    top: -200px;
  }
    .profile-wrapper .share {
      padding-top: 24px;
      padding-bottom: 16px;
    }
.detail-title{
	font-size: 42px;
	text-align: center;
	line-height: 46px;
	font-weight: 300;
	padding-top: 24px;
}
.detail-date p{
	font-size: 24.25px;
	color: #407cca;
	text-align: center;
}
.detail-header-img{
  opacity: 0.2;
  height: 153px;
}
  .profile-header-img {
    height: 250px;
  }
.detail-image{
	width: 100%;
	height:auto;
	padding-top: 10px;
  margin: 0 auto;
}
.detail-image img{
	width: 100%;
  height: auto;
}
  .profile-image {
    max-width: 350px;
  }
.detail-byline {
  padding: 12px 0 24px 0;
  text-align: center;
  color: #666;
}
.detail-values {
  padding: 0 !important;
  list-style-type: none !important;
  text-align: center;
  margin-bottom: 40px;
}
  .detail-values li {
    list-style-type: none !important;
    display: inline-block;
    font-size: 14px;
    padding: 0 0 0 20px !important;
    background: url(../images/tag.png) left center no-repeat;
    margin: 0 6px;
  }
.share{
	padding-top: 32px;
  text-transform: uppercase;
  text-align: center;
}
  #main .share ul{
  	display: inline-block;
  	padding: 0px;
  }
    #main .share ul li{
    	display: inline-block;
    	font-size: 11px;
    	font-weight: 700;
    	letter-spacing: 2px;
    	padding: 0;
      margin: 0 5px;
      vertical-align: top;
    }
      .share ul li:first-child {
        position: relative;
        top: -2px;
      }

      .share ul li a {
        display: block;
        background-size: auto 200%;
        background-repeat: no-repeat;
        position: relative;
      }
        .share ul li a:hover {
          cursor: pointer;
          background-position: 0 100%;
        }
      .share ul li a.facebook{
        background-image: url("../images/share-facebook.png");
        height: 14px;
        width: 8px;
      }
      .share ul li a.twitter{
        background-image: url("../images/share-twitter.png");
        height: 13px;
        width: 17px;
        top: 1px;
      }
      .share ul li a.mail{
        background-image: url("../images/share-mail.png");
        height: 11px;
        width: 17px;
        top: 2px;
      }
.event-pager {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #fbfbfb;
  border-top: 1px solid #ebebeb;
  padding: 72px 24px;
}
  .event-pager .event {
    width: 50%;
  }
    .event-pager .event > a {
      display: block;
      width: 50%;
      position: relative;
    }
      .event-pager .event .arrow {
        position: absolute;
        top: 50%;
        width: 28px;
        margin-top: -14px;
        opacity: .12;
        transition: all .2s ease-in-out;
      }
        .event-pager .event a:hover .arrow {
          opacity: .18;
        }
        .event-pager .event .arrow img {
          width: 100%;
          height: auto;
        }
      .event-pager .event .text {
        display: inline-block;
        width: 60%;
      }
        .event-pager .event .dir {
          text-transform: uppercase;
          color: #407cca;
          font-weight: 700;
          font-size: 11px;
          margin-bottom: 36px;
          letter-spacing: 1px;
        }
        .event-pager .event .date {
          margin-bottom: 24px;
          font-size: 24px;
          color: #000;
        }
        .event-pager .event .event-title {
          margin-bottom: 24px;
          color: #555;
          font-size: 17px;
          line-height: 1.2;
          font-weight: 300;
        }
        .event-pager .event .read-more {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 11px;
          letter-spacing: 1px;
        }

    .event-pager .event.prev {
      text-align: right;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      align-items: flex-end;
    }
      .event-pager .event.prev > a {
        padding-right: 160px;
        border-right: 1px solid #ebebeb;
      }
        .event-pager .event.prev .arrow {
          left: 0;
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
        }
          .event-pager .event.prev a:hover .arrow {
            -ms-transform: rotate(90deg) scale(1.4,1.4);
            -webkit-transform: rotate(90deg) scale(1.4,1.4);
            transform: rotate(90deg) scale(1.4,1.4);
          }
        .event-pager .event.prev .text {
          text-align: left;
        }

    .event-pager .event.next {

    }
      .event-pager .event.next > a {
        padding-left: 160px;
      }
        .event-pager .event.next .arrow {
          right: 0;
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
        }
          .event-pager .event.next a:hover .arrow {
            -ms-transform: rotate(-90deg) scale(1.4,1.4);
            -webkit-transform: rotate(-90deg) scale(1.4,1.4);
            transform: rotate(-90deg) scale(1.4,1.4);
          }
        .event-pager .event.next .text {
          text-align: right;
        }
#photo-gallery {
  padding-top: 36px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

  #photo-gallery .photo {
    box-sizing: border-box;
    width: 25%;
    padding: 12px;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
    #photo-gallery a {
      display: block;
    }
      #photo-gallery a:hover {
        opacity: .8;
      }
    #photo-gallery .photo img {
      width: 100%;
      height: auto;
    }
.video-frame {
  height: 500px;
}
  .video-frame iframe {
    width: 100%;
    height: 100%;
  }

/* CORE VALUES PAGE
---------------------------------------------- */
.commit-container{
	padding-bottom: 250px;
  font-size: 0;
  position: relative;
  width: 120%;
  left: -10%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .commit-block{
  	width: 33.3333333%;
  	vertical-align:top;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding: 11px;
  }
    .commit-block .wrap {
      background: #a9006f;
      height: 100%;
    }
.commit-content{
	padding: 10% 1%;
}
  .commit-container p{
  	color: white;
  	letter-spacing: normal;
  	font-size: 14px;
  	text-transform: none;
  	padding: 5% 17%;
  }
    .commit-container a {
    	font-size: 24px;
    	text-align: center;
    	display: block;
    	color:white;
    	text-transform: uppercase;
    	letter-spacing: 3px;
    }
    .commit-block .triangle{
    	position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        z-index: 1;
    }
.commit-image {
	position: relative;
}
  .commit-image img{
  	width: 100%;
  	display: block;
  }
  .commit-image .secondary {
  	position: absolute;
  	display: block;
  }
    .commit-block a:hover > .commit-image .secondary{
    	opacity: 0;
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out;
    }
.core-values {
  padding-bottom: 96px;
}
  .core-values .wrapper {
    margin-bottom: 36px;
  }
    .core-values .wrapper h2 {
      color: white;
      font-size: 42px;
      text-align: center;
      padding-top: 80px;
    }
    .core-values .wrapper hr {
      background: #fff;
      margin-bottom: 25px;
      margin-top: 15px;
    }
    .core-values .wrapper p {
      color: white;
      text-align: center;
    }
  .core-values .slider-wrap .ctrl {
    position: absolute;
    top: 200px;
    opacity: .4;
    width: 32px;
    z-index: 1;
    -webkit-transition: transform 0.2s ease-out, opacity 0.2s ease-out;
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
    .core-values .slider-wrap .ctrl img {
        width: 100%;
        height: auto;
      }
      .core-values .slider-wrap .ctrl:hover {
        opacity: .7;
      }
      .core-values .slider-wrap .prev {
        left: 19%;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
      }
        .core-values .slider-wrap .prev:hover {
          -ms-transform: rotate(90deg) scale(1.4,1.4);
          -webkit-transform: rotate(90deg) scale(1.4,1.4);
          transform: rotate(90deg) scale(1.4,1.4);
        }
      .core-values .slider-wrap .next {
        right: 19%;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
      }
        .core-values .slider-wrap .next:hover {
          -ms-transform: rotate(-90deg) scale(1.4,1.4);
          -webkit-transform: rotate(-90deg) scale(1.4,1.4);
          transform: rotate(-90deg) scale(1.4,1.4);
        }
  .core-values .slider-wrap .pager {
    padding-top: 56px;
    text-align: center;
  }
    .core-values .slider-wrap .pager span {
      display: inline-block;
      margin: 0 8px;
      width: 12px;
      height: 12px;
      border: 3px solid rgba(255, 255, 255, .5);
      border-radius: 12px;
      background: rgba(255, 255, 255, 0);
      -webkit-transition: background-color 0.15s linear, border-color 0.15s linear;
      transition: background-color 0.15s linear, border-color 0.15s linear;
    }
      .core-values .slider-wrap .pager span.active {
        border: 3px solid rgba(255, 255, 255, 1);
        background: rgba(255, 255, 255, 1);
      }

.bio-slider {
  height: 400px;
  -ms-transform: translate(20%, 0);
  -webkit-transform: translate(20%, 0);
  transform: translate(20%, 0);
}
  .bio-slider .slide {
    padding: 0 48px;
  }
    .bio-slider .slide .inner {
      background: #fff;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 100%;
    }
      .bio-slider .slide .inner .bgimg {
        width: 35%;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
      }
      .bio-slider .slide .inner .body {
        width: 65%;
        box-sizing: border-box;
        padding: 96px 56px;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
      }
        .bio-slider .slide .inner .body h3 {
          padding-top: 8px;
          text-transform: uppercase;
          color: #407cca;
          font-weight: 400;
        }
        .bio-slider .slide .inner .body h4 {
          color: #000;
          font-weight: 700;
          padding-top: 0;
        }
        .bio-slider .slide .inner .body h6 {
          color: #000;
          font-weight: 300;
        }
        .bio-slider .slide .inner .body p {
          line-height: 1.7;
        }

/* WHAT DRIVES US
---------------------------------------------- */
.col-2-grid {
  padding: 84px 36px 108px 36px;
}
  .col-2-grid.bgimg {
    padding-bottom: 333px;
    box-shadow: 0px 0px 32px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 32px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 0px 32px rgba(0,0,0,.2);
    background-position: center bottom;
    background-size: 100% auto;
  }
  .col-2-grid .title h2 {
    font-size: 42px;
  }
  .col-2-grid .item-grid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 72px;
    max-width: 1420px;
    margin: 0 auto;
  }
    .col-2-grid .item-grid .item {
      box-sizing: border-box;
      width: 50%;
      padding-right: 96px;
      margin-bottom: 92px;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;

    }
      .col-2-grid .item-grid .item .wrap {
        margin-left: 32px;
        padding-left: 32px;
        border-left: 1px solid #ebebeb;
      }
      .col-2-grid .item-grid .item h4 {
        letter-spacing: 1px;
      }
        .col-2-grid .item-grid .item h4:first-of-type {
          padding-top: 0;
        }
      .col-2-grid .item-grid .item h6 {
        font-size: 12px;
      }
        .col-2-grid .item-grid .item h6 a {
          text-transform: uppercase;
          letter-spacing: 1px;
        }
          .col-2-grid .item-grid .item h6 a:after {
            content: " ›";
          }
      .col-2-grid .item-grid .item p {
        font-size: 14px;
        line-height: 1.7;
      }

/* GET CARE NOW
---------------------------------------------- */
.accordion {
  cursor:pointer;
}
.accordion .title {
  position:relative;
  margin:auto;
  width:fit-content;
  text-align:unset;
}
.acc_toggle {
  border-radius:100%;
  border:2px solid white;
  width:30px;
  height:30px;
  position: absolute;
  transition:all 250ms ease;
  top:7px;
  right:-60px;
}
.acc_toggle::before, .acc_toggle::after {
  content:"";
  width:22px;
  height:3px;
  display:block;
  position:absolute;
  top:50%;
  background:white;
  transform: translateY(-50%) translateX(50%);
  right: 50%;
  border-radius: 5px;
  transition:all 250ms ease;
}
.accordion .content a {
  color:white;
  text-decoration:underline;
  cursor:pointer;
}
.accordion .content a:hover {
  text-decoration:none;
  opacity:0.8;
}
.accordion .content a.btn {
  background:#fff;
  color:#f15631;
  text-decoration:none;
}
.acc_toggle::after {
  transform: translateY(-50%) translateX(50%) rotateZ(90deg);
}
.active .acc_toggle::after {
  transform: translateY(-50%) translateX(50%) rotateZ(0deg);
}
@media(max-width:950px) {
  .acc_toggle {
    width:15px;
    height:15px;
  }
  .acc_toggle::before, .acc_toggle::after {
    width:12px;
    height:2px;
  }
}
@media(max-width:480px) {
  .accordion .title {
    position:static;
  }
  .accordion {
    position:relative;
  }
  .acc_toggle {
    right:15px;
    top:29px;
  }
}
.accordion .wrap-1 {

}
.accordion .wrap-2 {
  background-position: -99999px -99999px;
}
  .accordion.active .wrap-2, .accordion:hover .wrap-2 {
    background-position: center center;
  }
.accordion .wrap-3 {
  padding: 60px 36px;
}
.accordion .title h2 {
  padding: 0;
  font-size: 42px;
  line-height: inherit;
  color: #fff;
  max-width: 1250px;
  margin: 0 auto;
}
.accordion .content {
  display: none;
  /*text-align: center;*/
  padding-top: 18px;
}
  .accordion .content p {
    color: #fff;
    font-size: 20px;
    max-width: 1250px;
    margin: 0 auto;
    padding: 10px 0 0 0;
  }
    .accordion .content p .btn {
      margin-bottom: 0;
    }

.help {
  padding: 108px 24px;
  font-size: 18px;
  text-align: center;
  box-shadow:inset 0px 0px 32px rgba(0,0,0,.2);
  -webkit-box-shadow:inset 0px 0px 32px rgba(0,0,0,.2);
  -moz-box-shadow:inset 0px 0px 32px rgba(0,0,0,.2);
}
  .help.bgimg {
    background-size: 100% auto;
    background-position: bottom center;
  }
  .help .wrap {
    max-width: 960px;
    margin: 0 auto;
  }
  .help hr {
    margin-bottom: 36px;
  }
  .help h6 {
    color: #2d2a2a;
    font-size: 24px;
    font-weight: 400;
  }
    .help h6 strong {
      font-weight: 700;
      color: #407cca;
    }
  .help p {
    font-size: 18px;
  }
  .help a {
    text-decoration: underline;
  }



.get-care-profile {
  background-color: #407cca;
  padding: 48px 24px;
  background-image: url(../images/more-stories-bg.jpg);
}
  .get-care-profile > h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding: 0;
  }
  .get-care-profile > hr {
    margin: 12px auto 60px auto;
  }

  .get-care-profile .wrap {
    margin: 0 auto;
    max-width: 940px;
    background: #fff;
  }
    .get-care-profile .views-row {
      display: none;
    }
      .get-care-profile .views-row:first-child {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
      }
      .get-care-profile .views-field-field-main-graphic {
        width: 35%;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
        position: relative;
      }
        .get-care-profile .views-field-field-main-graphic .field-content,
        .get-care-profile .views-field-field-main-graphic a {
          display: block;
          position: absolute;
          height: 100%;
          width: 100%;
        }
      .get-care-profile .content {
        width: 65%;
        box-sizing: border-box;
        padding: 48px 56px;
        -webkit-flex-shrink: 0;
        -moz-flex-shrink: 0;
        -ms-flex-shrink: 0;
        flex-shrink: 0;
      }
        .get-care-profile .views-field-title {
          font-size: 24px;
          text-transform: uppercase;
          margin-bottom: 16px;
        }
          .get-care-profile .views-field-title a {
            color: #407cca;
          }
        .get-care-profile .views-field-field-byline {
          font-size: 14px;
          font-weight: 300;
          margin-bottom: 16px;
          color: #666;
        }
        .get-care-profile .views-field-body p {
          padding-top: 0;
          font-size: 14px;
          line-height: 1.7;
          color: #000;
        }
        .get-care-profile .views-field-view-node {
          text-transform: uppercase;
          font-size: 13px;
          padding-top: 24px;
          font-weight: 700;
          letter-spacing: .75px;
        }
        .get-care-profile .views-field-nid {
          display: none;
        }
  .get-care-profile > p {
    padding: 36px 0 0 0;
  }

/* STRATEGIC INITIATIVES
------------------------------- */
.initiative-list {

}
  .initiative-list .item {
    padding: 100px 0 220px 0;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(232,232,232,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(232,232,232,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(232,232,232,1) 100%);
  }
    .initiative-list .item .wrap {
      margin: 0 auto;
      max-width: 960px;
      padding: 0 36px;
    }
      .initiative-list .item .wrap .graphic {
        float: left;
        width: 128px;
      }
        .initiative-list .item .wrap .graphic img {
          width: 100%;
          height: auto;
        }
      .initiative-list .item .wrap .content {
        padding-left: 180px;
      }
        .initiative-list .item .wrap .content p {
          font-size: 36px;
          font-weight: 300;
          padding: 0;
        }
          .initiative-list .item .wrap .content p strong {
            font-weight: 400;
            color: #407CCA;
          }

/* PERFORMANCE IMPROVEMENT PLAN MEASUREMENTS
------------------------------- */
.measure-grid {
  border-top: 1px solid #e3e3e3;;
  border-bottom: 1px solid #e3e3e3;
}
  .measure-grid .item {
    box-sizing: border-box;
    float: left;
    width: 25%;
    padding: 52px;
    border: 1px solid #e3e3e3;
    text-align: center;
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 50%, rgba(240,240,240,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 50%,rgba(240,240,240,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 50%,rgba(240,240,240,1) 100%);
  }
    .measure-grid .item img {
      display: inline-block;
      width: 50px;
      height: auto;
    }
    .measure-grid .item p {
      font-size: 14px;
      line-height: 2;
      padding: 0;
    }
    .measure-grid .item p.measure {
      font-size: 30px;
    }

/* SUPER MULTI LISTING - OUR STORIES GRID LAYOUT
------------------------------- */
.sml-wrap {
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
}
  .sml-wrap > p.more {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 32px;
  }
  .sml-wrap .loading {
    display: none;
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 64px;
  }

.super-multi-listing .header-img {
  height:720px;
}
  .super-multi-listing .header-profile-wrap {
    margin: 0 auto;
    max-width: 1100px;
    position: relative;
  }
    .super-multi-listing .header-profile {
      position: absolute;
      bottom: 172px;
      background: white;
      opacity: .85;
      width: 30%;
      margin-left: 1.5%;
    }
    .super-multi-listing .header-profile span.tab {
      display: inline-block;
      position: absolute;
      background: #2f2f2f;
      width: 96px;
      height: 32px;
      margin-top: -32px;
      font-size: 16px;
      line-height: 32px;
      text-transform: uppercase;
      text-align: center;
      font-weight: 700;
      color: #fff;
    }

.grid {
  margin: 0 auto;
  max-width: 1100px;
  top: -150px;
  position: relative;
  font-size: 16px;
  min-height: 200px;
}
  .grid-item {
    float: left;
    background-color: white;
    margin:1.5%;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 5px 2px rgba(172,172,172,0.2);
    -moz-box-shadow: 0px 1px 5px 2px rgba(172,172,172,0.2);
    box-shadow: 0px 1px 5px 2px rgba(172,172,172,0.2);
    -webkit-transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    transition: opacity 0.4s ease-out, transform 0.4s ease-out;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
    .grid-item.hidden {
      opacity: 0;
      left: -9999px;
      position: absolute;
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
    }
    .grid-item .inner {
      height: 100%;
      position: relative;
      -webkit-transition: opacity 0.2s ease-out;
      transition: opacity 0.2s ease-out;
    }
    a.grid-item:hover {
      opacity: 1;
    }
      a.grid-item:hover .inner {
        opacity: .70;
      }

.grid-item-1 { height: 235px; width: 30%; }
.grid-item-2 { height: 350px; width: 63%; float:right; margin-right: 2.5%;}
.grid-item-3 { height: 485px; width: 30%; }
.grid-item-4 { height: 370px; width: 29%; }
.grid-item-5 { height: 235px; width: 31%; }
.grid-item-6 { height: 485px; width: 31%; float: right; margin-right: 2.5%;}
.grid-item-7 { height: 350px; width: 62%; }

.gi-video {
  padding: 2.25em;
  background-color:#a9006f;
}
  .gi-video h1{
    color: white;
    font-size: 1.25em;
    font-weight: 100;
    text-align: center;
    padding: .5em 0 0 0;
    line-height: 1.875em;
  }
  .gi-video .play-wrap {
    padding: 0;
    text-align: center;
  }
    .gi-video .play-wrap img {
      display: inline-block;
      width: 3em;
      height: auto;
    }

.gi-quote {
  padding: 2.25em;
  background-color:#303337;
}
  .gi-quote p {
    color: white;
    font-size: 1.2em;
    line-height: 1.8em;
    padding: 0;
  }
  .gi-quote hr {
    position: absolute;
    width: 7,5em;
    margin: 0;
    top: 0;
    left: 0;
  }
  .gi-quote .name {
    padding-top: 1.5em;
    font-size: .875em;
    line-height: 1.6em;
    color: #fff;
  }
    .gi-quote .name span {
      text-transform: uppercase;
      font-weight: 700;
    }

.gi-profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .gi-profile .col {
    box-sizing: border-box;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    height: 100%;
  }
    .gi-profile .col:first-child{
      width: 44%;
    }
    .gi-profile .col:last-child{
      width: 56%;
    }
  .profile-block-content {
    height: 100%;
    padding: 2.25em;
    box-sizing: border-box;
  }
    .profile-block-content h1{
      text-transform: uppercase;
      font-size: .875em;
      font-weight: 700;
      padding: 0;
    }
    .profile-block-content p {
      color: #2d2a2a;
      font-size: .875em;
      line-height: 1.7;
    }
      .profile-block-content p.view-full-story {
        font-size: .875em;
        text-transform: uppercase;
        font-weight: 700;
        padding-bottom: 0;
      }

.gi-statistic {
  text-align: center;
  padding: 2.25em;
  background-color:#407cca;
}
  .gi-statistic img {
    display: inline-block;
    width: 6em;
    height: auto;
  }
  .gi-statistic p {
    color: #fff;
    padding: .375em 0;
  }
    .gi-statistic p.stat {
      font-size: .8125em;
      font-weight: 700;
      text-transform: uppercase;
    }

/* PORTAL LANDING PAGES
---------------------------------------------- */

.login-message {
  padding-bottom: 48px;
  text-align: center;
  font-size: 125%;
}

.landing-intro {
  margin: 0 auto;
  max-width: 680px;
  text-align: center;
  padding: 0 24px 36px 24px;
  width: 100%;
}
  .landing-intro h1 {
    color: #fff;
    font-size: 42px;
    padding-top: 0;
  }
  .landing-intro hr {
    margin-top: 0;
    opacity: .5;
  }
  .landing-intro p {
    color: #fff;
    font-size: 14px;
    line-height: 2.2;
  }

.landing-callout-top {
  padding: 84px 36px;
}
.landing-callout-bottom .content {
  padding: 86px 0;
}
.landing-callout-top,
.landing-callout-bottom {
  position: relative;
  text-align: center;
}
  .landing-callout-top .content,
  .landing-callout-bottom .content {
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
  }
    .landing-callout-top .content hr,
    .landing-callout-bottom .content hr {
      margin-top: 0;
    }
    .landing-callout-top .content h2,
    .landing-callout-bottom .content h2 {
      font-size: 42px;
    }
    .landing-callout-top .content p,
    .landing-callout-bottom .content p {
      line-height: 2;
    }

  .landing-callout-top .content {
    padding-bottom: 36px;
  }
    .landing-callout-top .content h2 {
      color: #fff;
    }
    .landing-callout-top .content p {
      font-size: 18px;
      color: #fff;
    }
    .landing-callout-top .content .btn {

    }
  .landing-callout-top .content {

  }
    .landing-callout-bottom .content p {
      font-size: 14px;
    }

.anniversaries .container * {
  box-sizing: border-box;
}

.anniversaries .container {
  padding: 36px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
  .anniversaries .container .item {
    width: 33.3333333%;
    padding: 36px 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
    .anniversaries .container .item .years {
      width: 20%;
      padding: 12px;
      border-right: 1px solid #ebebeb;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
      text-align: center;
    }
      .anniversaries .container .item .years .number {
        font-size: 42px;
        color: #417cca;
        margin-bottom: 4px;
      }
      .anniversaries .container .item .years .label {
        color: #5f5f5f;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
      }
    .anniversaries .container .item .name {
      width: 80%;
      padding: 12px 24px;
      font-size: 32px;
      line-height: 1.2;
      color: #acacac;
      font-weight: 100;
      -webkit-flex-shrink: 0;
      -moz-flex-shrink: 0;
      -ms-flex-shrink: 0;
      flex-shrink: 0;
    }

/* FORM
---------------------------------------------- */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	width: 100%;
	border-radius: 30px;
	padding: 17px;
	border: 2px solid #ebebeb;
	margin: 15px 0px;
	font-size: 14px;
	color: #5f5f5f;
	letter-spacing: .5px;
	font-family: "lato",sans-serif;
	resize: none;
	box-sizing: border-box;
}
	input[type="text"]:focus,
	input[type="email"]:focus,
	input[type="password"]:focus,
	textarea:focus {
		outline: none;
		border:2px solid #407cca;
	}

		input[type="text"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
		   color: #aaa;
		   font-size: 14px;
		   font-weight: 300;
		}
		input[type="text"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    textarea::-moz-placeholder {
		   color: #aaa;
		   font-size: 14px;
		   font-weight: 300;
       opacity: 1;
		}
		input[type="text"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
		   color: #aaa;
		   font-size: 14px;
		   font-weight: 300;
		}

input[type="submit"],
button:not(.pswp__button),
.btn{
	border-radius: 30px;
	background-color: #f15631;
	color: white;
	font-size: 14px;
	text-transform: uppercase;
	padding: 10px 40px;
	margin: 20px 0px;
	border: 2px solid #f15631;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-family: "lato",sans-serif;
	letter-spacing: 2px;
	font-weight: 900;
	box-sizing: border-box;
  display: inline-block;
}
	input[type="submit"]:hover,
	button:not(.pswp__button):hover,
	.btn:hover{
		color: #f15631;
		background: none;
		border:2px solid #f15631;
		cursor: pointer;
	}
input[type="submit"].purple,
button.purple,
.btn.purple {
  background-color: #a9006f;
  border: 2px solid #a9006f;
}
  input[type="submit"].purple:hover,
  button.purple:hover,
  .btn.purple:hover{
    background: none;
    color: #a9006f;
    border:2px solid #a9006f;
  }
input[type="submit"].white,
button.white,
.btn.white {
	background-color: white;
	color: #f15631;
	border: 2px solid white;
}
  input[type="submit"].white:hover,
  button.white:hover,
  .btn.white:hover{
  	color:white !important;
  	background: transparent;
  }
input[type="submit"].invert-white,
button.invert-white,
.btn.invert-white {
  background-color: transparent;
  color: #fff;
  border: 2px solid white;
}
  input[type="submit"].invert-white:hover,
  button.invert-white:hover,
  .btn.invert-white:hover{
    color:#222 !important;
    background: #fff;
  }

/* LAYOUT / LABELS */
.region-content .form-item{
	width: 100%;
}
  .region-content .form-item:nth-child(-n+3){
  	margin-top: 0px;
  }
  .region-content .webform-component-radios,
  .region-content .webform-component-checkboxes {
    margin-top: 30px;
  }
.webform-component label{
	display: block;
	font-size: 28px;
	margin-bottom: 14px;
	line-height: 1.4;
	color: #bfbfbf;
	font-weight: 300;
}
.region-content .half{
	width: 45%;
	display: inline-block;
}
.region-content .half input{
	width: 100%;
}
.region-content .right {
	float: right;
}

/* CHECK-BOX / RADIOS */
input[type="checkbox"],
input[type="radio"]{
	display: none;
}
.form-type-checkbox,
.form-type-radio{
	display: inline-block;
}
	.region-content .form-item .form-type-checkbox,
	.region-content .form-item .form-type-radio{
		width: auto;
		display: inline-block;
		margin: 6px 16px 6px 0px;
	}
.form-type-checkbox .option,
.form-type-radio .option{
	display: block;
	color: #aaaaaa;
	font-size: 14px;
	font-weight: 300;
	position: relative;
	cursor: pointer;
	border: 2px solid #ebebeb;
	border-radius: 30px;
	padding: 12px 20px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	box-sizing: border-box;
}
	.form-type-checkbox .option:hover,
	.form-type-radio .option:hover{
		border: 2px solid #407cca;
		color: #407cca;
	}
.form-type-checkbox .option.checked,
.form-type-radio .option.checked {
	border: 2px solid #407cca !important;
	color: white !important;
	background-color: #407cca;
}

/* 403/404/Login
---------------------------------------------- */
.page-node-20 a,
.page-node-21 a,
.page-node-20 #wrap .main-nav > ul > li > a,
.page-node-21 #wrap .main-nav > ul > li > a {
  color: #7a7a7a;
}
.page-node-20 a:hover,
.page-node-21 a:hover,
.page-node-20 #wrap .main-nav > ul > li > a,
.page-node-21 #wrap .main-nav > ul > li > a,
.page-node-20 #wrap .main-nav > .menu > .expanded > .menu > li a,
.page-node-21 #wrap .main-nav > .menu > .expanded > .menu > li a {
  color: #444;
}
  .page-node-20 #wrap .main-nav > ul > li > a:hover,
  .page-node-21 #wrap .main-nav > ul > li > a:hover {
    color: #888;
  }
.page-node-20 #wrap .utility-nav,
.page-node-21 #wrap .utility-nav {
  background: #797979;
}
  .page-node-20 #wrap .utility-nav .menu .expanded .menu li a:hover,
  .page-node-21 #wrap .utility-nav .menu .expanded .menu li a:hover,
  .page-node-20 #wrap .utility-nav .menu .expanded .menu .last a:last-child:hover,
  .page-node-21 #wrap .utility-nav .menu .expanded .menu .last a:last-child:hover{
    color: #444 !important;
  }
.page-node-20 #wrap .utility-nav .last a,
.page-node-21 #wrap .utility-nav .last a {
  color: #7a7a7a;
}
.page-node-20 #wrap .utility-nav .last a:hover,
.page-node-21 #wrap .utility-nav .last a:hover {
  background-color: #7a7a7a;
  color: #fff;
}
.page-node-20 #wrap .utility-nav ul li a:hover,
.page-node-21 #wrap .utility-nav ul li a:hover {
  color: #444;
}
.page-node-20 #wrap .main-nav > .menu > .last,
.page-node-21 #wrap .main-nav > .menu > .last {
  background: #8d8d8d;
}
  .page-node-20 #wrap .main-nav:not(.xportal) > .menu > .last:hover > a,
  .page-node-21 #wrap .main-nav:not(.xportal) > .menu > .last:hover > a {
    background-color: #444;
  }
.page-node-20 footer .menu li a:hover,
.page-node-21 footer .menu li a:hover {
  color: #ccc;
}
.page-node-20 .get-care,
.page-node-21 .get-care {
  background-color: #7a7a7a;
  color: #fff;
}
.page-node-20 .mobile,
.page-node-21 .mobile {
  background: #797979;
}
.page-node-20 #mobile-search,
.page-node-21 #mobile-search {
  background: #636363;
}
.page-node-20 .mobile:not(.portal) > .menu:first-of-type > li:first-child,
.page-node-21 .mobile:not(.portal) > .menu:first-of-type > li:first-child {
  background: #8c8c8c;
}
.page-node-20 .mobile:not(.portal) > .menu:first-of-type > li:nth-child(2),
.page-node-21 .mobile:not(.portal) > .menu:first-of-type > li:nth-child(2) {
  background: #2f2f2f;
}
.page-node-20 .mobile li,
.page-node-21 .mobile li {
  border-top: 1px solid #aaa;
}
.page-node-20 #mobile-search input[type="text"]:focus,
.page-node-21 #mobile-search input[type="text"]:focus {
  background: #555555;
}
.page-node-20 .mobile li a:hover,
.page-node-21 .mobile li a:hover {
  background: #545454;
  color: #fff;
}
.page-node-20 .mobile .menu li .menu li,
.page-node-21 .mobile .menu li .menu li {
  background: #6a6a6a;
}
.page-node-20 #wrap .utility-nav.portal a,
.page-node-21 #wrap .utility-nav.portal a {
  color: #fff;
}
.page-node-20 #wrap .utility-nav.portal .last a,
.page-node-21 #wrap .utility-nav.portal .last a {
  border-color: #fff;
  color: #7a7a7a;
}
.page-node-20 #wrap .utility-nav.portal .last a:hover,
.page-node-21 #wrap .utility-nav.portal .last a:hover {
  color: #fff;
}
.page-node-20 #wrap .utility-nav.portal ul li.welcome,
.page-node-21 #wrap .utility-nav.portal ul li.welcome {
  color: #ddd;
}
.page-node-20 #wrap .main-nav.portal,
.page-node-21 #wrap .main-nav.portal {
  background: #fff;
}
.page-node-20 #wrap .main-nav.portal > .menu > .last,
.page-node-21 #wrap .main-nav.portal > .menu > .last {
  background: #fff;
}
.page-node-20 .portal .mobile-toggle,
.page-node-21 .portal .mobile-toggle {
  background: #545454;
}
.page-node-20 .mobile .welcome,
.page-node-20 .mobile .welcome {
  border-color: #aaa;
}
.page-node-20 .alert,
.page-node-21 .alert {
  display: none;
}
#user-login label {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  color: #bfbfbf;
  font-weight: 300;
}
#user-login .description {
  color: #aaa;
  font-size: 12px;
  padding-left: 24px;
}
#user-login .form-item {
  margin-bottom: 36px;
}

/* FOOTER
---------------------------------------------- */
footer{
	background-color: #343434;
	color: white;
	padding: 30px 30px;
}
  footer p{
  	color: white;
  }
  footer .menu {
    padding-top: 2px;
    font-size: 15px;
  }
    footer .menu li{
    	display: inline-block;
    	color: white;
    	padding: 0 15px 15px 0;
    }
      footer .menu li a{
      	color: white;
      	text-decoration: underline;
      }
      footer .menu li a:hover{
      	cursor: pointer;
      	color:#f15631;
      }
  footer .col-zero {
    box-sizing: border-box;
    padding-right: 44px;
    padding-top: 6px;
    float: left;
    width: 12%;
    text-align: right;
  }
    footer .col-zero img {
      width: 100%;
      max-width: 80px;
      height: auto;
    }
  footer .col-one{
    box-sizing: border-box;
    padding-right: 18px;
  	float: left;
  	width: 34%
  }
  footer .col-two{
    box-sizing: border-box;
    padding-right: 18px;
  	float: left;
  	width: 24%
  }
    footer .col-one p, footer .col-two p{
      padding: 0px 0px 6px 0px;
    }
  footer .col-three{
    box-sizing: border-box;
    padding-right: 18px;
  	float: left;
  	width: 10%
  }
    footer .col-three img{
      -webkit-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      /*padding: 0px 2.5px;*/
      width: 27px;
      height: auto;
    }
    footer .col-three p{
      padding: 0px 0px 12px 0px;
    }
    footer .col-three a {
      display: inline-block;
    }
    footer .col-three a:hover img{
      cursor: pointer;
      -ms-transform: scale(1.2) rotateY(360deg);
      -webkit-transform: scale(1.2) rotateY(360deg);
      transform: scale(1.2) rotateY(360deg);
    }
  footer .col-four{
    box-sizing: border-box;
/*     padding-right: 18px; */
  	float: left;
  	width: 32%
  }
    footer .col-four img{
      margin-top: 5px;
    	-webkit-transition: all 0.2s ease-out;
    	transition: all 0.2s ease-out;
    }
    footer .col-four img:hover{
    	cursor: pointer;
    	opacity: 0.7;
    }

/*.webform-container-inline.webform-datepicker  div.form-item.form-type-select {*/
    /*display: none;*/
/*}*/

/*div.form-item.form-type-select {*/
    /*-webkit-appearance: none;*/
    /*-moz-appearance: none;*/
    /*appearance: none;*/
/*}*/
/* MEDIA QUERIES
---------------------------------------------- */
@media(max-width: 1600px) {
  .core-values .slider-wrap .prev {
    left: 14%;
  }
  .core-values .slider-wrap .next {
    right: 14%;
  }
  .bio-slider {
    -ms-transform: translate(15%, 0);
    -webkit-transform: translate(15%, 0);
    transform: translate(15%, 0);
  }
}
@media(max-width: 1400px) {
  .home-slider, .home-loader, .home-static {
    height: 600px;
  }
    .home-slider .slide.standard .content,
    .home-static .slide.standard .content {
      margin-left: 10%;
      width: 60%;
    }
    .home-slider-wrap .down {
      width: 20px;
      height: 20px;
      bottom: 70px;
      margin-left: -30px;
      padding: 20px;
      border-radius: 60px;
      border: 2px solid #fff;
    }
      .home-slider-wrap .down img {
        top: 4px;
      }
  .callouts .callout,
  .callout-slider .slider .callout {
    padding: 80px 36px 100px 36px;
  }
    .callouts .callout h2,
    .callout-slider .slider .callout h2 {
      max-width: 100%;
    }
    .callouts .callout p,
    .callout-slider .slider .callout p {
      max-width: 70%;
    }
  .bio-slider .slide .inner .body {
    padding: 48px 56px;
  }
  .multi-upcoming-events .slider {
  }
  /* subnav first for first subnav to avoid going to hamburger too soon */
  #wrap .main-nav > .menu > .expanded:first-child > .menu {
    left: -30px;
    margin-left: 0;
  }
  #wrap .main-nav > .menu > .expanded:first-child > .menu::before,
  #wrap .main-nav > .menu > .expanded:first-child > .menu::after {
    left: 35%;
  }
}

@media (max-width: 1280px) {
  .lightbox-video {
    width: 90%;
    left: 5%;
    height: 540px;
    margin-top: -260px;
    margin-left: 0;
  }
    .lightbox-video iframe {
      height: 480px;
    }
  .core-values .slider-wrap .prev {
    left: 9%;
  }
  .core-values .slider-wrap .next {
    right: 9%;
  }
  .bio-slider {
    -ms-transform: translate(10%, 0);
    -webkit-transform: translate(10%, 0);
    transform: translate(10%, 0);
  }

    #wrap .utility-nav ul li{
        padding: 0 18px;
    }
}

@media (max-width: 1200px) {
  .event-pager .event > a {
    width: 80%;
  }
    .event-pager .event.prev > a {
      padding-right: 70px;
    }
    .event-pager .event.next > a {
      padding-left: 70px;
    }
    .event-pager .event .text {
      width: 75%;
    }
  .measure-grid .item {
    width: 33.333333333%;
  }

  .recent-news .views-field-field-image .bgimg,
  .multi-recent-press .views-field-field-image .bgimg {
    height: 22vw;
  }

  .anniversaries .container .item {
    width: 50%;
  }
    #wrap .utility-nav ul li {
        padding: 0 12px;
    }

    #wrap .utility-nav .menu{
        padding: 26px 45px 0px 0px;
    }
}

@media(max-width: 1100px) {
  .commit-container{
    width: 100%;
    left: 0;
  }
  .grid {
    font-size: 1.5vw;
  }
    #wrap .utility-nav ul li {
        padding: 0 9px;
        font-size: 12px;
    }
}
@media(max-width: 1020px) {
    #wrap .utility-nav .menu{
         display: none;
     }
}

@media (max-width: 1400px) and (min-width: 961px) {
  .feature-item {

  }
    .feature-item .image {
      width: 50%;
    }
    .feature-item .description {
      width: 50%;
    }
      .feature-item .description .text-wrap {

      }
        .feature-item .description .text-wrap .gradient-bottom-white {
          display: block;
        }
      .feature-item:hover .description {
        position: absolute;
        z-index: 4;
        box-shadow: 0 0 36px rgba(0,0,0,.4);
        margin-top: -5%;
        padding-top: 18px;
        padding-bottom: 18px;
      }
      .feature-item:hover .description.left {
        right:0;
      }
        .feature-item:hover .description::before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 12px 12px 12px 0;
          border-color: transparent #fff transparent transparent;
          content: '';
          position: absolute;
          left: 0;
          top: 50%;
          margin-top: -12px;
          margin-left: -12px;
        }
        .feature-item:hover .description .text-wrap {
          height: auto;
          min-height: 240px;
        }
        .feature-item:hover .description .text-wrap .gradient-bottom-white {
          display: none;
        }

  .feature-item:nth-child(4n):hover .image,
  .feature-item:nth-child(4n - 1):hover .image {
    margin-left: 50%;
  }
    .feature-item:nth-child(4n):hover .description::before,
    .feature-item:nth-child(4n -1):hover .description::before {
      border-width: 12px 0 12px 12px;
      border-color: transparent transparent transparent #fff;
      left: auto;
      right: 0;
      margin-right: -12px;
    }

}

@media (max-width:1060px){
	#wrap .main-nav ul li a {
		font-size: 12px;
	}
  .col-2-grid {
    padding: 64px 36px 92px 36px;
  }
    .col-2-grid.bgimg {
      padding-bottom: 250px;
    }
    .col-2-grid .title h2 {
      font-size: 36px;
    }
    .col-2-grid .item-grid .item {
      padding-right: 36px;
      margin-bottom: 64px;
    }
      .col-2-grid .item-grid .item .wrap {
        margin-left: 0;
        padding-left: 24px;
      }
}

@media (max-width:1000px){
	.wrapper{
		max-width: 80%;
	}
	.commit-block{
		width: 50%;
	}
	.event-listing .views-row {
		width: 45%;
	}
  .title h1 {
    border-left: 0;
  }
  .grid {
    font-size: 1.6vw;
  }
    .featured-event-image,
    .featured-event-content .event-title,
    .featured-event-content .read-more,
    .featured-event-content .event-date{
        text-align: center;
        width: 100%;

    }
    .featured-event-content{
        padding: 30px 0 0 0 ;
        width: 100%;

    }
}

@media (max-width: 960px) {
    .mobile {
        display: block;
    }
    #search {
        display: none;
    }
    #wrap .utility-nav .menu {
        display: none;
    }
    .mobile-toggle {
        display: block;
    }
    #wrap .main-nav {
        display: none;
    }
    #wrap .utility-nav {
        height: 60px;

    }
    #wrap .utility-nav.portal{
        padding:inherit;
    }
    .desktop-logo {
        display: none;
    }
    .mobile-logo {
        display: block;
    }
    .utility-nav .container {
        padding: 8px;
    }
    .get-care {
        display: block;
        right:260px;
        background-color:#407cca;
    }
    .get-care:hover {
      background-color:#f15631;
    }
    .get-care.donate.donate-modal-btn {
      right:100px;
      background-color:#f15631;
    }
    .get-care.donate.donate-modal-btn:hover {
      background-color:#407cca;
    }
    blockquote {
        width: auto;
        margin-left: 0;
    }
    .title.alt h1 {
      font-size: 28px;
    }
    .intro.alt {
      padding-bottom: 50px;
    }
    .intro.alt h2 {
      padding-top: 50px;
      font-size: 28px;
    }
    .callouts {
        display: block;
    }
      .callouts .callout {
          width: 100%;
          padding: 24px 24px 36px 24px;
      }
    .callout-slider .slider {
      height: 400px;
    }
      .callout-slider .slider .callout {
        padding: 24px 24px 36px 24px;
      }
      .callout-slider .ctrl {
        top: 185px;
      }
        .callout-slider .prev {
          left: 3%;
        }
        .callout-slider .next {
          right: 3%;
        }
    .feature-item {
      width: 100%;
      height: auto;
    }
      .feature-item .description .text-wrap {
        height: auto;
      }
      .feature-item:nth-child(4n - 3) {
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        order: 1;
      }
      .feature-item:nth-child(4n - 2) {
        -webkit-order: 3;
        -moz-order: 3;
        -ms-order: 3;
        order: 3;
      }
      .feature-item:nth-child(4n - 1) {
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        order: 2;
      }
      .feature-item:nth-child(4n) {
        -webkit-order: 4;
        -moz-order: 4;
        -ms-order: 4;
        order: 4;
      }
    .recent-news .views-row, .multi-recent-press .views-row {
      width: 49%;
    }
    .user-list .users .user .image {
      height: 26vw;
    }
    #bio-popup {
      padding: 120px 0;
      width: 80%;
      margin: 0 10%;
      left: 0;
    }

    #bio-popup .close {
      right: 0;
      top: 56px;
      height: 40px;
    }
      #bio-popup .close span {
        width: 40px;
      }
    .accordion .wrap-3 {
      padding: 40px 24px;
    }
    .accordion .title h2 {
      font-size: 28px;
    }
    .accordion .content p {
      font-size: 18px;
    }
    .help {
      padding: 72px 24px;
    }
    .super-multi-listing .header-img {
      height: 540px;
    }
      .super-multi-listing .header-profile {
        width: 65%;
      }
    .grid {
      top: -120px;
    }
    .sml-wrap > p.more,
    .sml-wrap .loading {
      bottom: 16px;
    }
    .video-frame {
      height: 350px;
    }

    .desktop-nlogo {
        width: 65px;
        height: 60px;
        background-size: 40%;
    }
    .mh-wrap {
        padding-left: 65px;
    }
}

@media (max-width: 840px) {
  .get-care-profile .content {
    padding: 24px 36px;
  }
  .core-values .slider-wrap .ctrl {
    display: none;
  }
  .bio-slider {
    -ms-transform: translate(5%, 0);
    -webkit-transform: translate(5%, 0);
    transform: translate(5%, 0);
  }
    .bio-slider .slide {
      padding: 0 18px;
    }
      .bio-slider .slide .inner .body {
        padding: 24px 36px;
      }
}

@media(max-width: 800px) {
  .home-slider, .home-loader, .home-static {
    height: 500px;
  }
    .home-slider .slide.featured .content,
    .home-static .slide.featured .content {
      padding-bottom: 0px;
    }
    .home-slider .slide.standard .content,
    .home-static .slide.standard .content {
      width: 85%;
      margin-left: 5%;
      padding-bottom: 0px;
    }
  .home-slider-wrap .ctrl {
    display: none;
  }
  .featured-callout .content {
    padding: 42px 24px 64px 24px;
  }
    .featured-callout .content h2 {
      font-size: 24px;
    }
    .featured-callout .content p {
      padding-top: 36px;
    }
  .feature-item .image {
      width: 50%;
    }
    .feature-item .description {
      width: 50%;
    }
  .statistic-full {
    padding: 60px 24px 84px 24px;
  }
    .statistic-full .content p {
      font-size: 24px;
    }
    .statistic-full .image img {
      width: 180px;
    }
  .initiative-list .item {
    padding: 70px 0 160px 0;
  }
    .initiative-list .item .wrap .content p {
      font-size: 28px;
    }
  .measure-grid .item {
    width: 50%;
  }
  .multi-recent-news {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
    .multi-recent-news p.float {
      height: 112px;
      padding: 0;
      clear: both;
      float: none;
    }
  .multi-upcoming-events .slider {
  }
  .recent-news .columns,
  .multi-recent-press .columns {
    display: block;
  }
    .recent-news .columns > div,
    .multi-recent-press .columns > div {
      width: 100%;
      clear: left;
      padding-bottom: 20px;
    }
      .recent-news .views-field-field-image,
      .multi-recent-press .views-field-field-image {
        float: left;
        width: 27vw;
        margin-right: 24px;
      }
      .recent-news .views-field-field-image .bgimg,
      .multi-recent-press .views-field-field-image .bgimg {
        height: 27vw;
      }
  .landing-intro h1 {
    font-size: 36px;
  }
  .landing-intro hr {
    display: none;
  }
  .landing-intro p {
    line-height: 1.7;
  }
  #main .standard-listing ul.pager li {
    padding: 0 8px;
  }
  #main .standard-listing ul.pager li.pager-previous,
  #main .standard-listing ul.pager li.pager-next {
    float: none;
    padding-top: 25px;
  }
  #main .standard-listing ul.pager a.btn {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #f15631;
    font-weight: 700;
  }
    #main .standard-listing ul.pager a.btn:hover {
      color: #407cca;
    }
  .gi-profile .profile-block-content p {
    font-size: 1em;
  }
  footer .col-zero {
    width: 20%;
    padding-right: 32px;
    margin-bottom: 32px;
    text-align: left;
  }
  footer .col-one {
    width: 40%;
    padding-right: 32px;
    margin-bottom: 32px;
  }
  footer .col-two {
    width: 40%;
    padding-right: 0;
    margin-bottom: 32px;
    text-align: right;
  }
  footer .col-three {
    width: 50%;
    padding-right: 32px;
    clear: left;
  }
  footer .col-four {
    width: 50%;
    padding-right: 0;
    text-align: right;
  }
}

@media (max-width:768px){
	h1{font-size: 48px; padding-top: 16px;}
	h2{font-size: 28px; padding-top: 14px;}
	h3{font-size: 22px; padding-top: 12px;}
	h4{font-size: 14px; padding-top: 10px;}
	h5{font-size: 14px; padding-top: 10px;}
	h6{font-size: 14px; padding-top: 10px;}
	p{ font-size: 14px; padding: 12px 0px;}
	blockquote {padding: 8px 0 10px 0; margin: 14px 0 14px 0;}
	blockquote p {font-size: 20px; line-height: 32px;}
	blockquote p:last-child {font-size: 14px;}
  blockquote p:first-child {font-size: 20px; line-height: 32px;}
	#main ul, #main ol { font-size: 14px; padding:8px 0px 14px 36px; }
  hr {margin-top: 28px;}
  .intro p{font-size: 22px;}
  .intro h2{padding-top: 50px; font-size: 36px;}
  .wysiwyg img.fleft {margin: 0 24px 24px 0; width: 30%;}
  .wysiwyg img.fright {margin: 0 0 24px 24px; width: 30%;}
  .wysiwyg iframe {height: 300px;}
  .recent-news .views-row, .multi-recent-press .views-row {
    width: 100%;
  }
    .featured-event-content .event-title,
    .featured-event-content .read-more,
    .featured-event-content .event-date{
        font-size: 22px;

    }
    .featured-event-content{
        font-size: 18px;
    }
    .featured-event{
        padding:0 2%;
    }
}

@media (max-width: 720px) {
  .user-list {
    padding: 36px 0 24px 0;
  }
    .user-list .section-title {
      padding-bottom: 36px;
    }
      .user-list .section-title h2 {
        font-size: 28px;
      }
  .user-list .users .user {
    width: 33.333333%;
  }
  .user-list .users .user .image {
    height: 35vw;
  }
  .anniversaries .container .item {
    width: 100%;
  }
}

@media (max-width:680px){
  .grid {
    font-size: 1.7vw;
  }
}

@media (max-width:640px){
  .wrapper{
    max-width: 90%;
  }
  .video-frame {
    height: 250px;
  }
  .event-listing .views-row {
    width: 90%;
    margin: 0 auto 32px auto;
    display: block;
  }
  .multi-upcoming-events .slider {
  }
  .landing-callout-top {
    padding: 48px 24px;
  }
  .landing-callout-bottom .content {
    padding: 48px 0;
  }
    .landing-callout-top .content h2,
    .landing-callout-bottom .content h2 {
      font-size: 28px;
    }
    .landing-callout-top .content {
      padding-bottom: 18px;
    }
    .landing-callout-top .content p {
      font-size: 14px;
    }

  .callout-slider .ctrl {
    display: none;
  }
  .commit-block{
    width: 100%;
    display: block;
    padding: 11px 0;
  }
  .quote {
    padding: 108px 0 64px;
  }
    .quote .author {
      padding: 0 24px;
    }
    .quote .body {
      padding: 0 24px;
    }
      .quote .body p {
        font-size: 22px;
      }
  .col-2-grid {
    padding: 48px 24px 72px 24px;
  }
    .col-2-grid.bgimg {
      padding-bottom: 200px;
    }
    .col-2-grid .title h2 {
      font-size: 32px;
    }
    .col-2-grid .item-grid {
      display: block;
    }
      .col-2-grid .item-grid .item {
        padding-right: 0;
        width: 100%;
      }
        .col-2-grid .item-grid .item .wrap {
          padding-left: 0;
          border-left: 0;
        }
  .lightbox-video {
    height: 360px;
    margin-top: -180px;
  }
    .lightbox-video iframe {
      height: 320px;
    }
    .lightbox-video p {
      font-size: 12px;
    }
}

@media(max-width: 600px) {
  .title h1 {
    font-size: 40px;
    padding: 0 24px;
  }
  .home-slider, .home-loader, .home-static {
    height: 420px;
  }
    .home-slider .slide.featured .content p,
    .home-static .slide.featured .content p {
      padding: 0 18px;
      padding-bottom: 8px;
    }
    .home-slider .slide.featured .content p strong,
    .home-slider .slide.featured .content p em,
    .home-static .slide.featured .content p strong,
    .home-static .slide.featured .content p em {
      font-size: 16px;
      padding: 10px 14px 11px 14px;
    }
    .home-slider .slide.standard .content ,
    .home-static .slide.standard .content {
      margin-left: 5%;
      width: 90%;
      text-align: center;
    }
    .home-slider .slide.standard .content h2,
    .home-static .slide.standard .content h2 {
      font-size: 24px;
    }
    .home-slider .slide.standard .content h6,
    .home-static .slide.standard .content h6 {
      font-size: 16px;
    }
    .home-slider .slide.standard .content p,
    .home-static .slide.standard .content p {
      font-size: 14px;
    }
  .featured-callout .content {
    padding: 32px 24px 48px 24px;
  }
    .featured-callout .content h2 {
      font-size: 19px;
    }
    .featured-callout .content p {
      font-size: 16px;
      max-width: 100%;
    }
    .featured-callout .btn {
      margin: 0;
    }
  .callouts .callout h2,
  .callout-slider .slider .callout h2 {
    font-size: 28px;
  }
  .callouts .callout p,
  .callout-slider .slider .callout p {
      max-width: 100%;
      font-size: 16px;
    }
  .recent-news,
  .multi-recent-press {
    padding: 40px 24px 40px 24px;
  }
  .event-pager .event .arrow {
    display: none;
  }
  .event-pager .event .text {
    width: 90%;
  }
  .event-pager .event.prev > a {
    padding-right: 36px;
  }
  .event-pager .event.next > a {
    padding-left: 36px;
  }
  footer .col-zero, footer .col-one, footer .col-two, footer .col-three, footer .col-four {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  footer .col-one {
    margin-bottom: 36px;
  }
  footer .col-three {
    margin-bottom: 24px;
  }
  .grid-item {
    float: none;
	}
	.super-multi-listing .header-profile {
    width: 90%;
    margin: 0 5%;
	}
  .grid {
    font-size: 14px;
  }
    .grid-item {
      width: 100% !important;
      margin: 0 !important;
      height: auto !important;
    }
      .grid-item .inner {
        min-height: 13em;
      }
    .gi-profile {
      display: block;
    }
      .gi-profile .col:first-child {
        width: 100%;
      }
      .gi-profile .col:last-child {
        width: 100%;
        height: auto;
      }
    .gi-quote hr {
      position: static;
      margin-bottom: 1em;
    }
  .sml-wrap > p.more,
  .sml-wrap > .loading {
    position: static;
  }
    .sml-wrap > .loading {
      padding: 24px 0;
    }
}

@media(max-width: 540px) {
  /* too small ? */
  h1{font-size: 36px; padding-top: 14px;}
  h2{font-size: 24px; padding-top: 12px;}
  h3{font-size: 20px; padding-top: 10px;}
  h4{font-size: 13px; padding-top: 20px;}
  h5{font-size: 14px; padding-top: 8px;}
  h6{font-size: 14px; padding-top: 8px;}
  p{ font-size: 13px; padding: 8px 0px;}
  blockquote {padding: 6px 18px 8px 18px; margin: 12px 0 12px 0;}
  blockquote p {font-size: 16px;}
  blockquote p:last-child {font-size: 12px;}
  #main ul, #main ol {
    padding:6px 0px 12px 24px;
    font-size: 13px;
  }
    #main ul li, #main ol li {
      padding: 2px 0px 6px 0px;
    }

  #mobile-search .icon {
    top: 18px;
  }
  #mobile-search input[type="submit"] {
    top: 11px;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    border-radius: 20px;
    padding: 10px;
    margin: 10px 0px;
    font-size: 12px;
  }

  input[type="submit"],
  button,
  .btn{
    border-radius: 20px;
    font-size: 12px;
    padding: 13px 25px;
    margin: 12px 0px;
  }
  .webform-component label{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .region-content .form-item .form-type-checkbox,
  .region-content .form-item .form-type-radio{
    margin: 4px 10px 0px 0px;
  }

  .form-type-checkbox .option,
  .form-type-radio .option{
    font-size: 12px;
    border-radius: 20px;
    padding: 8px 14px;
  }

  .detail-title{
    font-size: 32px;
    line-height: 42px;
  }
}

@media(max-width: 520px) {

  .home-loader, .home-slider-wrap {
    display: none;
  }

  .home-static {
    display: block;
  }

  .recent-news .views-field-field-image,
  .multi-recent-press .views-field-field-image {
    float: none;
    width: 85vw;
    margin-right: 0;
  }
    .recent-news .views-field-field-image .bgimg,
    .multi-recent-press .views-field-field-image .bgimg {
      height: 85vw;
    }
  .get-care-profile .views-row {
    display: block;
  }
    .get-care-profile .views-field-field-main-graphic,
    .get-care-profile .content {
      width: 100%;
    }
    .get-care-profile .views-field-field-main-graphic {
      height: 300px;
    }
  .bio-slider .slide {
    padding: 0 8px;
  }
    .bio-slider .slide .inner {
        display: block;
      }
        .bio-slider .slide .inner .bgimg {
          width: 100%;
          height: 300px;
        }
        .bio-slider .slide .inner .body {
          width: 100%;
        }
  .initiative-list .item {
    padding: 50px 0 120px 0;
  }
    .initiative-list .item .wrap .graphic {
      width: 96px;
    }
    .initiative-list .item .wrap .content {
      padding-left: 128px;
    }
      .initiative-list .item .wrap .content p {
        font-size: 22px;
      }
  .measure-grid .item {
    width: 100%;
  }
  .feature-item {
    width: 50%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
    .feature-item .image,
    .feature-item .description {
      width: 100%;
    }
    .feature-item .image {
      height: 48vw;
    }
      .feature-item:nth-child(4n - 1),
      .feature-item:nth-child(4n) {
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
      }
}

@media (max-width:500px){
  #wrap .utility-nav {
    height: 56px;
  }
  .mobile-toggle {
    height: 56px;
    font-size: 12px;
  }
    .mobile-toggle::before {
      top: 21px;
      left: 32px;
    }
	.mobile-logo {
		display: block;
		width: 120px;
		padding: 7px;
	}
	.get-care {
		width: 122px;
		height: 34px;
		font-size: 12px;
		padding-top: 22px;
	}
  .standard-listing .views-field-field-image,
  .standard-listing .views-field-field-featured-image,
  .standard-listing .views-field-field-main-graphic {
    float: none;
    width: 100%;
  }
  .standard-listing .views-field-created {
    padding-left: 0;
    margin: 24px 0 16px 0;
  }
  .standard-listing .views-field-title {
    padding-left: 0;
  }
  .standard-listing .views-field-field-byline {
    padding-left: 0;
  }
  .standard-listing .views-field-body {
    padding-left: 0;
  }
  .standard-listing .views-field-field-values {
    padding-left: 0;
  }
  .standard-listing .views-field-view-node{
    padding-left: 0;
  }
  .statistic-full {
    padding: 48px 24px 56px 24px;
  }
    .statistic-full .content p {
      font-size: 20px;
    }
    .statistic-full .image img {
      width: 140px;
    }
    .desktop-nlogo{
        height:56px;
    }
}

@media (max-width:480px){
  .breadcrumb {
    display: none;
  }
  .header-img {
    height: 260px;
  }
    .detail-header-img {
      height: 100px;
    }
    .profile-header-img {
      height: 140px;
    }
  .wysiwyg img.fleft, .wysiwyg img.fright {width: 100%; margin: 0;}
  .wysiwyg iframe {height: 200px;}
  .title h1 {
    margin-top: -24px;
  }
    .title.alt h1 {
      font-size: 18px;
    }
  .detail-wrapper {
    top: -80px;
  }
  .profile-wrapper {
    top: -130px;
  }
  .video-frame {
    height: 160px;
  }
  .intro {padding: 24px 0px;}
  .intro p{font-size: 18px;}
  .intro h2{padding-top: 36px; font-size: 32px;}

	.home-slider .slide.featured .content p strong,
  .home-slider .slide.featured .content p em ,
  .home-static .slide.featured .content p strong,
  .home-static .slide.featured .content p em {
    white-space: normal;
  }
  .multi-upcoming-events .slider {
  }
  .user-list {
    padding-bottom: 0;
  }
  .user-list .users .user {
    width: 50%;
    padding-bottom: 36px;
  }
    .user-list .users .user .image {
      height: 52vw;
    }
  #bio-popup {
    padding: 60px 0;
  }
    #bio-popup .bio .bgimg {
      width: 200px;
      height: 260px;
    }
    #bio-popup .bio h4 {
      font-size: 24px;
    }
  #bio-popup .close {
    right: -5%;
    top: 6px;
    height: 32px;
  }
    #bio-popup .close span {
      width: 32px;
    }
  .accordion .wrap-3 {
    padding: 24px;
  }
  .accordion .title h2 {
    font-size: 24px;
  }
  .accordion .content p {
    font-size: 16px;
  }
  .help {
    padding: 48px 24px;
  }
    .help h6 {
      font-size: 20px;
    }
    .help p {
      font-size: 16px;
    }
    #main .help ul li {
      font-size: 14px;
    }
  .event-pager {
    display: block;
    padding: 48px 24px;
  }
    .event-pager .event {
      width: 100%;
    }
      .event-pager .event.prev {
        padding-bottom: 36px;
        margin-bottom: 36px;
        border-bottom: 1px solid #ebebeb;
      }
      .event-pager .event > a {
        width: 100%;
      }
      .event-pager .event.prev > a,
      .event-pager .event.next > a {
        padding: 0;
        border: 0;

      }
      .event-pager .event .text {
        width: 100%;
      }
        .event-pager .event.prev .text,
        .event-pager .event.next .text {
          text-align: center;
        }
  .super-multi-listing .header-img {
    height: 84px
  }
    .super-multi-listing .triangle {
      display: none;
    }
    .super-multi-listing .header-profile {
      position: static;
      opacity: 1;
      width: 100%;
      margin: 0;
    }
  .grid {
    top: 0;
  }
    .gi-profile .col:first-child {
      height: 320px;
    }
  .core-values .slider-wrap .pager span {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border-size: 2px;
  }
  .landing-intro h1 {
    font-size: 24px;
  }
  .landing-intro p {
    font-size: 12px;
    line-height: 1.4;
  }
  .landing-callout-top {
    padding: 32px 24px;
  }
  .landing-callout-bottom .content {
    padding: 32px 0;
  }
}

@media (max-width:450px){
	#wrap .utility-nav {
		height: 45px;
	}
	.mobile-logo {
		display: block;
		width: 92px;
		padding: 4px;
	}
	.get-care {
		width: 122px;
		height: 28px;
		font-size: 12px;
		padding-top: 17px;
    right: 192px;
	}
  .get-care.donate.donate-modal-btn {
    width: 122px;
		height: 28px;
		font-size: 12px;
		padding-top: 17px;
    right: 70px;
  }
	.mobile-toggle{
		height: 45px;
    width: 70px;
	}
	.mobile-toggle::before{
		top: 17px;
    left: 18px;
	}
  .initiative-list .item {
    padding: 50px 0 80px 0;
  }
    .initiative-list .item .wrap .graphic {
      float: none;
      margin: 0 auto;
    }
    .initiative-list .item .wrap .content {
      padding: 24px 0 0 0;
      text-align: center;
    }
 .feature-item {
    width: 100%;
  }
  .feature-item .image {
    height: 80vw;
  }

    .desktop-nlogo {
        width: 55px;
        height: 45px;
    }
    .mh-wrap {
        padding-left: 55px;
    }
    .featured-event-content .event-title,
    .featured-event-content .read-more,
    .featured-event-content .event-date{
        font-size: 22px;

    }
    .featured-event-content .event-date{
    padding: 15px 0;
    }
    .featured-event-content{
        font-size: 16px;
    }

}

@media (max-width: 400px) {
  .header-img {
    height: 230px;
  }
    .detail-header-img {
      height: 100px;
    }
    .profile-wrapper .share {
      padding-top: 42px;
      padding-bottom: 2px;
    }
  .title h1 {
    font-size: 32px;
  }
  .recent-news .views-field-field-image,
  .multi-recent-press .views-field-field-image {
    width: 100%;
  }
    .recent-news .views-field-field-image .bgimg,
    .multi-recent-press .views-field-field-image .bgimg {
      height: 80vw;
    }
}


@media (max-width: 340px) {
  .user-list .users .user {
    width: 100%;
  }
    .user-list .users .user .image {
      height: 116vw;
    }
}

#viewportSize{
    display: none !important;
}


span.color-team{
    padding: 2px 5px;
    margin-top: 3px;
    display: inline-block;
    color: white;
    font-weight: bold;
}

span.jade-team{
    background: #00B2A9;
}

span.magenta-team{
    background: #C6579A;
}

span.yellow-team{
    background: #FFCD00;
}

span.green-team{
    background: #78BE20;
}

span.purple-team{
    background: #5F259F;
}

span.steel-team{
    background: #7A99AC;
}

span.orange-team{
    background: #C84E00;
}

h2.jade-team{
    color: #00B2A9;
}

h2.magenta-team{
    color: #C6579A;
}

h2.yellow-team{
    color: #FFCD00;
}

h2.green-team{
    color: #78BE20;
}

h2.purple-team{
    color: #5F259F;
}

h2.steel-team{
    color: #7A99AC;
}

h2.orange-team{
    color: #C84E00;
}
