html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
  display: block;
}

[hidden],template {
  display: none;
}

a {
  background: transparent;
}

a:active,a:hover {
  outline: 0;
}	

abbr[title] {
  border-bottom: 1px dotted;
}

b,strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1,.teaser-one-block h6 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,kbd,pre,samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button,input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,select {
  text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,th {
  padding: 0;
}

.bullets {
	/*background: url(http://lehman.edu/2016-redesign/root/2016-redesign-images/homepage/none.png) no-repeat left;*/
	margin-left:10px;
	padding: 2px 5px 1px 15px;
	list-style-type: none;
}

.lehman-one-notices {
    text-align: left;
    /*padding-bottom:30px;*/
	background-color: #3c750a;
    background-size: cover;    
}  
.lehman-one-notices a {
    color: #ffffff;
    font-size: .85em;
    font-weight: bold;
    padding-top: 20px;
}

.notices-container  {
    padding-top: 20px;
    
}

.lehman-one-campus-visit {
    /*background-image: url("file:///C:/web-root/redesign/redesign-3-21-16/images/schedule-campus-visit.png");*/
    height: 410px;
    padding-bottom:30px;
}  

.lehman-one-campus-visit li{
    margin-left: auto;
    margin-right: auto;
    table-layout: fixed;
    border-collapse: collapse;
    z-index: -1; position:relative
}  

.lehman-one-feature-events li {
	clear: left;
	list-style: none;
	text-align: left;	
}
.lehman-one-feature-events a {
	color: #ffffff;
	line-height:1.2em;
	font-weight: 600;
	text-align: left;
	font-size: .9em;
	vertical-align: middle;

}

.lehman-one-feature-events a:hover {
	font-weight: 700;
	 color: #eee;
	 background-color:#6385ab;
	 text-decoration:none;
	text-align: left;
	font-size: .9em;
	vertical-align: middle;

}
.lehman-one-feature-events span {
	display: block;
	width: 100%;
}
.lehman-one-feature-events .date {
	float: left;
	line-height: 1.4em;
	margin: 0 12px 0 0;
	text-align: center;
	font-size: 2em;
}
.lehman-one-feature-events .description-info {
	float: left;
	line-height: 2.8em;
	margin: 0 12px 0 0;
	text-align: center;
	font-size: 2em;
}
.lehman-one-feature-events .description-info {
	float: left;
	line-height: 1.4em;
	margin: 0 12px 0 0;
	text-align: center;
	font-size: 0.9em;
}
.lehman-one-feature-events .month {
	color: #eee;
	font-size: 1.2em;	
}
	

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,a:visited {
    text-decoration: none;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
    content: "";
  }

  pre,blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }@  page {
    margin: 0.5cm;
  }

  p,h2,h3 {
    orphans: 3;
    widows: 3;
  }

  h2,h3 {
    page-break-after: avoid;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,.text-list:before,.clearfix:after,.text-list:after {
  content: " ";
  display: table;
}

.clearfix:after,.text-list:after {
  clear: both;
}

.clearfix,.text-list {
  *zoom: 1;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.visible-ty,.visible-sm,.visible-md,.visible-lg,.visible-xl {
  display: none !important;
}


@media (max-width:1010px){
.alert-disappear {
     display: none;
}
}


@media (min-width:2560px) and (max-width:3840px){
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 44%;
}

.infoBlock {
  position: absolute;
  margin-top: 18%;
  margin-left: 24%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 800px;
  height: auto;
}

.infoBlock h4 {
  font-size: 37px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;  
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 22px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}

.mobile{
  display: none;
}

.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

.block-title .bottom-rule {
  position: absolute;
  top: 0;
  right: 2.17%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}



.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}



@media (min-width:2380px) and (max-width:2560px){
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 52%;
}

.infoBlock {
  position: absolute;
  margin-top: 18%;
  margin-left: 24%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 800px;
  height: auto;
}

.infoBlock h4 {
  font-size: 37px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;  
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 37px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}

.mobile{
  display: none;
}

.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

.block-title .bottom-rule {
  position: absolute;
  top: 0;
  right: 2.17%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}



.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}

@media (min-width:2250px) and (max-width:2380px){
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 60%;
}

.infoBlock {
  position: absolute;
  margin-top: 19%;
  margin-left: 22.5%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 800px;
  height: auto;
}

.infoBlock h4 {
  font-size: 37px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;  
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 40px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}

.mobile{
  display: none;
}

.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

.block-title .bottom-rule {
  position: absolute;
  top: 0;
  right: 2.17%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}



.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 40px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}


@media (min-width:2048px) and (max-width:2250px){
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 65%;
}

.infoBlock {
  position: absolute;
  margin-top: 21%;
  margin-left: 21%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 800px;
  height: auto;
}

.infoBlock h4 {
  font-size: 37px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;  
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 40px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}

.mobile{
  display: none;
}

.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

.block-title .bottom-rule {
  position: absolute;
  top: 0;
  right: 2.17%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}


.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}


@media (min-width:1920px) and (max-width:2048px){
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 61%;
}

.infoBlock {
  position: absolute;
  margin-top: 21%;
  margin-left: 18%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 800px;
  height: auto;
}

.infoBlock h4 {
  font-size: 37px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;  
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 50px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}

.mobile{
  display: none;
}

.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

.block-title .bottom-rule {
  position: absolute;
  top: 0;
  right: 2.17%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}


.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}



@media (min-width:1900px) and (max-width:1920px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 67%;
}

.infoBlock {
  position: absolute;
  margin-top: 25%;
  margin-left: 16%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 800px;
  height: auto;
}

.infoBlock h4 {
  font-size: 37px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;  
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 40px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}

.mobile{
  display: none;
}

.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

.block-title .bottom-rule {
  position: absolute;
  top: 0;
  right: 2.17%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}



.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 180px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}

@media (min-width:1820px) and (max-width:1900px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 72%;
}

.infoBlock {
  position: absolute;
  margin-top: 25%;
  margin-left: 15%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

 .infoBlockLeftBlack {
  width: 725px;
  height: auto;
}

.infoBlock h4 {
  font-size: 33px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;    
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 50px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}

.mobile{
  display: none;
}

.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

.block-title .bottom-rule {
  position: absolute;
  top: 0;
  right: 2.17%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}



.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}

@media (min-width:1680px) and (max-width:1820px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 74%;
}

.infoBlock {
  position: absolute;
  margin-top: 26%;
  margin-left: 14%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 700px;
  height: auto;
}

.infoBlock h4 {
  font-size: 30px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;    
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 40px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}



.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .secondary-nav-wrapper ul li a:hover {
  font-size: 0.95em;
  background-color:#81c341;
  color: #fff;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}

@media (min-width:1600px) and (max-width:1680px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 75%;
}

.infoBlock {
  position: absolute;
  margin-top: 440px;
  margin-left: 10%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

 .infoBlockLeftBlack {
  width: 700px;
  height: auto;
}

.infoBlock h4 {
  font-size: 30px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;    
  
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 50px;
  display: inline-block;
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}


.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}

@media (min-width:1480px) and (max-width:1600px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 82%;
}

.infoBlock {
  position: absolute;
  margin-top: 440px;
  margin-left: 9%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

 .infoBlockLeftBlack {
  width: 700px;
  height: auto;
}

.infoBlock h4 {
  font-size: 30px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 20px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;      
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 39px;
  display: inline-block;
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}



.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}

@media (min-width:1400px) and (max-width:1480px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 88%;
}

.infoBlock {
  position: absolute;
  margin-top: 30%;
  margin-left: 6%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 800px;
  height: auto;
}

.infoBlock h4 {
  font-size: 28px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 18px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;      
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 50px;
  display: inline-block;
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}


.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}

@media (min-width:1280px) and (max-width:1400px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 95%;
}

.infoBlock {
  position: absolute;
  margin-top: 33%;
  margin-left: 3%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 712px;
  height: auto;
}

.infoBlock h4 {
  font-size: 26px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 17px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;      
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 38px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}




.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}

@media (min-width:1210px) and (max-width:1280px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 100%;
}

.infoBlock {
  position: absolute;
  margin-top: 450px;
  margin-left: 3%;
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.infoBlockLeftBlack {
  width: 669px;
  height: auto;
}

.infoBlock h4 {
  font-size: 24px;
  line-height: 1.2;
 }

.infoBlock p {
  font-size: 15px;
}

.navigation-desktop #logo img {
  width: 100%;
  height: auto;
  padding-bottom: 10px;      
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 36px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

 .layout-full-lehman-background {
 	background-color: #ffffff;
 }
 

 
.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

}


@media (min-width:1152px) and (max-width:1210px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 100%;
}

.infoBlock {
  position: absolute;
  margin-top: 400px;
  margin-left: 40px;	
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.navigation-desktop #logo img {
    width: 100%;
    height: auto;
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 20px;
  display: inline-block;
  
  float: left;
}

.nav-categories p.tag a {
    font-weight: normal;
    padding: 0 10px;
    color: white;
    font-weight: bold;
    padding-right: 13px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}


.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .secondary-nav-wrapper .children {
  float: left;
  padding-bottom: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta {
  width: 50%;
  float: left;
  margin-left: 20px;
  margin-top: 20px;
}

.navigation-desktop .secondary-nav-wrapper .cta p {
  width: 256px;
  float: left;
  margin-bottom: 10px;
}


.navigation-desktop .secondary-nav-wrapper .cta .img-holder {
  width: 175px;
  height: 175px;
  background-position: center;
  background-size: cover;
  float: left;
  margin-right: 35px;
  margin-bottom: 20px;
  background-color: white;
  background-image: -webkit-linear-gradient(-405deg,white 50%,#407d0a 50%);
  background-image: linear-gradient(135deg,white 50%,#407d0a 50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  box-shadow: 4px 4px 0px 0px #88072f;
}

.navigation-desktop .secondary-nav-wrapper .cta a {
  clear: none;
}


.navigation-desktop .secondary-nav-wrapper ul {
  list-style-type: none;
  width: 550px;
  margin: 20px 0 0 0;
  float: left;
  height: 199px;
  padding: 0;
  overflow: hidden;
}

.navigation-desktop .secondary-nav-wrapper ul li {
  width: 250px;
  float: left;
  border-bottom: 1px solid #c5c5c5;
  margin-right: 50px;
  line-height: 2.0em;
}  

.navigation-desktop .secondary-nav-wrapper ul li:nth-child(even) {
  margin-right: 0;
}

.navigation-desktop .secondary-nav-wrapper ul li a {
  font-size: 0.95em;
  color: #333333;
} 

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
} 
 
}

@media (min-width:1010px) and (max-width:1152px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 90%;
}

.infoBlock {
  position: absolute;
  margin-top: 18%;
  margin-left: 40px;	
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.navigation-desktop #logo img {
    width: 75%;
    height: auto;
    margin-top:-20px;
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 7px;
  display: inline-block;
  float: left;
  font-size:14px;	
}

.navigation-desktop .nav-categories p.tag a {
  font-weight: normal;
  padding: 0 5px;
  color: white;
  font-weight: bold;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}


.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
  display:none;
}

}

@media (min-width:900px) and (max-width:1010px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 100%;
}

.infoBlock {
  position: absolute;
  margin-top: 18%;
  margin-left: 40px;	
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.navigation-desktop #logo img {
    width: 75%;
    height: auto;
    margin-top:-20px;
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 18px;
  display: inline-block;
  float: left;
  font-size:14px;	
}

.navigation-desktop .nav-categories p.tag a {
  font-weight: normal;
  padding: 0 5px;
  color: white;
  font-weight: bold;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

/* Emergency Notifications */
/*div.emergency-announcement{
	background-color: #aa0000;
	padding: .5 px;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #8b0000;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #1f1f1f;
	position: absolute;
}
div.emergency-announcement a{
	color: #014373;
	font-size: .95em;
	font-weight:bold;
	padding-left:2px;

}
div.emergency-announcement a:visited{
	color: #014373;
	font-size: .95em;
	font-weight:bold;
	padding-left:2px;

}

div.emergency-announcement .red{
	background-color: #aa0000;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #424242;
	padding: 4px;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #ffffff;
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
}

div.emergency-announcement .red a{
	color: #fff;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
	text-decoration: underline;		
}

div.emergency-announcement .red a:visited{
	color: #fff;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

div.emergency-announcement .yellow{
	background-color: #ffff99;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #424242;
	padding: 4px;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #1f1f1f;
	margin-left: 4%;
	margin-right: 4%;
}

div.emergency-announcement .yellow a{
	color: #006cd1;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

div.emergency-announcement .yellow a:visited{
	color: #006cd1;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

div.emergency-announcement .green{
	background-color: #309413;
	border-bottom: 2px solid #767676;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 1.8em;
	font-size: 1em;
	color: #fff;
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
}

div.emergency-announcement .green a{
	color: #ffffff;
	font-size: 1em;
	font-weight:bold;
	text-decoration: underline;		
}*/

/*#emergency-announcement .container-inner{
	line-height: 1.6em;
}*/ 

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
  display:none;
}

}


@media (min-width:800px) and (max-width:900px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 89%;
}

.infoBlock {
  position: absolute;
  margin-top: 18%;
  margin-left: 40px;	
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.navigation-desktop #logo img {
    width: 52%;
    height: auto;
    margin-top:-20px;
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 8px;
  display: inline-block;
  float: left;
  font-size:12px;	
}

.navigation-desktop .nav-categories p.tag a {
  font-weight: normal;
  padding: 0 2px;
  color: white;
  font-size:10px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
  width: 80%;
}
.mobile{
  display: none;
}
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 
.content {
	background-color: #DDDDDD;
	margin-top: -28px;
}

/* Emergency Notifications */
/*#emergency-announcement{
	background-color: #aa0000;
	padding: .5 px;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #8b0000;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #1f1f1f;
	position: absolute;
}
#emergency-announcement a{
	color: #014373;
	font-size: .95em;
	font-weight:bold;
	padding-left:2px;

}
#emergency-announcement a:visited{
	color: #014373;
	font-size: .95em;
	font-weight:bold;
	padding-left:2px;

}

#emergency-announcement.defcon1{
	background-color: #aa0000;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #424242;
	padding: 4px;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #ffffff;
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
}

#emergency-announcement.defcon1 a{
	color: #fff;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
	text-decoration: underline;		
}

#emergency-announcement.defcon1 a:visited{
	color: #fff;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

#emergency-announcement.defcon3{
	background-color: #ffff99;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #424242;
	padding: 4px;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #1f1f1f;
	margin-left: 4%;
	margin-right: 4%;
}

#emergency-announcement.defcon3 a{
	color: #006cd1;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

#emergency-announcement.defcon3 a:visited{
	color: #006cd1;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

#emergency-announcement.defcon5{
	background-color: #309413;
	border-bottom: 2px solid #767676;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 1.8em;
	font-size: 1em;
	color: #fff;
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;
}

#emergency-announcement.defcon5 a{
	color: #ffffff;
	font-size: 1em;
	font-weight:bold;
	text-decoration: underline;		
}
#emergency-announcement .container-inner{
	line-height: 1.6em;
}*/

.navigation-desktop .secondary-nav-wrapper {
  padding: 0;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
  display:none;
}

}

@media (min-width:768px) and (max-width:800px) {
.navigation-desktop nav.main-nav {
  margin: auto;
  width: 91%;
}

.infoBlock {
  position: absolute;
  margin-top: 447px;
  margin-left: 40px;	
  padding-bottom: 0;
  background: #FFF;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  padding: 20px;
}

.navigation-desktop #logo img {
    width: 52%;
    height: auto;
    margin-top:-20px;
}

.navigation-desktop nav.main-nav ul li {
  margin-right: 7px;
  display: inline-block;
  float: left;
  font-size:12px;	
}

.navigation-desktop .nav-categories p.tag a {
  font-weight: normal;
  padding: 0 2px;
  color: white;
  font-size:10px;
}

.navigation-desktop .nav-categories {
  position: relative;
  float: right;
  overflow: visible;
  width: 79%;
}

/* Emergency Notifications */
/*#emergency-announcement{
	background-color: #aa0000;
	padding: .5 px;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #8b0000;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #1f1f1f;
	position: absolute;
}
#emergency-announcement a{
	color: #014373;
	font-size: .95em;
	font-weight:bold;
	padding-left:2px;

}
#emergency-announcement a:visited{
	color: #014373;
	font-size: .95em;
	font-weight:bold;
	padding-left:2px;

}

#emergency-announcement.defcon1{
	background-color: #aa0000;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #424242;
	padding: 4px;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #ffffff;
	margin-left: 4%;
	margin-right: 4%;
	width: 92%;	
}

#emergency-announcement.defcon1 a{
	color: #fff;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
	text-decoration: underline;	
}

#emergency-announcement.defcon1 a:visited{
	color: #fff;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

#emergency-announcement.defcon3{
	background-color: #ffff99;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #424242;
	padding: 4px;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #1f1f1f;
	margin-left: 4%;
	margin-right: 4%;
	width:92%;
}

#emergency-announcement.defcon3 a{
	color: #006cd1;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

#emergency-announcement.defcon3 a:visited{
	color: #006cd1;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

#emergency-announcement.defcon5{
	background-color: #309413;
	border-bottom: 2px solid #767676;
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 1.8em;
	font-size: 1em;
	color: #fff;
	margin-left: 4%;
	margin-right: 4%;
	width:92%;
}

#emergency-announcement.defcon5 a{
	color: #ffffff;
	font-size: 1em;
	font-weight:bold;
	text-decoration: underline;		
}
#emergency-announcement .container-inner{
	line-height: 1.6em;
}*/ 

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
  display:none;
}

}





@media (max-width:320px) {
  .visible-ty {
    display: block !important;
  }

  table.visible-ty {
    display: table;
  }

  tr.visible-ty {
    display: table-row !important;
  }

  th.visible-ty,td.visible-ty {
    display: table-cell !important;
  }
  
}

@media (min-width:321px) and (max-width:480px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,td.visible-sm {
    display: table-cell !important;
  }
  .lehman-one {
    border: #eeeeee 2px solid;
    padding: 18px;
  }   
}

@media (min-width:481px) and (max-width:768px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,td.visible-md {
    display: table-cell !important;
  }
.lehman-one {
  border: #eeeeee 2px solid;
  padding: 18px;
} 

.block-title .bottom-rule {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}

.margin-bottom-md-lehman {
  margin-bottom: 0px !important;
  background-color: #ffffff;
  padding-bottom: 20px;
  margin-left: 0px;
  margin-top: -10px;
  padding-left: 2.17%;
  padding-right: -2.17%;
}
  
}

@media (min-width:769px) and (max-width:1024px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,td.visible-lg {
    display: table-cell !important;
  }
  .mobile{
    display: none;
  }  
}

@media (min-width:1025px) {
  .visible-xl {
    display: block !important;
  }

  table.visible-xl {
    display: table;
  }

  tr.visible-xl {
    display: table-row !important;
  }

  th.visible-xl,td.visible-xl {
    display: table-cell !important;
  }
}

@media (max-width:320px) {
  .hidden-ty {
    display: none !important;
  }
  
  
  
}

@media (min-width:321px) and (max-width:480px) {
  .hidden-sm {
    display: none !important;
  }
  
.block-title .bottom-rule {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}  
  
}

@media (min-width:481px) and (max-width:768px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width:769px) and (max-width:1024px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width:1025px) {
  .hidden-xl {
    display: none !important;
  }
}

html,button,input,select,textarea {
  color: #333333;
}

html {
  font-size: 1em;
  line-height: 150%;
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color: #ddd;/*white;*/
   min-width: 17.5em;
  color: #222;
  font-family: 'Lato', sans-serif;
  font-smoothing: antialiased;
  line-height: 1.5em;
  /* overflow-x: hidden; */
  -moz-font-smoothing: antialiased;
}

.container-wrapper {
  position: relative;
}

.container-wrapper-footer {
  position: relative;
}

#page {
  position: relative;
}

#page.clickable {
  cursor: pointer;
}

.unscrollable {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

::-moz-selection {
  background: #707239;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #707239;
  color: #fff;
  text-shadow: none;
}

.page-wrapper {
  position: relative;
}

.page-wrapper .clickable {
  cursor: pointer;
}

audio,canvas,img,video {
  vertical-align: middle;
}

.img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a.img-responsive-new img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-responsive.full-width {
  width: 100%;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.browsehappy {
  margin: 0;
  background: #c5c5c5;
  color: black;
  padding: 0.2em 4%;
}

.float-center-align-wrapper {
  float: left;
  left: 50%;
  margin: 0 auto;
  position: relative;
}

.float-center-align-wrapper .float-center-align-content {
  float: left;
  position: relative;
  right: 50%;
}

body .bg-image {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width:30.0625em) {
  .flexbox-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }    
  
}

@media screen and (min-width:30.0625em) {
  .flexbox-wrapper.flexbox-wrap {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width:30.0625em) {
  .flexbox-wrapper.flexbox-column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
  }
}

@media (min-width:481px) and (max-width:624px) {
  .flexbox-wrapper .block {
    margin-bottom: 0.75em !important;
  }
}

@media screen and (min-width:30.0625em) {
  .flexbox-wrapper .block {
    margin-bottom: 0.938em !important;
  }
}

@media (min-width:769px) and (max-width:896px) {
  .flexbox-wrapper .block {
    margin-bottom: 1.063em !important;
  }
}

@media screen and (min-width:48.0625em) {
  .flexbox-wrapper .block {
    margin-bottom: 1.25em !important;
  }
}

@media screen and (min-width:64.0625em) {
  .flexbox-wrapper .block {
    margin-bottom: 1.563em !important;
  }
}

@media (min-width:1300px) {
  .flexbox-wrapper .block {
    margin-bottom: 1.625em !important;
  }
}

body .text-mvc-red {
  color: #407d0a;
}

body .text-mvc-dark-red {
  color: #88072f;
}

body .text-mvc-grey {
  color: #333333;
}

body .text-mvc-dark-grey {
  color: #212121;
}

body .text-leaf {
  color: #707239;
}

body .text-dark-leaf {
  color: #595a2d;
}

body .text-ocean {
  color: #008597;
}

body .text-dark-ocean {
  color: #006673;
}

body .text-cardinal {
  color: #6e0023;
}

body .text-dark-cardinal {
  color: #4a0018;
}

body .text-lehman-blue {
  color: #0c4c95;
}


body .text-lehman-blue a:link{
  color: #0c4c95;
}

body .text-lehman-blue a:hover{
  	color: #fff;
	background-color: #9fcc00;
	text-decoration:none;
}

body .text-lehman-blue-notices {
  padding-top: 15px;
  margin-top: 10px;
  color: #0a407d;  
}

body .text-dark-sunset {
  color: #974f37;
}

body .text-iris {
  color: #5d284f;
}

body .text-dark-iris {
  color: #441d3a;
}

body .text-black {
  color: black;
}

body .text-white {
  color: white;
}

body .text-dark-grey {
  color: #919295;
}

body .text-grey {
  color: #c5c5c5;
}

body .text-light-grey {
  color: #eeeeee;
}

body .text-extralight-grey {
  color: #f8f8f8;
}

body .text-light-sunset {
  color: #f4efed;
}

body .text-alert-severe {
  color: red;
}

body .text-alert-elevated {
  color: #ccad22;
}

body .text-alert-low {
  color: #1abe1e;
}

body .text-twitter {
  color: #55acee;
}

body .text-facebook {
  color: #435f9c;
}

body .bg-mvc-blue {
  background-color: #0b3666;
}

body .bg-mvc-dark-blue {
  background-color: #0b3666;
}

body .bg-mvc-grey {
  background-color: #125194;
}

body .footer-bg-color-lehman {
  background-color: #09376b;
}

body .bg-mvc-dark-grey {
  background-color: #212121;
}

body .bg-leaf {
  background-color: #707239;
}

body .bg-dark-leaf {
  background-color: #595a2d;
}

body .bg-ocean {
  background-color: #008597;
}

body .bg-lehman {
  background-color: #245C2D;
}

body .bg-dark-ocean {
  background-color: #006673;
}

body .bg-cardinal {
  background-color: #6e0023;
}

body .bg-dark-cardinal {
  background-color: #4a0018;
}

body .bg-sunset {
  background-color: #0B3665;
}

body .bg-dark-sunset {
  background-color: #974f37;
}

body .bg-iris {
  background-color: #598B32;
}

body .bg-lehman-title {
  background-color: #407d0a;
}

body .bg-lehman-title a:link{
  background-color: #407d0a;
}

body .bg-lehman-title a:hover{
  background-color: #eee;
}


body .bg-dark-iris {
  background-color: #441d3a;
}

body .bg-black {
  background-color: black;
}

body .bg-dark-grey {
  background-color: #919295;
}

body .bg-grey {
  background-color: #c5c5c5;
}

body .bg-light-grey {
  background-color: #eeeeee;
}

body .bg-extralight-grey {
  background-color: #f8f8f8;
}



.alignleft,img.alignleft {
  display: inline;
  float: left;
  margin-right: 30px;
  margin-top: 4px;
}

.alignright,img.alignright {
  display: inline;
  float: right;
  margin-left: 30px;
  margin-top: 4px;
}

.aligncenter,img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignleft,img.alignright,img.aligncenter {
  margin-bottom: 4px;
}

.video-container {
  position: relative;
}

.container-wrapper {
  padding: 0 4%;
}

.container-wrapper-footer {
  padding: 0%;
}

.container-wrapper.full-width {
  padding-left: 0;
  padding-right: 0;
}

.container-wrapper-footer.full-width {
  padding-left: 0;
  padding-right: 0;
}

.container-wrapper.full-width .layout-image {
  max-width: 100%;
}

.container.layout-full,.container.layout-semifull,.container.layout-image {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.container.layout-full-lehman-background {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
}


.container.layout-full:after,.container.layout-semifull:after,.container.layout-image:after {
  content: "";
  display: table;
  clear: both;
}

.container.layout-full-lehman-background:after,.container.layout-semifull:after,.container.layout-image:after {
  content: "";
  display: table;
  clear: both;
}

.l2-background-image {
  padding-bottom: 30px;
}

@media screen and (min-width:30.0625em) {
  .container.layout-semifull > .block:first-child {
   }
}

.lt-ie9 .container.layout-semifull > .block:first-child {
  margin-left: 8.5144927536%;
}

@media screen and (min-width:30.0625em) {
  .container.layout-semifull > .layout-twothirds {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 57.4275362319%;
  }
  .container.layout-semifull > .lehman-center-content {

  }  

  .container.layout-semifull > .layout-twothirds:last-child {
    margin-right: 0;
  }
  .container.layout-semifull > .lehman-center-content:last-child {
    margin-right: 0;
  }     
}

.lt-ie9 .container.layout-semifull > .layout-twothirds {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 57.4275362319%;
}

.lt-ie9 .container.layout-semifull > .layout-twothirds:last-child {
  margin-right: 0;
}

@media screen and (min-width:30.0625em) {
  .container.layout-semifull > .layout-third {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 26.207701087%;
  }

  .container.layout-semifull > .layout-third:nth-child(3n+1) {
    margin-left: 8.5144927536%;
  }

  .container.layout-semifull > .layout-third:last-child {
    margin-right: 0;
  }
}

.lt-ie9 .container.layout-semifull > .layout-third {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 26.207701087%;
}

.lt-ie9 .container.layout-semifull > .layout-third:nth-child(3n+1) {
  margin-left: 8.5144927536%;
}

.lt-ie9 .container.layout-semifull > .layout-third:last-child {
  margin-right: 0;
}

@media screen and (min-width:30.0625em) {
  .container.layout-semifull > .layout-half {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 40.3985507246%;
  }

  .container.layout-semifull > .layout-half:nth-child(2n+1) {
    margin-left: 8.5144927536%;
  }

  .container.layout-semifull > .layout-half:last-child {
    margin-right: 0;
  }
}

.lt-ie9 .container.layout-semifull > .layout-half {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 40.3985507246%;
}

.lt-ie9 .container.layout-semifull > .layout-half:nth-child(2n+1) {
  margin-left: 8.5144927536%;
}

.lt-ie9 .container.layout-semifull > .layout-half:last-child {
  margin-right: 0;
}

@media screen and (min-width:30.0625em) {
  .container.layout-semifull > .layout-single {
    margin-left: 8.5144927536%;
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 82.9710144928%;
  }

  .container.layout-semifull > .layout-single:last-child {
    margin-right: 0;
  }
  
  
  .container.layout-semifull > .layout-single-footer {
    margin-left: 0px;
    display: block;
    margin-right: 2.1739130435%;
    width: 100%;
  }

  .container.layout-semifull > .layout-single-footer:last-child {
    margin-right: 0;
  }  
  
}

.lt-ie9 .container.layout-semifull > .layout-single {
  margin-left: 8.5144927536%;
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 82.9710144928%;
}

.lt-ie9 .container.layout-semifull > .layout-single:last-child {
  margin-right: 0;
}

.container .block {
  overflow: hidden;
}

@media screen and (min-width:0) {
  .container .block {
    margin-bottom: 4%;
  }



  
}

@media screen and (min-width:30.0625em) {
  .container .block {
    margin-bottom: 2%;
  }
}

@media (min-width:1382.4px) {
  .container .block {
    margin-bottom: 1.2em;
  }
}

@media screen and (min-width:0) {
  .container .layout-twelfth,.container .layout-sixth,.container .layout-fourth,.container .layout-third,.container .layout-two-columns,.container .layout-half,.container .layout-threefourths,.container .layout-twothirds,.container .layout-fivesixths,.container .layout-single,.container .layout-thirdlarge {
    float: left;
    display: block;
    margin-right: 34.2857142857%;
    width: 100%;
    margin-right: 0;
  }

  .container .layout-twelfth:last-child,.container .layout-sixth:last-child,.container .layout-fourth:last-child,.container .layout-third:last-child,.container .layout-two-columns:last-child,.container .layout-half:last-child,.container .layout-threefourths:last-child,.container .layout-twothirds:last-child,.container .layout-fivesixths:last-child,.container .layout-single:last-child,.container .layout-thirdlarge:last-child {
    margin-right: 0;
  }
  

.margin-bottom-md-lehman {
  margin-bottom: 0px !important;
  background-color: #ffffff;
  padding-bottom: 20px;
  margin-left: 0px;
}   
  
}

@media screen and (min-width:30.0625em) {
  .container .layout-twelfth {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 6.3405797101%;
  }

  .container .layout-twelfth:last-child {
    margin-right: 0;
  }

  .container .layout-twelfth:nth-child(12n) {
    margin-right: 0;
  }

  .container .layout-twelfth:nth-child(12n+1) {
    clear: left;
  }
}

.lt-ie9 .container .layout-twelfth {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 6.3405797101%;
}

.lt-ie9 .container .layout-twelfth:last-child {
  margin-right: 0;
}

.lt-ie9 .container .layout-twelfth:nth-child(12n) {
  margin-right: 0;
}

.lt-ie9 .container .layout-twelfth:nth-child(12n+1) {
  clear: left;
}

@media screen and (min-width:30.0625em) {
  .container .layout-sixth {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 14.8550724638%;
  }

  .container .layout-sixth:last-child {
    margin-right: 0;
  }

  .container .layout-sixth:nth-child(6n) {
    margin-right: 0;
  }

  .container .layout-sixth:nth-child(6n+1) {
    clear: left;
  }
}

.lt-ie9 .container .layout-sixth {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 14.8550724638%;
}

.lt-ie9 .container .layout-sixth:last-child {
  margin-right: 0;
}

.lt-ie9 .container .layout-sixth:nth-child(6n) {
  margin-right: 0;
}

.lt-ie9 .container .layout-sixth:nth-child(6n+1) {
  clear: left;
}

@media screen and (min-width:30.0625em) {
  .container .layout-fourth {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 23.3695652174%;
  }
  
  .layout-footer-lehman {
    float: left;
    width: 20.36%;
    list-style: none;
    margin-left: 2.17%;
    margin-right: 2.17%;
  }  
  
  .footer-address {
    margin-top: 30px;
    font-size: 0.8em;
  }
  
  .footer-links{
    margin-left: 30px;
  }  
  
  .footer-links-href {
   font-size: .85em;
    color: #ffffff; 

  }
  
  a.footer-links-href {
    color: #eee;
	font-size: .85em;
  }  
  
  .footer-links-href a:hover{
    font-size: .85em
	background-color:#eee;
	color: #ffffff;    
  }
  
  .footer-links li{
    border-bottom: 1px solid #647a93;
  }
  
   .footer-links li a:link{
	 color: #eee;
    
  }
  
   .footer-links li a:hover{
	 color: #09376b;
	 background-color:#dddddd;
	 text-decoration:none;
    
  }
  .footer-links .last{
    border-bottom: 0px solid white;  
  }    
  
  .footer-social-icons{
    margin-top: 30px;
    margin-left: 30px;    
  }
  
  .footer-google-language{
    margin-top: 30px;
    margin-left: 30px;    
  }  
  
  .footer-cuny-logo{
    margin-top: 30px;
    margin-left: 30px;    
  }  
  
  .layout-footer-lehman-address {
    float: left;
    width: 48.53%;
    list-style: none;
    margin-left: 0px;
  }    

  .container .layout-fourth:last-child {
    margin-right: 0;
  }

  .container .layout-fourth:nth-child(4n) {
    margin-right: 0;
  }

  .container .layout-fourth:nth-child(4n+1) {
    clear: left;
  }
  
  .img-responsive-footer-logo {
    width: 88%;
  }  

}

.lt-ie9 .container .layout-fourth {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 23.3695652174%;
}

.lt-ie9 .container .layout-fourth:last-child {
  margin-right: 0;
}

.lt-ie9 .container .layout-fourth:nth-child(4n) {
  margin-right: 0;
}

.lt-ie9 .container .layout-fourth:nth-child(4n+1) {
  clear: left;
}

@media screen and (min-width:30.0625em) {
  .container .layout-third {
    float: left;
    display: block;
    width: 30.45%;
    padding-top: 20px;
    margin-left: 2.17%;
    margin-right: 0%;
  }
  
  .container .layout-two-columns {
    float: left;
    display: block;
    width: 63.5%;
    margin-left: 2.17%;
    margin-top: 20px;
  }

  .container .layout-third:last-child .layout-two-columns:last-child{
    margin-right: 0;
  }

  .container .layout-third:nth-child(3n) .layout-two-columns:nth-child(3n) {
    margin-right: 0;
  }

  .container .layout-third:nth-child(3n+1) .layout-two-columns:nth-child(3n+1) {
    clear: left;
  }
}

.lt-ie9 .container .layout-third .layout-two-columns{
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 31.884057971%;
}

.lt-ie9 .container .layout-third:last-child .layout-two-columns:last-child {
  margin-right: 0;
}

.lt-ie9 .container .layout-third:nth-child(3n) {
  margin-right: 0;
}

.lt-ie9 .container .layout-third:nth-child(3n+1) {
  clear: left;
}

@media screen and (min-width:30.0625em) {
  .container .layout-half {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 48.9130434783%;
  }

  .container .layout-half:last-child {
    margin-right: 0;
  }

  .container .layout-half:nth-child(2n) {
    margin-right: 0;
  }

  .container .layout-half:nth-child(2n+1) {
    clear: left;
  }
}

.lt-ie9 .container .layout-half {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 48.9130434783%;
}

.lt-ie9 .container .layout-half:last-child {
  margin-right: 0;
}

.lt-ie9 .container .layout-half:nth-child(2n) {
  margin-right: 0;
}

.lt-ie9 .container .layout-half:nth-child(2n+1) {
  clear: left;
}

@media screen and (min-width:30.0625em) {
  .container .layout-twothirds {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 65.9420289855%;
  }

  .container .layout-twothirds:last-child {
    margin-right: 0;
  }
}

.lt-ie9 .container .layout-twothirds {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 65.9420289855%;
}

.lt-ie9 .container .layout-twothirds:last-child {
  margin-right: 0;
}

@media screen and (min-width:30.0625em) {
  .container .layout-threefourths {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 74.4565217391%;
  }

  .container .layout-threefourths:last-child {
    margin-right: 0;
  }
}

.lt-ie9 .container .layout-threefourths {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 74.4565217391%;
}

.lt-ie9 .container .layout-threefourths:last-child {
  margin-right: 0;
}

@media screen and (min-width:30.0625em) {
  .container .layout-fivesixths {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 82.9710144928%;
  }

  .container .layout-fivesixths:last-child {
    margin-right: 0;
  }
}

.lt-ie9 .container .layout-fivesixths {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 82.9710144928%;
}

.lt-ie9 .container .layout-fivesixths:last-child {
  margin-right: 0;
}

@media screen and (min-width:30.0625em) {
  .container .layout-single {
    float: left;
    display: block;
    padding-left: 2.17%;
    width: 100%;
    padding-right: 20px;   
    background-color: #ffffff;

  }
  
  .container .layout-single2 {
    float: left;
    display: block;
    width: 100%;
    background-color: #ffffff;

  }  

  .container .layout-single:last-child {
    margin-right: 0;
  }
}

.lt-ie9 .container .layout-single {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 100%;
}

.lt-ie9 .container .layout-single:last-child {
  margin-right: 0;
}

@media screen and (min-width:30.0625em) {
  .container .layout-thirdlarge {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 40.3985507246%;
  }

  .container .layout-thirdlarge:last-child {
    margin-right: 0;
  }
}

.lt-ie9 .container .layout-thirdlarge {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 40.3985507246%;
}

.lt-ie9 .container .layout-thirdlarge:last-child {
  margin-right: 0;
}

.block-col-sm-1,.block-col-ty-1,.block-col-sm-2,.block-col-ty-2,.block-col-sm-3,.block-col-ty-3,.block-col-sm-4,.block-col-ty-4,.block-col-sm-5,.block-col-ty-5,.block-col-sm-6,.block-col-ty-6,.block-col-sm-7,.block-col-ty-7,.block-col-sm-8,.block-col-ty-8,.block-col-sm-9,.block-col-ty-9,.block-col-sm-10,.block-col-ty-10,.block-col-sm-11,.block-col-ty-11,.block-col-sm-12,.block-col-ty-12 {
  position: relative;
  min-height: 1px;
}

@media screen and (min-width:0) {
  .block-col-ty-1 {
    width: 5.5833333333%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-1:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-1 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-1:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-2 {
    width: 14.1666666667%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-2:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-2 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-2:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-3 {
    width: 22.75%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-3:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-3 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-3:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-4 {
    width: 31.3333333333%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-4:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-4 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-4:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-5 {
    width: 39.9166666667%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-5:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-5 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-5:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-6 {
    width: 48.5%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-6:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-6 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-6:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-7 {
    width: 57.0833333333%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-7:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-7 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-7:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-8 {
    width: 65.6666666667%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-8:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-8 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-8:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-9 {
    width: 74.25%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-9:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-9 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-9:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-10 {
    width: 82.8333333333%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-10:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-10 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-10:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-11 {
    width: 91.4166666667%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-11:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-11 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-11:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:0) {
  .block-col-ty-12 {
    width: 100%;
    float: left;
    margin-left: 3%;
  }

  .block-col-ty-12:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-ty-12 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-ty-12:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-1 {
    width: 5.5833333333%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-1:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-1 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-1:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-2 {
    width: 14.1666666667%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-2:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-2 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-2:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-3 {
    width: 22.75%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-3:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-3 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-3:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-4 {
    width: 31.3333333333%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-4:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-4 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-4:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-5 {
    width: 39.9166666667%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-5:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-5 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-5:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-6 {
    width: 48.5%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-6:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-6 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-6:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-7 {
    width: 57.0833333333%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-7:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-7 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-7:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-8 {
    width: 65.6666666667%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-8:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-8 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-8:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-9 {
    width: 74.25%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-9:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-9 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-9:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-10 {
    width: 82.8333333333%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-10:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-10 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-10:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-11 {
    width: 91.4166666667%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-11:first-of-type {
    margin-left: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-11 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-11:first-of-type {
    margin-left: auto;
  }
}

@media screen and (min-width:20.0625em) {
  .block-col-sm-12 {
    width: 100%;
    float: left;
    margin-left: 3%;
  }

  .block-col-sm-12:first-of-type {
    margin-left: 0;
  }
 
  
}

@media screen and (min-width:30.0625em) {
  .block-col-sm-12 {
    width: auto;
    float: none;
    margin-left: auto;
  }

  .block-col-sm-12:first-of-type {
    margin-left: auto;
  }
  
}

@media (min-width:30.625em) and (max-width:48.0625em) {
    
    .margin-bottom-md-lehman {
      margin-bottom: 0px !important;
      background-color: #ffffff;
      padding-bottom: 20px;
      margin-left: 0px;
      margin-right: -2.17%;
} 

}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.margin-top-ty {
  margin-top: 8px !important;
}

.margin-top-sm {
  margin-top: 12px !important;
}

.margin-top-md {
  margin-top: 24px !important;
}

.margin-top-lg {
  margin-top: 32px !important;
}

.margin-top-xl {
  margin-top: 40px !important;
}

.margin-bottom-ty {
  margin-bottom: 8px !important;
}

.margin-bottom-sm {
  margin-bottom: 12px !important;
}

.margin-bottom-md {
  margin-bottom: 0px !important;
  background-color: #ffffff;
  padding-bottom: 20px;
}



.margin-bottom-lehman {
  margin-bottom: 20px !important;
}

.margin-bottom-lg {
  margin-bottom: 32px !important;
}

.margin-bottom-xl {
  margin-bottom: 40px !important;
}

.padding-top-ty {
  padding-top: 8px !important;
}

.padding-top-sm {
  padding-top: 12px !important;
}

.padding-top-md {
  padding-top: 0px !important;
}

.padding-top-lg {
  padding-top: 32px !important;
}

.padding-top-xl {
  padding-top: 40px !important;
}

.padding-bottom-ty {
  padding-bottom: 8px !important;
}

.padding-bottom-sm {
  padding-bottom: 12px !important;
}

.padding-bottom-md {
  padding-bottom: 24px !important;
}

.padding-bottom-lg {
  padding-bottom: 32px !important;
}

.padding-bottom-xl {
  padding-bottom: 40px !important;
}

div,dl,dt,dd,ul,ol,li,h1,.teaser-one-block h6,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td {
  margin: 0;
  padding: 0;
  direction: ltr;
}



@media screen and (min-width:0) {
  h1,.teaser-one-block h6 {
    line-height: 120%;
    font-size: 2.25em;
  }
}

@media screen and (min-width:30.0625em) {
  h1,.teaser-one-block h6 {
    font-size: 3em;
  }
}

@media screen and (min-width:48.0625em) {
  h1,.teaser-one-block h6 {
    line-height: 110%;
    font-size: 3.75em;
  }
  
.margin-bottom-md-lehman {
  margin-bottom: 0px !important;
  background-color: #ffffff;
  padding-bottom: 20px;
  margin-left: 0px;
  padding-left: 2.17%;
  padding-right: 2.17%;
} 

}

h1 em,.teaser-one-block h6 em {
  color: #c5c5c5;
  font-weight: 400;
}

@media screen and (min-width:0) {
  h1 em,.teaser-one-block h6 em {
    font-size: 21px;
  }
}

@media screen and (min-width:30.0625em) {
  h1 em,.teaser-one-block h6 em {
    font-size: 24px;
  }
}

h2 {
  font-weight: 600;
  color:#fff;
  font-size:1.1em;
  background-color: #407d0a;
    position: relative;
  display: inline-block;
  padding: 12px;
  letter-spacing: .5px;
  font-size: 0.95em;
  font-weight:600;
  line-height: 1em;
}

h2 a:link{
  font-weight: 600;
  color:#fff;
  font-size:1.1em;
  background-color: #407d0a;
    position: relative;
  display: inline-block;
  padding: 12px;
  letter-spacing: .5px;
  font-size: 0.95em;
  font-weight:600;
  line-height: 1em;
}

h2 a:hover{
  font-weight: 600;
  color:#fff;
  font-size:1.1em;
  background-color: #eee;
    position: relative;
  display: inline-block;
  padding: 12px;
  letter-spacing: .5px;
  font-size: 0.95em;
  font-weight:600;
  line-height: 1em;
}

@media screen and (min-width:0) {
  h2 {
    font-size: 1.1em;
  }
}

@media screen and (min-width:30.0625em) {
  h2 {
    font-size: 1.1em;
  }
}

h3 {
  font-weight: 800;
  line-height: 120%;
}
h1,h2,h3{
	font-family: 'Libre Baskerville', serif;
}

@media screen and (min-width:0) {
  h3 {
    font-size: 1.3125em;
  }
}

@media screen and (min-width:30.0625em) {
  h3 {
    font-size: 1.5em;
  }
}

h4 {
  line-height: 120%;
}

@media screen and (min-width:0) {
  h4 {
    font-size: 1.125em;
  }
}

@media screen and (min-width:30.0625em) {
  h4 {
    font-size: 1.08999em;
  }
}

@media screen and (min-width:0) {
  h5 {
    line-height: 150%;
    font-size: 1em;
  }
}

@media screen and (min-width:30.0625em) {
  h5 {
    line-height: 140%;
    font-size: 1.125em;
  }
}

h6 {
  line-height: 150%;
}

@media screen and (min-width:0) {
  h6 {
    font-size: 0.875em;
  }
}

@media screen and (min-width:30.0625em) {
  h6 {
    font-size: 1em;
  }
}

a {
  color: #0B3665
  line-height: inherit;
  text-decoration: none;
}

a:hover,a:focus {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
  color: eee;
}

a.color-inherit {
  color: #ffffff;
}

a.font-weight-normal {
  font-weight: normal;
}

a.tel,a[href^=tel] {
  color: inherit !important;
  text-decoration: none !important;
}

a img {
  border: none;
}

p {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  line-height: 150%;
  margin-bottom: 1.25em;
}

.homepage-module-text {
    font-family: Helvetica, Arial, "proxima-nova", sans-serif;
	font-size: .97em;
    text-align: left;
	line-height:1.5em;
    font-weight: 500;
	margin-top: -5px;
	margin-bottom: -5px;
}

.homepage-module-text a:link{
    font-family: Helvetica,Arial, "proxima-nova", sans-serif;
	color:#0a407d;
	font-size: .97em;
    text-align: left;
    font-weight: 600;
	margin-top: -5px;
	margin-bottom: -5px;
}

.homepage-module-text a:hover{
    font-family: Helvetica,Arial, "proxima-nova", sans-serif;
	color: #fff;
	background-color: #81c341;
	text-decoration:none;
	font-weight: 600;
}

p a {
  font-weight: bolder;
  color: #0a407d;
}

@media screen and (min-width:0) {
  p {
    font-size: 1em;
  }
}

@media screen and (min-width:48.0625em) {
  p {
    font-size: 1.0em;
  }
}

body p.lrg {
  line-height: 140%;
}

body p.homepage-lehman-today-font {
  line-height: 140%;
}

body p.homepage-lehman-today-font {
  margin-right: 2.17%;
  text-align: left;
}

body p.homepage-lehman-by-the-numbers-font {
  line-height: 140%;
}

@media screen and (min-width:0) {
  body p.lrg {
    font-size: 1.125em;
  }
  body p.homepage-lehman-today-font {
    font-size: 1.125em;
    text-align: left:      
  }  
  body p.homepage-lehman-today-font a{
    color: #0a407d;       
  }   
  
  body p.homepage-lehman-today-font a:hover{
    color: #fff;
	background-color: #81c341;
	text-decoration:none;    
  }    
  
  body p.homepage-lehman-by-the-numbers-font {
    font-size: 1.125em;
    text-align: left:      
  }  
  body p.homepage-lehman-by-the-numbers-font a{
    color: #0a407d;       
  } 
  
  body p.homepage-lehman-by-the-numbers-font a:hover{
	  background-color:#81c341;
    color: #eee;
	text-decoration:none;     
  }  




input[type=text]:focus {
    width: 208px;
}
  
}

@media screen and (min-width:740px) {
 
  
/*@media screen and (min-width:0px)*/
input[type=text] {
    width: 54px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    background-color: white;
    /*background-image: url('searchicon.png');*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    float: right;
    height: 20px;
    margin-top: 5px;
    margin-right: -36px;
}  
  
  
}

@media screen and (max-width:740px) {
 
input[type=text] {
    width: 219px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    /*background-image: url('searchicon.png');*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    padding: 12px 10px 12px 20px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}  
  
}


@media screen and (min-width:48.0625em) {
  body p.lrg {
    font-size: 1.3125em;
  }
  body p.homepage-lehman-today-font {
    font-family: Helvetica,Arial, "proxima-nova", sans-serif;
	font-size: 1.0em;
    text-align: left; 
    padding-top:20px;    
  }  
  
  body p.homepage-lehman-by-the-numbers-font {
    font-size: 1.0em;
    text-align: left;
    font-weight: 500;    
  }   
  

}






@media screen and (min-width:0) {
  body p.sm,body p.smi {
    font-size: 0.875em;
  }
}

body p.smi {
  font-style: italic;
}

body p.tag {
  font-size: 0.75em;
}

p img {
  margin: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.font-weight-normal {
  font-weight: normal;
}

.font-style-normal {
  font-style: normal;
}

em,i {
  font-style: italic;
  line-height: inherit;
}

strong,b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-weight: bold;
  color: #c5c5c5;
}

ul,ol,dl {
  font-family: Helvetica,Arial, "proxima-nova", sans-serif;
  line-height: 150%;
  list-style-position: outside;
  margin-bottom: 1.25em;
}

@media screen and (min-width:0) {
  ul,ol,dl {
    font-size: 0.75em;
  }
}

@media screen and (min-width:20.0625em) {
  ul,ol,dl {
    font-size: 0.8125em;
  }
    
}

@media screen and (min-width:30.0625em) {
  ul,ol,dl {
    font-size: 0.875em;
  }
}

@media screen and (min-width:48.0625em) {
  ul,ol,dl {
    font-size: 0.9375em;
  }
}

@media screen and (min-width:64.0625em) {
  ul,ol,dl {
    font-size: 0.9em;
  }
}

ul,ol,ul.no-bullet,ol.no-bullet {
  margin-left: 0;
}

ul li {
  margin-bottom: 0.313em;
}

ul li ul,ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
}

ul.square li ul,ul.circle li ul,ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
}

ul.circle {
  list-style-type: circle;
}

ul.disc {
  list-style-type: disc;
}

ul.no-bullet {
  list-style: none;
}

ol li {
  margin-bottom: 4px;
}

ol li ul,ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0.3em;
  font-weight: 600;
}

dl dd {
  margin-bottom: 0.75em;
}

abbr,acronym {
  text-transform: uppercase;
  font-size: 90%;
  border-bottom: 1px dotted #eeeeee;
  cursor: help;
}

abbr {
  text-transform: none;
}

 

@media screen and (min-width:0) {
  blockquote {
    line-height: 140%;
    font-size: 1.3125em;
  }
}

@media screen and (min-width:30.0625em) {
 
}

@media screen and (min-width:48.0625em) {
 
}

form,fieldset {
  margin-bottom: 1.25em;
}

label,legend {
  display: block;
  font-weight: normal;
  color: #333333;
  margin-bottom: 5px;
}

@media screen and (min-width:0) {
  label,legend {
    font-size: 0.75em;
  }
}

@media screen and (min-width:30.0625em) {
  label,legend {
    font-size: 0.765625em;
  }
}

@media screen and (min-width:48.0625em) {
  label,legend {
    font-size: 0.8203125em;
  }
}

@media screen and (min-width:64.0625em) {
  label,legend {
    font-size: 0.875em;
  }
}

label span,legend span {
  font-weight: normal;
  font-size: inherit;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
  height: auto;
  min-height: 50px;
}

input[type="checkbox"] {
  display: inline;
}



input[type="email"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="text"]:focus,textarea:focus,select:focus {
  border-color: #407d0a;
}

input[type="email"].success,input[type="password"].success,input[type="search"].success,input[type="text"].success,textarea.success,select.success {
  border-color: #1abe1e;
}

input[type="email"].warning,input[type="password"].warning,input[type="search"].warning,input[type="text"].warning,textarea.warning,select.warning {
  border-color: #ccad22;
}

input[type="email"].error,input[type="password"].error,input[type="search"].error,input[type="text"].error,textarea.error,select.error {
  border-color: red;
}

.input-search-wrapper input[type="search"] {
  border-right: none;
  display: block;
  float: left;
  height: 34px;
  line-height: normal;
  max-width: 70%;
  padding: 8px 15px;
  width: 500px;
}

.input-search-wrapper input[type="search"]:focus + button[type="submit"] {
  border-color: #407d0a;
}

.input-search-wrapper input[type="search"].success + button[type="submit"] {
  border-color: #1abe1e;
}

.input-search-wrapper input[type="search"].warning + button[type="submit"] {
  border-color: #ccad22;
}

.input-search-wrapper input[type="search"].error + button[type="submit"] {
  border-color: red;
}

.input-search-wrapper button[type="submit"] {
  border: 1px solid #c5c5c5;
  border-left: none;
  color: #c5c5c5;
  display: block;
  float: left;
  font-size: 1.5em;
  font-weight: normal;
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
}

.input-search-wrapper button[type="submit"]:hover,.input-search-wrapper button[type="submit"]:focus,.input-search-wrapper button[type="submit"].active {
  color: white;
}

.input-search-wrapper button[type="submit"] i {
  color: inherit;
  top: 1px;
}

input[type=checkbox].custom-checkbox,input[type=radio].custom-radio {
  display: none;
}

input[type=checkbox].custom-checkbox + label.custom-label,input[type=radio].custom-radio + label.custom-label {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].custom-checkbox + label.custom-label.checkbox {
  padding-left: 20px;
  height: 15px;
  line-height: 15px;
}

input[type=radio].custom-radio + label.custom-label.radio {
  padding-left: 22px;
  height: 17px;
  line-height: 17px;
}

input[type=checkbox].custom-checkbox:checked + label.custom-label.checkbox {
  background-position: 0 -15px;
}

input[type=radio].custom-radio:checked + label.custom-label.radio {
  background-position: 0 -17px;
}

label.custom-label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


input.custom-color-checkbox[type=checkbox] {
  display: none;
}

input.custom-color-checkbox[type=checkbox] + label.custom-color-checkbox {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  padding-left: 22px;
  height: 17px;
  line-height: 1.3em;
}

input.custom-color-checkbox[type=checkbox]:checked + label.custom-color-checkbox {
  background-position: 0 -17px;
}



table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.25em;
}

table.default {
  background: #f6f6f6;
  border: solid 1px #eeeeee;
}

table.default thead,table.default tfoot {
  background: #e6e6e6;
  font-weight: 600;
}

table.stripes tbody tr.odd,table.stripes tbody tr.alt,table.stripes tbody tr:nth-of-type(odd) {
  background: #eeeeee;
}

table.half tr td {
  width: 50%;
}

table.no-style tbody {
  border: none;
}

table.no-style tr th,table.no-style tr td {
  padding: 0;
  font-size: 1em;
}

table tr th,table tr td {
  padding: 0.4em 1em;
  font-size: 0.8125em;
  text-align: left;
}

table thead tr th,table tfoot tr th,table tbody tr td,table tr td,table tfoot tr td {
  display: table-cell;
  line-height: 150%;
}

.page-academics-school-business .masthead .btn {
  background: rgba(0,0,0,0.5);
}

.btn,button,input[type="submit"],input[type="reset"],input[type="button"] {
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  border: 0px solid #0b3666;
  color: #0b3666;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  line-height: 1.4;
  max-width: 100%;
  padding: 0px 10px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width:0) {
  .btn,button,input[type="submit"],input[type="reset"],input[type="button"] {
    font-size: 1em;
  }
}

@media screen and (min-width:30.0625em) {
  .btn,button,input[type="submit"],input[type="reset"],input[type="button"] {
    font-size: 0.125em;
  }
}

.btn i,button i,input[type="submit"] i,input[type="reset"] i,input[type="button"] i {
  color: #407d0a;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

.btn:hover,.btn:focus,.btn.active,button:hover,button:focus,button.active,input[type="submit"]:hover,input[type="submit"]:focus,input[type="submit"].active,input[type="reset"]:hover,input[type="reset"]:focus,input[type="reset"].active,input[type="button"]:hover,input[type="button"]:focus,input[type="button"].active {
  color: white;
  border-color: transparent;
  background-color: #81c341;
  text-decoration: none;
}

.btn:hover i,.btn:focus i,.btn.active i,button:hover i,button:focus i,button.active i,input[type="submit"]:hover i,input[type="submit"]:focus i,input[type="submit"].active i,input[type="reset"]:hover i,input[type="reset"]:focus i,input[type="reset"].active i,input[type="button"]:hover i,input[type="button"]:focus i,input[type="button"].active i {
  color: white;
}

.btn:active,.btn.active,button:active,button.active,input[type="submit"]:active,input[type="submit"].active,input[type="reset"]:active,input[type="reset"].active,input[type="button"]:active,input[type="button"].active {
  outline: 0;
  background-image: none;
}

.btn.btn-wrap,button.btn-wrap,input[type="submit"].btn-wrap,input[type="reset"].btn-wrap,input[type="button"].btn-wrap {
  white-space: normal;
}

.btn.sm,button.sm,input[type="submit"].sm,input[type="reset"].sm,input[type="button"].sm {
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 700;
  border-width: 2px;
}

.btn.progress,button.progress,input[type="submit"].progress,input[type="reset"].progress,input[type="button"].progress {
  float: left;
  color: #333333;
  border: 1px solid #919295;
  border-left: none;
}

.btn.progress:first-child,button.progress:first-child,input[type="submit"].progress:first-child,input[type="reset"].progress:first-child,input[type="button"].progress:first-child {
  border-left: 1px solid #919295;
}

.btn.progress:hover,.btn.progress:focus,button.progress:hover,button.progress:focus,input[type="submit"].progress:hover,input[type="submit"].progress:focus,input[type="reset"].progress:hover,input[type="reset"].progress:focus,input[type="button"].progress:hover,input[type="button"].progress:focus {
  color: white !important;
}

.btn.progress.active,button.progress.active,input[type="submit"].progress.active,input[type="reset"].progress.active,input[type="button"].progress.active {
  color: white;
}

.btn.progress.completed,button.progress.completed,input[type="submit"].progress.completed,input[type="reset"].progress.completed,input[type="button"].progress.completed {
  color: #1abe1e;
}

.btn.backdrop-mvc-red,.btn.backdrop-mvc-grey,.btn.backdrop-image,.btn.backdrop-transparent,button.backdrop-mvc-red,button.backdrop-mvc-grey,button.backdrop-image,button.backdrop-transparent,input[type="submit"].backdrop-mvc-red,input[type="submit"].backdrop-mvc-grey,input[type="submit"].backdrop-image,input[type="submit"].backdrop-transparent,input[type="reset"].backdrop-mvc-red,input[type="reset"].backdrop-mvc-grey,input[type="reset"].backdrop-image,input[type="reset"].backdrop-transparent,input[type="button"].backdrop-mvc-red,input[type="button"].backdrop-mvc-grey,input[type="button"].backdrop-image,input[type="button"].backdrop-transparent {
  border-color: white;
  color: white;
}

.btn.backdrop-mvc-red i,.btn.backdrop-mvc-grey i,.btn.backdrop-image i,.btn.backdrop-transparent i,button.backdrop-mvc-red i,button.backdrop-mvc-grey i,button.backdrop-image i,button.backdrop-transparent i,input[type="submit"].backdrop-mvc-red i,input[type="submit"].backdrop-mvc-grey i,input[type="submit"].backdrop-image i,input[type="submit"].backdrop-transparent i,input[type="reset"].backdrop-mvc-red i,input[type="reset"].backdrop-mvc-grey i,input[type="reset"].backdrop-image i,input[type="reset"].backdrop-transparent i,input[type="button"].backdrop-mvc-red i,input[type="button"].backdrop-mvc-grey i,input[type="button"].backdrop-image i,input[type="button"].backdrop-transparent i {
  color: white;
}

.btn.backdrop-mvc-red:hover,.btn.backdrop-mvc-red:focus,.btn.backdrop-mvc-red.active,button.backdrop-mvc-red:hover,button.backdrop-mvc-red:focus,button.backdrop-mvc-red.active,input[type="submit"].backdrop-mvc-red:hover,input[type="submit"].backdrop-mvc-red:focus,input[type="submit"].backdrop-mvc-red.active,input[type="reset"].backdrop-mvc-red:hover,input[type="reset"].backdrop-mvc-red:focus,input[type="reset"].backdrop-mvc-red.active,input[type="button"].backdrop-mvc-red:hover,input[type="button"].backdrop-mvc-red:focus,input[type="button"].backdrop-mvc-red.active {
  border-color: transparent;
  background-color: #88072f;
}

.btn.backdrop-mvc-grey:hover,.btn.backdrop-mvc-grey:focus,.btn.backdrop-mvc-grey.active,button.backdrop-mvc-grey:hover,button.backdrop-mvc-grey:focus,button.backdrop-mvc-grey.active,input[type="submit"].backdrop-mvc-grey:hover,input[type="submit"].backdrop-mvc-grey:focus,input[type="submit"].backdrop-mvc-grey.active,input[type="reset"].backdrop-mvc-grey:hover,input[type="reset"].backdrop-mvc-grey:focus,input[type="reset"].backdrop-mvc-grey.active,input[type="button"].backdrop-mvc-grey:hover,input[type="button"].backdrop-mvc-grey:focus,input[type="button"].backdrop-mvc-grey.active {
  border-color: transparent;
  background-color: #88072f;
}

.btn.backdrop-image:hover,.btn.backdrop-image:focus,.btn.backdrop-image.active,button.backdrop-image:hover,button.backdrop-image:focus,button.backdrop-image.active,input[type="submit"].backdrop-image:hover,input[type="submit"].backdrop-image:focus,input[type="submit"].backdrop-image.active,input[type="reset"].backdrop-image:hover,input[type="reset"].backdrop-image:focus,input[type="reset"].backdrop-image.active,input[type="button"].backdrop-image:hover,input[type="button"].backdrop-image:focus,input[type="button"].backdrop-image.active {
  border-color: transparent;
  background-color: #407d0a;
}

.btn.backdrop-transparent:hover,.btn.backdrop-transparent:focus,.btn.backdrop-transparent.active,button.backdrop-transparent:hover,button.backdrop-transparent:focus,button.backdrop-transparent.active,input[type="submit"].backdrop-transparent:hover,input[type="submit"].backdrop-transparent:focus,input[type="submit"].backdrop-transparent.active,input[type="reset"].backdrop-transparent:hover,input[type="reset"].backdrop-transparent:focus,input[type="reset"].backdrop-transparent.active,input[type="button"].backdrop-transparent:hover,input[type="button"].backdrop-transparent:focus,input[type="button"].backdrop-transparent.active {
  border-color: transparent;
  background-color: rgba(0,0,0,0.1);
}

.progress-btns {
  margin-bottom: 1.25em;
}

.txt-button {
  font-style: normal;
  font-weight: 700;
  color: #008597;
}

.txt-button i {
  color: inherit;
  font-size: 80%;
}

@media screen and (min-width:0) {
  .txt-button {
    line-height: 150%;
    font-size: 1em;
  }
}

@media screen and (min-width:30.0625em) {
  .txt-button {
    line-height: 140%;
    font-size: 1.125em;
  }
}

.tab {
  background-color: #212121;
  background-image: none;
  border: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tab.sm {
  margin-top: 5px;
  display: block;
  float: left;
  font-size: 1em;
  text-transform: none;
}

.tab.sm:hover,.tab.sm:focus,.tab.sm.active {
  background-color: #008597;
}

.tab.sm:hover:before,.tab.sm:focus:before,.tab.sm.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  top: -5px;
  left: 0;
  background-color: #008597;
}

.tab:hover,.tab:focus,.tab.active {
  text-decoration: none;
  background-color: black;
}

.tab:active,.tab.active {
  outline: 0;
  background-image: none;
}

.tab.tab-leaf {
  background-color: #707239;
}

.tab.tab-leaf:hover,.tab.tab-leaf:focus,.tab.tab-leaf.active {
  background-color: #595a2d;
}

.tab.tab-ocean {
  background-color: #008597;
}

.tab.tab-ocean:hover,.tab.tab-ocean:focus,.tab.tab-ocean.active {
  background-color: #006673;
}

.tab.tab-mvc-red {
  background-color: #407d0a;
}

.tab.tab-mvc-red:hover,.tab.tab-mvc-red:focus,.tab.tab-mvc-red.active {
  background-color: #88072f;
}

.tab.tab-sunset {
  background-color: #b15d41;
}

.tab.tab-sunset:hover,.tab.tab-sunset:focus,.tab.tab-sunset.active {
  background-color: #974f37;
}

hr {
  display: block;
  border: 0;
  border-top: 1px solid #c5c5c5;
  margin: 1.25em 0;
  padding: 0;
}

hr.hr-no-margin {
  margin: 0;
}

hr.hr-mvc-red {
  border-top-color: #407d0a;
}

hr.hr-mvc-dark-red {
  border-top-color: #88072f;
}

hr.hr-mvc-grey {
  border-top-color: #333333;
}

hr.hr-mvc-dark-grey {
  border-top-color: #212121;
}

hr.hr-leaf {
  border-top-color: #707239;
}

hr.hr-dark-leaf {
  border-top-color: #595a2d;
}

hr.hr-ocean {
  border-top-color: #008597;
}

hr.hr-dark-ocean {
  border-top-color: #006673;
}

hr.hr-cardinal {
  border-top-color: #6e0023;
}

hr.hr-dark-cardinal {
  border-top-color: #4a0018;
}

hr.hr-sunset {
  border-top-color: #b15d41;
}

hr.hr-dark-sunset {
  border-top-color: #974f37;
}

hr.hr-iris {
  border-top-color: #5d284f;
}

hr.hr-dark-iris {
  border-top-color: #441d3a;
}

hr.hr-dark-grey {
  border-top-color: #919295;
}

hr.hr-grey {
  border-top-color: #c5c5c5;
}

hr.hr-light-grey {
  border-top-color: #eeeeee;
}

hr.hr-extralight-grey {
  border-top-color: #f8f8f8;
}

hr.hr-light-sunset {
  border-top-color: #f4efed;
}

hr.hr-alert-severe {
  border-top-color: red;
}

hr.hr-alert-elevated {
  border-top-color: #ccad22;
}

hr.hr-alert-low {
  border-top-color: #1abe1e;
}

hr.hr-twitter {
  border-top-color: #55acee;
}

hr.hr-facebook {
  border-top-color: #435f9c;
}

@media screen and (min-width:0) {
  .breadcrumb {
    display: none;
  }
}

@media screen and (min-width:48.0625em) {
  .breadcrumb {
    display: block;
  }
}

.breadcrumb span {
  margin: 0 5px;
  font-size: 75%;
  color: #407d0a;
}

.breadcrumb a {
  color: #407d0a;
  font-weight: 400;
}

.breadcrumb a.current {
  color: #333333;
  font-weight: 800;
}

.breadcrumb a:hover,.breadcrumb a:focus {
  color: #407d0a;
}

@media (min-width:0px) and (max-width:480px) {
  .floated-element > * {
    width: 100%;
    margin-bottom: 1.25em;
  }
}

@media screen and (min-width:30.0625em) {
  .floated-element.fe-layout-half {
    width: 48.913%;
  }
}

@media screen and (min-width:30.0625em) {
  .floated-element.fe-layout-third {
    width: 31.8841%;
  }
}

@media screen and (min-width:30.0625em) {
  .floated-element.fe-layout-fourth {
    width: 23.3696%;
  }
}

.floated-element.fe-layout-content,.floated-element.fe-layout-full {
  width: 100%;
}

@media screen and (min-width:30.0625em) {
  .floated-element.fe-alignleft {
    float: left;
    margin-right: 2.17391%;
  }
}

@media screen and (min-width:30.0625em) {
  .floated-element.fe-alignright {
    float: right;
    margin-left: 2.17391%;
  }
}

.floated-element .block {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}

.dev-block {
  font-weight: bold;
  line-height: 70px;
  text-align: center;
  color: white;
  background: #407d0a;
}

@media screen and (min-width:0) {
  .dev-block {
    font-size: 0.75em;
    min-height: 35px;
  }
}

@media screen and (min-width:20.0625em) {
  .dev-block {
    font-size: 0.8125em;
  }
}

@media screen and (min-width:30.0625em) {
  .dev-block {
    font-size: 0.875em;
    min-height: 70px;
  }
}

@media screen and (min-width:48.0625em) {
  .dev-block {
    font-size: 0.9375em;
  }
}

@media screen and (min-width:64.0625em) {
  .dev-block {
    font-size: 1em;
  }
}

.dev-block-flexbox {
  padding: 1.25em 1.5em;
}

.dev-block-flexbox > *:last-child {
  margin-bottom: 0;
}

.dev-block-col {
  overflow: hidden;
}

.dev-breakpoint-color-1 {
  background-color: #f32665;
}

.dev-breakpoint-color-2 {
  background-color: #da0c4c;
}

.dev-breakpoint-color-3 {
  background-color: #407d0a;
}

.dev-breakpoint-color-4 {
  background-color: #7a062a;
}

.dev-breakpoint-color-5 {
  background-color: #490419;
}

.dev-breakpoint-color-6 {
  background-color: #190109;
}

@media screen and (min-width:0) {
  .dev-breakpoints {
    background: #f32665;
  }
}

@media screen and (min-width:20.0625em) {
  .dev-breakpoints {
    background: #da0c4c;
  }
}

@media screen and (min-width:30.0625em) {
  .dev-breakpoints {
    background: #407d0a;
  }
}

@media screen and (min-width:48.0625em) {
  .dev-breakpoints {
    background: #7a062a;
  }
}

@media screen and (min-width:64.0625em) {
  .dev-breakpoints {
    background: #490419;
  }
}

select.select-dropdown,select.select2-dropdown {
  background: transparent;
  border-radius: 0;
  border: 1px solid #407d0a;
  color: #407d0a;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  padding: 6px 15px 7px;
}

select.select-dropdown.backdrop-mvc-red,select.select-dropdown.backdrop-mvc-grey,select.select-dropdown.backdrop-image,select.select2-dropdown.backdrop-mvc-red,select.select2-dropdown.backdrop-mvc-grey,select.select2-dropdown.backdrop-image {
  border-color: white;
  color: white;
}

.select2-container,.select2-drop,.select2-search,.select2-search input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-container,.select2-results {
  font-size: 14px;
}

.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: middle;
  width: 245px;
  max-width: 100%;
}

.select2-container.backdrop-mvc-red .select2-choice,.select2-container.backdrop-mvc-grey .select2-choice,.select2-container.backdrop-image .select2-choice {
  border-color: white;
  color: white;
}

.select2-container.backdrop-mvc-red .select2-choice .select2-arrow,.select2-container.backdrop-mvc-grey .select2-choice .select2-arrow,.select2-container.backdrop-image .select2-choice .select2-arrow {
  color: white;
}

.select2-container.backdrop-mvc-red:hover .select2-choice,.select2-container.backdrop-mvc-red:focus .select2-choice,.select2-container.backdrop-mvc-red.select2-dropdown-open .select2-choice {
  background-color: #88072f;
  border-color: #88072f;
}

.select2-container.backdrop-mvc-grey:hover .select2-choice,.select2-container.backdrop-mvc-grey:focus .select2-choice,.select2-container.backdrop-mvc-grey.select2-dropdown-open .select2-choice {
  background-color: #88072f;
  border-color: #88072f;
}

.select2-container.backdrop-image:hover .select2-choice,.select2-container.backdrop-image:focus .select2-choice,.select2-container.backdrop-image.select2-dropdown-open .select2-choice {
  background-color: #407d0a;
  border-color: #407d0a;
}

.select2-container .select2-choice {
  display: block;
  height: 36px;
  padding: 7px 15px;
  overflow: hidden;
  position: relative;
  border: 1px solid #407d0a;
  white-space: nowrap;
  line-height: 1.4;
  color: #407d0a;
  text-decoration: none;
  font-weight: 600;
  -webkit-touch-callout: none;
  text-align: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 20px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
  overflow: hidden;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 44px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 9px;
  color: #407d0a;
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}

.select2-container .select2-choice .select2-arrow b,.select2-container .select2-choice .select2-arrow b:before {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  content: "";
  -ms-zoom: 1;
}

.select-dropdown:hover .select2-choice,.select-dropdown:focus .select2-choice,.select2-dropdown-open .select2-choice {
  background-color: #407d0a;
  border-color: #407d0a;
  color: white;
}

.select-dropdown:hover .select2-choice .select2-arrow,.select-dropdown:focus .select2-choice .select2-arrow,.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select-dropdown:hover .select2-choice .select2-arrow b:before,.select-dropdown:focus .select2-choice .select2-arrow b:before,.select2-dropdown-open .select2-choice .select2-arrow b:before {
  color: white;
}

.select2-results {
  max-height: 330px;
  padding: 0;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: transparent;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
  margin: 0;
}

.select2-results .select2-result-label {
  padding: 6px 15px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #f8f8f8;
  color: #407d0a;
}

.backdrop-mvc-red .select2-results .select2-highlighted {
  background: #88072f;
  color: white;
}

.backdrop-mvc-grey .select2-results .select2-highlighted {
  background: #88072f;
  color: white;
}

.backdrop-image .select2-results .select2-highlighted {
  background: #407d0a;
  color: white;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #333333;
}

.select2-results .select2-selected {
  display: none;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #333333;
  background-color: #eeeeee;
}

.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.select2-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.switch-toggle a,.switch-light span span {
  display: none;
}

@media only screen {
  .switch-light {
    display: block;
    height: 30px;
    position: relative;
    overflow: visible;
    padding: 0;
    margin-left: 100px;
  }

  .switch-light * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .switch-light a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .switch-light label,.switch-light > span {
    line-height: 30px;
    vertical-align: middle;
  }

  .switch-light input:focus ~ a,.switch-light input:focus + label {
    outline: 1px dotted #888;
  }

  .switch-light label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }

  .switch-light input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }

  .switch-light input:checked ~ a {
    right: 0%;
  }

  .switch-light > span {
    position: absolute;
    left: -100px;
    width: 100%;
    margin: 0;
    padding-right: 100px;
    text-align: left;
  }

  .switch-light > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 100px;
    text-align: center;
  }

  .switch-light > span span:last-child {
    left: 50%;
  }

  .switch-light a {
    position: absolute;
    right: 50%;
    top: 0;
    z-index: 4;
    display: block;
    width: 50%;
    height: 100%;
    padding: 0;
  }

  .switch-toggle {
    display: block;
    height: 30px;
    position: relative;
    padding: 0 !important;
  }

  .switch-toggle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .switch-toggle a {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .switch-toggle label,.switch-toggle > span {
    line-height: 30px;
    vertical-align: middle;
  }

  .switch-toggle input:focus ~ a,.switch-toggle input:focus + label {
    outline: 1px dotted #888;
  }

  .switch-toggle input {
    position: absolute;
    opacity: 0;
  }

  .switch-toggle input + label {
    position: relative;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    text-align: center;
  }

  .switch-toggle a {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: 1;
    width: 50%;
    height: 100%;
  }

  .switch-toggle input:last-of-type:checked ~ a {
    left: 50%;
  }

  .switch-toggle.switch-3 label,.switch-toggle.switch-3 a {
    width: 33.3333333333%;
  }

  .switch-toggle.switch-3 input:checked:nth-of-type(2) ~ a {
    left: 33.3333333333%;
  }

  .switch-toggle.switch-3 input:checked:last-of-type ~ a {
    left: 66.6666666667%;
  }

  .switch-toggle.switch-4 label,.switch-toggle.switch-4 a {
    width: 25%;
  }

  .switch-toggle.switch-4 input:checked:nth-of-type(2) ~ a {
    left: 25%;
  }

  .switch-toggle.switch-4 input:checked:nth-of-type(3) ~ a {
    left: 50%;
  }

  .switch-toggle.switch-4 input:checked:last-of-type ~ a {
    left: 75%;
  }

  .switch-toggle.switch-5 label,.switch-toggle.switch-5 a {
    width: 20%;
  }

  .switch-toggle.switch-5 input:checked:nth-of-type(2) ~ a {
    left: 20%;
  }

  .switch-toggle.switch-5 input:checked:nth-of-type(3) ~ a {
    left: 40%;
  }

  .switch-toggle.switch-5 input:checked:nth-of-type(4) ~ a {
    left: 60%;
  }

  .switch-toggle.switch-5 input:checked:last-of-type ~ a {
    left: 80%;
  }

  .switch-candy {
    background-color: #2d3035;
    border-radius: 3px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #191b1e;
    box-shadow: inset 0 2px 6px rgba(0,0,0,0.3),0 1px 0px rgba(255,255,255,0.2);
  }

  .switch-candy label {
    color: #fff;
    -webkit-transition: color 0.2s ease-out;
    -moz-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }

  .switch-candy input:checked + label {
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  }

  .switch-candy a {
    border: 1px solid #333;
    background-color: #70c66b;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.2),transparent);
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.2),transparent);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2),inset 0 1px 1px rgba(255,255,255,0.45);
  }

  .switch-candy > span {
    color: #333;
    text-shadow: none;
  }

  .switch-candy span {
    color: #fff;
  }

  .switch-candy.switch-candy-blue a {
    background-color: #38a3d4;
  }

  .switch-candy.switch-candy-yellow a {
    background-color: #f5e560;
  }

  .switch-android {
    background-color: #464747;
    border-radius: 1px;
    color: #fff;
    box-shadow: inset rgba(0,0,0,0.1) 0 1px 0;
  }

  .switch-android label {
    color: #fff;
  }

  .switch-android > span span {
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
  }

  .switch-android > span span:first-of-type {
    opacity: 1;
  }

  .switch-android a {
    background-color: #666;
    border-radius: 1px;
    box-shadow: inset rgba(255,255,255,0.2) 0 1px 0,inset rgba(0,0,0,0.3) 0 -1px 0;
  }

  .switch-android.switch-light input:checked ~ a {
    background-color: #0E88B1;
  }

  .switch-android.switch-light input:checked ~ span span:first-of-type {
    opacity: 0;
  }

  .switch-android.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
  }

  .switch-android.switch-toggle,.switch-android > span span {
    font-size: 85%;
    text-transform: uppercase;
  }

  .switch-ios.switch-light {
    color: #868686;
  }

  .switch-ios.switch-light a {
    left: 0;
    width: 30px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 -3px 3px rgba(0,0,0,0.025),0 1px 4px rgba(0,0,0,0.15),0 4px 4px rgba(0,0,0,0.1);
  }

  .switch-ios.switch-light > span span {
    width: 100%;
    left: 0;
    opacity: 0;
  }

  .switch-ios.switch-light > span span:first-of-type {
    opacity: 1;
    padding-left: 30px;
  }

  .switch-ios.switch-light > span span:last-of-type {
    padding-right: 30px;
  }

  .switch-ios.switch-light > span:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 100px;
    top: 0;
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    box-shadow: inset rgba(0,0,0,0.1) 0 1px 0;
  }

  .switch-ios.switch-light input:checked ~ a {
    left: 100%;
    margin-left: -30px;
  }

  .switch-ios.switch-light input:checked ~ span:before {
    border-color: #53d76a;
    box-shadow: inset 0 0 0 30px #53d76a;
  }

  .switch-ios.switch-light input:checked ~ span span:first-of-type {
    opacity: 0;
  }

  .switch-ios.switch-light input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }

  .switch-ios.switch-toggle {
    background-color: #fafafa;
    border: 1px solid #d3d3d3;
    border-radius: 30px;
    box-shadow: inset rgba(0,0,0,0.1) 0 1px 0;
  }

  .switch-ios.switch-toggle a {
    background-color: #53d76a;
    border-radius: 25px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  .switch-ios.switch-toggle label {
    color: #868686;
  }

  .switch-ios input:checked + label {
    color: #3a3a3a;
  }
}

@media only screen and (-webkit-max-device-pixel-ratio:2) and (max-device-width:1280px) {
  .switch-light,.switch-toggle {
    -webkit-animation: webkitSiblingBugfix infinite 1s;
  }
}

@-webkit-keyframes webkitSiblingBugfix {
  from {
    -webkit-transform: translate3d(0,0,0);
  }

  to {
    -webkit-transform: translate3d(0,0,0);
  }
}

.switch-custom {
  width: 80px;
  background-color: white;
  border: 1px solid #c5c5c5;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-left: 0;
  margin-bottom: 0;
  cursor: pointer;
}

.switch-custom label {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.switch-custom input:checked ~ span span:first-of-type {
  color: #407d0a;
}

.switch-custom input:checked ~ span span:last-of-type {
  color: white;
}

.switch-custom > span span {
  margin-left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-custom > span span:first-of-type {
  color: white;
}

.switch-custom > span span:last-of-type {
  color: #407d0a;
}

.switch-custom a {
  background-color: #407d0a;
}

.switch-custom > span {
  left: 0;
  padding-right: 0;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: black;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 4%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #c5c5c5;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #c5c5c5;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 19px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  top: -37px;
  text-decoration: none;
  text-align: center;
  opacity: 0.3;
  filter: alpha(opacity=30);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 34px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:hover,.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: -37px;
}

.mfp-close-btn-in .mfp-close {
  color: white;
}

.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #c5c5c5;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before,.mfp-arrow:after,.mfp-arrow .mfp-b,.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after,.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before,.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after,.mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before,.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #919295;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after,.mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before,.mfp-arrow-right .mfp-b {
  border-left: 27px solid #919295;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 780px;
}

.mfp-iframe-holder .mfp-close {
  top: -37px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: black;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #919295;
}

.mfp-figure small {
  color: #eeeeee;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #eeeeee;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: -37px;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: -37px;
  right: 0;
  padding-top: 0;
}

.modal-form-ic,.modal-youtube-ic,.modal-vimeo-ic,.modal-gallery-slider-ic {
  position: relative;
  padding: 0;
  width: auto;
  margin: 0 auto;
}

.modal-youtube-ic,.modal-vimeo-ic,.modal-gallery-slider-ic {
  max-width: 780px;
}

.modal-youtube-ic iframe,.modal-vimeo-ic iframe {
  display: block;
  width: 100%;
}

.modal-form-ic {
  background: white;
  max-width: 400px;
  padding: 30px 40px;
}

.modal-form-ic input[type="text"] {
  width: 100%;
}

.modal-form-ic .modal-form-step-2 {
  display: none;
}

.modal-gallery-slider-ic .gallery-slider .gallery-filmroll-carousel {
  background-color: #262626;
}

.modal-gallery-slider-ic .gallery-slider p {
  color: white;
}

.modal-alert-ic {
  background: white;
  margin: 0 auto;
  padding: 62px 30px 20px;
  position: relative;
  width: auto;
  max-width: 780px;
}

.modal-alert-ic .icon-wrapper {
  position: absolute;
  top: 0;
  left: 30px;
  font-size: 1.5em;
  padding: 13px 12px;
}

.modal-alert-ic .icon-wrapper i {
  line-height: 1em;
  position: relative;
  top: 4px;
}

.modal-alert-ic h4 {
  margin-bottom: 0.2em;
}

.modal-alert-ic .btn {
  margin-right: 19px;
  margin-bottom: 10px;
}

.button {
  margin: .4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: transparent;
}

.grow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.grow:hover,.grow:focus,.grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.grow.active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.shrink:hover,.shrink:focus,.shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@-webkit-keyframes $name {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes $name {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.pulse:hover,.pulse:focus,.pulse:active {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes $name {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes $name {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.pulse-grow {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.pulse-grow:hover,.pulse-grow:focus,.pulse-grow:active {
  -webkit-animation-name: pulse-grow;
  animation-name: pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes $name {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes $name {
  to {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.pulse-shrink {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.pulse-shrink:hover,.pulse-shrink:focus,.pulse-shrink:active {
  -webkit-animation-name: pulse-shrink;
  animation-name: pulse-shrink;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes $name {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes $name {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.push {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.push:hover,.push:focus,.push:active {
  -webkit-animation-name: push;
  animation-name: push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes $name {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes $name {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.pop {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.pop:hover,.pop:focus,.pop:active {
  -webkit-animation-name: pop;
  animation-name: pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.rotate:hover,.rotate:focus,.rotate:active {
  -webkit-transform: rotate(4deg);
  transform: rotate(4deg);
}

.grow-rotate {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.grow-rotate:hover,.grow-rotate:focus,.grow-rotate:active {
  -webkit-transform: scale(1.1) rotate(4deg);
  transform: scale(1.1) rotate(4deg);
}

.float {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.float:hover,.float:focus,.float:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.sink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.sink:hover,.sink:focus,.sink:active {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

@-webkit-keyframes $name {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes $name {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

.hover {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hover:hover,.hover:focus,.hover:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes $name {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes $name {
  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

.hang {
  display: inline-block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hang:hover,.hang:focus,.hang:active {
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.skew {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.skew:hover,.skew:focus,.skew:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.skew-forward {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.skew-forward:hover,.skew-forward:focus,.skew-forward:active {
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
}

.skew-backward {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.skew-backward:hover,.skew-backward:focus,.skew-backward:active {
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

@-webkit-keyframes $name {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes $name {
  16.65% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  33.3% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }

  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }

  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.wobble-vertical {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.wobble-vertical:hover,.wobble-vertical:focus,.wobble-vertical:active {
  -webkit-animation-name: wobble-vertical;
  animation-name: wobble-vertical;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes $name {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes $name {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.wobble-horizontal {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.wobble-horizontal:hover,.wobble-horizontal:focus,.wobble-horizontal:active {
  -webkit-animation-name: wobble-horizontal;
  animation-name: wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes $name {
  16.65% {
    -webkit-transform: translate(8px,8px);
    transform: translate(8px,8px);
  }

  33.3% {
    -webkit-transform: translate(-6px,-6px);
    transform: translate(-6px,-6px);
  }

  49.95% {
    -webkit-transform: translate(4px,4px);
    transform: translate(4px,4px);
  }

  66.6% {
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px);
  }

  83.25% {
    -webkit-transform: translate(1px,1px);
    transform: translate(1px,1px);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes $name {
  16.65% {
    -webkit-transform: translate(8px,8px);
    transform: translate(8px,8px);
  }

  33.3% {
    -webkit-transform: translate(-6px,-6px);
    transform: translate(-6px,-6px);
  }

  49.95% {
    -webkit-transform: translate(4px,4px);
    transform: translate(4px,4px);
  }

  66.6% {
    -webkit-transform: translate(-2px,-2px);
    transform: translate(-2px,-2px);
  }

  83.25% {
    -webkit-transform: translate(1px,1px);
    transform: translate(1px,1px);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

.wobble-to-bottom-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.wobble-to-bottom-right:hover,.wobble-to-bottom-right:focus,.wobble-to-bottom-right:active {
  -webkit-animation-name: wobble-to-bottom-right;
  animation-name: wobble-to-bottom-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes $name {
  16.65% {
    -webkit-transform: translate(8px,-8px);
    transform: translate(8px,-8px);
  }

  33.3% {
    -webkit-transform: translate(-6px,6px);
    transform: translate(-6px,6px);
  }

  49.95% {
    -webkit-transform: translate(4px,-4px);
    transform: translate(4px,-4px);
  }

  66.6% {
    -webkit-transform: translate(-2px,2px);
    transform: translate(-2px,2px);
  }

  83.25% {
    -webkit-transform: translate(1px,-1px);
    transform: translate(1px,-1px);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

@keyframes $name {
  16.65% {
    -webkit-transform: translate(8px,-8px);
    transform: translate(8px,-8px);
  }

  33.3% {
    -webkit-transform: translate(-6px,6px);
    transform: translate(-6px,6px);
  }

  49.95% {
    -webkit-transform: translate(4px,-4px);
    transform: translate(4px,-4px);
  }

  66.6% {
    -webkit-transform: translate(-2px,2px);
    transform: translate(-2px,2px);
  }

  83.25% {
    -webkit-transform: translate(1px,-1px);
    transform: translate(1px,-1px);
  }

  100% {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
  }
}

.wobble-to-top-right {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.wobble-to-top-right:hover,.wobble-to-top-right:focus,.wobble-to-top-right:active {
  -webkit-animation-name: wobble-to-top-right;
  animation-name: wobble-to-top-right;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes $name {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes $name {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-top {
  display: inline-block;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.wobble-top:hover,.wobble-top:focus,.wobble-top:active {
  -webkit-animation-name: wobble-top;
  animation-name: wobble-top;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes $name {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes $name {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-bottom {
  display: inline-block;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.wobble-bottom:hover,.wobble-bottom:focus,.wobble-bottom:active {
  -webkit-animation-name: wobble-bottom;
  animation-name: wobble-bottom;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes $name {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

@keyframes $name {
  16.65% {
    -webkit-transform: skew(-12deg);
    transform: skew(-12deg);
  }

  33.3% {
    -webkit-transform: skew(10deg);
    transform: skew(10deg);
  }

  49.95% {
    -webkit-transform: skew(-6deg);
    transform: skew(-6deg);
  }

  66.6% {
    -webkit-transform: skew(4deg);
    transform: skew(4deg);
  }

  83.25% {
    -webkit-transform: skew(-2deg);
    transform: skew(-2deg);
  }

  100% {
    -webkit-transform: skew(0);
    transform: skew(0);
  }
}

.wobble-skew {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.wobble-skew:hover,.wobble-skew:focus,.wobble-skew:active {
  -webkit-animation-name: wobble-skew;
  animation-name: wobble-skew;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

@-webkit-keyframes $name {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

@keyframes $name {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}

.buzz {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.buzz:hover,.buzz:focus,.buzz:active {
  -webkit-animation-name: buzz;
  animation-name: buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes $name {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

@keyframes $name {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.buzz-out {
  display: inline-block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.buzz-out:hover,.buzz-out:focus,.buzz-out:active {
  -webkit-animation-name: buzz-out;
  animation-name: buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.border-fade {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
}

.border-fade:hover,.border-fade:focus,.border-fade:active {
  box-shadow: inset 0 0 0 4px #666,0 0 1px transparent;
}

.hollow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background;
  transition-property: background;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: inset 0 0 0 4px #e1e1e1,0 0 1px transparent;
}

.hollow:hover,.hollow:focus,.hollow:active {
  background: none;
}

.trim {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.trim:hover:before,.trim:focus:before,.trim:active:before {
  opacity: 1;
}

.outline-outward {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.outline-outward:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

.outline-outward:hover:before,.outline-outward:focus:before,.outline-outward:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}

.outline-inward {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.outline-inward:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top,right,bottom,left;
  transition-property: top,right,bottom,left;
}

.outline-inward:hover:before,.outline-inward:focus:before,.outline-inward:active:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}

.round-corners {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: border-radius;
  transition-property: border-radius;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.round-corners:hover,.round-corners:focus,.round-corners:active {
  border-radius: 1em;
}

.glow {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.glow:hover,.glow:focus,.glow:active {
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
}

.box-shadow-outset {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.box-shadow-outset:hover,.box-shadow-outset:focus,.box-shadow-outset:active {
  box-shadow: 2px 2px 2px rgba(0,0,0,0.6);
}

.box-shadow-inset {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0,0,0,0.6),0 0 1px transparent;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.box-shadow-inset:hover,.box-shadow-inset:focus,.box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0,0,0,0.6),0 0 1px transparent;
}

.float-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
}

.float-shadow:hover,.float-shadow:focus,.float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.float-shadow:hover:before,.float-shadow:focus:before,.float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

@-webkit-keyframes $name {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes $name {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes $name {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

@keyframes $name {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }

  50% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: .4;
  }
}

.hover-shadow {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hover-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center,rgba(0,0,0,0.35) 0%,transparent 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform,opacity;
  transition-property: transform,opacity;
}

.hover-shadow:hover,.hover-shadow:focus,.hover-shadow:active {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  -webkit-animation-name: hover;
  animation-name: hover;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.hover-shadow:hover:before,.hover-shadow:focus:before,.hover-shadow:active:before {
  opacity: .4;
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-animation-name: hover-shadow;
  animation-name: hover-shadow;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.shadow-radial {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.shadow-radial:before,.shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%,rgba(0,0,0,0.6) 0%,transparent 80%);
}

.shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%,rgba(0,0,0,0.6) 0%,transparent 80%);
}

.shadow-radial:hover:before,.shadow-radial:focus:before,.shadow-radial:active:before,.shadow-radial:hover:after,.shadow-radial:focus:after,.shadow-radial:active:after {
  opacity: 1;
}

.bubble-top {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top;
  transition-property: top;
  left: calc(50% - 10px);
  top: 0;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}

.bubble-top:hover:before,.bubble-top:focus:before,.bubble-top:active:before {
  top: -10px;
}

.bubble-right {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: right;
  transition-property: right;
  top: calc(50% - 10px);
  right: 0;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}

.bubble-right:hover:before,.bubble-right:focus:before,.bubble-right:active:before {
  right: -10px;
}

.bubble-bottom {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: bottom;
  transition-property: bottom;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}

.bubble-bottom:hover:before,.bubble-bottom:focus:before,.bubble-bottom:active:before {
  bottom: -10px;
}

.bubble-left {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left;
  transition-property: left;
  top: calc(50% - 10px);
  left: 0;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}

.bubble-left:hover:before,.bubble-left:focus:before,.bubble-left:active:before {
  left: -10px;
}

.bubble-float-top {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  top: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: top;
  transition-property: top;
}

.bubble-float-top:hover,.bubble-float-top:focus,.bubble-float-top:active {
  -webkit-transform: translateY(5px) translateZ(0);
  transform: translateY(5px) translateZ(0);
}

.bubble-float-top:hover:before,.bubble-float-top:focus:before,.bubble-float-top:active:before {
  top: -10px;
}

.bubble-float-right {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: calc(50% - 10px);
  right: 0;
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: right;
  transition-property: right;
}

.bubble-float-right:hover,.bubble-float-right:focus,.bubble-float-right:active {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.bubble-float-right:hover:before,.bubble-float-right:focus:before,.bubble-float-right:active:before {
  right: -10px;
}

.bubble-float-bottom {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: calc(50% - 10px);
  bottom: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: bottom;
  transition-property: bottom;
}

.bubble-float-bottom:hover,.bubble-float-bottom:focus,.bubble-float-bottom:active {
  -webkit-transform: translateY(-5px) translateZ(0);
  transform: translateY(-5px) translateZ(0);
}

.bubble-float-bottom:hover:before,.bubble-float-bottom:focus:before,.bubble-float-bottom:active:before {
  bottom: -10px;
}

.bubble-float-left {
  display: inline-block;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: calc(50% - 10px);
  left: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: left;
  transition-property: left;
}

.bubble-float-left:hover,.bubble-float-left:focus,.bubble-float-left:active {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.bubble-float-left:hover:before,.bubble-float-left:focus:before,.bubble-float-left:active:before {
  left: -10px;
}

.curl-top-left {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(135deg,white 45%,#aaa 50%,#ccc 56%,white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#000000');
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.curl-top-left:hover:before,.curl-top-left:focus:before,.curl-top-left:active:before {
  width: 25px;
  height: 25px;
}

.curl-top-right {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  background: linear-gradient(225deg,white 45%,#aaa 50%,#ccc 56%,white 80%);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.curl-top-right:hover:before,.curl-top-right:focus:before,.curl-top-right:active:before {
  width: 25px;
  height: 25px;
}

.curl-bottom-right {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  background: linear-gradient(315deg,white 45%,#aaa 50%,#ccc 56%,white 80%);
  box-shadow: -1px -1px 1px rgba(0,0,0,0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.curl-bottom-right:hover:before,.curl-bottom-right:focus:before,.curl-bottom-right:active:before {
  width: 25px;
  height: 25px;
}

.curl-bottom-left {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  background: linear-gradient(45deg,white 45%,#aaa 50%,#ccc 56%,white 80%);
  box-shadow: 1px -1px 1px rgba(0,0,0,0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width,height;
  transition-property: width,height;
}

.curl-bottom-left:hover:before,.curl-bottom-left:focus:before,.curl-bottom-left:active:before {
  width: 25px;
  height: 25px;
}

.multilevelpushmenu_wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  min-width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-overflow-scrolling: touch;
}

.multilevelpushmenu_wrapper .levelHolderClass {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: auto;
  min-height: 100%;
  background: #407D0A !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 70px;
  z-index: 96;
}

.multilevelpushmenu_wrapper .ltr {
  margin-left: -100%;
  left: 0;
}

.multilevelpushmenu_wrapper .rtl {
  margin-right: -100%;
  right: 0;
}

.multilevelpushmenu_wrapper .multilevelpushmenu_inactive {
  background: #2e6196;
}

.multilevelpushmenu_wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #407D0A !important;
}

.multilevelpushmenu_wrapper li {
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  font-size: 14px;
	font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 0;
  z-index: 0;
}

.multilevelpushmenu_wrapper li.main-item {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}

.multilevelpushmenu_wrapper li.active-item {
  border-left: 10px solid white;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  padding: 0;
  position: relative;
}

.multilevelpushmenu_wrapper li.active-item:hover,.multilevelpushmenu_wrapper li.active-item:focus {
  background: transparent;
  cursor: default;
}

.multilevelpushmenu_wrapper li.active-item span {
  display: block;
  height: 50px;
  top: 0;
  left: 10px;
  position: absolute;
}

.multilevelpushmenu_wrapper a.menu-item {
  display: inline-block;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  padding-left: 20px;
  width: 220px;
  min-height: 50px;
  line-height: 50px;
  text-align: left;
  float: left;
  font-size: 16px;
  position: relative;
}

.multilevelpushmenu_wrapper a.menu-item span {
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
  display: inline-block;
  height: 50px;
  width: 1px;
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}

.multilevelpushmenu_wrapper a.menu-item.leaf {
  border-right: none;
  margin-top: 0;
  width: 100%;
}

.multilevelpushmenu_wrapper a.menu-item.leaf span {
  display: none;
}

.multilevelpushmenu_wrapper a.menu-item:hover,.multilevelpushmenu_wrapper a.menu-item:focus {
  color: #EEE;
}

.multilevelpushmenu_wrapper a.arrow-btn {
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 55px;
  float: left;
  display: inline-block;
  padding-left: 17px;
  text-decoration: none;
  font-size: 18px;
}

.multilevelpushmenu_wrapper a.arrow-btn:hover,.multilevelpushmenu_wrapper a.arrow-btn:focus {
  background-color: #346508;
  color: #407d0a;
  margin-left: -1px;
  width: 51px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
}

.multilevelpushmenu_wrapper a.arrow-btn:hover i,.multilevelpushmenu_wrapper a.arrow-btn:focus i {
  color: #407d0a;
}

.multilevelpushmenu_wrapper a:hover {
  color: #ffe;
}

.multilevelpushmenu_wrapper .backItemClass {
  display: block;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}

.multilevelpushmenu_wrapper .backItemClass a {
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  font-size: 12px;
  padding: 0 20px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: white;
  text-decoration: none;
}

.multilevelpushmenu_wrapper .backItemClass a i {
  padding-right: 5px;
}

.multilevelpushmenu_wrapper .floatRight {
  float: right;
}

.multilevelpushmenu_wrapper .floatLeft {
  float: left;
}

.multilevelpushmenu_wrapper .cursorPointer {
  cursor: pointer;
}

.card-event {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.card-event.card-event-full-width {
  display: block;
  float: left;
  width: 100%;
  overflow: hidden;
}

@media (min-width:481px) and (max-width:790px) {
  .card-event.card-event-full-width h4 {
    height: 101px;
    overflow: hidden;
  }
}

.card-event.even .card-event-date-wrapper,.card-event.even .card-event-content-wrapper {
  background-color: rgba(93,40,79,0.8);
}

@media (min-width:0px) and (max-width:768px) {
  .card-event.active .card-event-content-wrapper {
    height: 100%;
  }
  .no-mobile{
    display: none;
  }  
    
}

@media screen and (min-width:0px) and (max-width:768px) and (min-width:0) {
  .card-event.active .card-event-content-wrapper {
    padding-top: 102px;
  }
}

@media screen and (min-width:0px) and (max-width:768px) and (min-width:30.0625em) {
  .card-event.active .card-event-content-wrapper {
    padding-top: 115px;
  }
}

@media (min-width:0px) and (max-width:768px) {
  .card-event.active .card-event-content-wrapper .desc {
    opacity: 1;
    height: auto;
  }

  .card-event.active .block-catlist {
    bottom: -20px;
    opacity: 0;
    height: 0;
  }
}

@media screen and (min-width:48.0625em) {
  .card-event:hover .card-event-content-wrapper {
    height: 100%;
  }
}

@media screen and (min-width:48.0625em) and (min-width:0) {
  .card-event:hover .card-event-content-wrapper {
    padding-top: 102px;
  }
}

@media screen and (min-width:48.0625em) and (min-width:30.0625em) {
  .card-event:hover .card-event-content-wrapper {
    padding-top: 115px;
  }
}

@media screen and (min-width:48.0625em) {
  .card-event:hover .card-event-content-wrapper .desc {
    opacity: 1;
    height: auto;
  }

  .card-event:hover .block-catlist {
    bottom: -20px;
    opacity: 0;
    height: 0;
  }
}

.card-event .card-event-date-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,133,151,0.8);
  padding: 24px 16px 0;
  font-weight: bold;
  z-index: 3;
}

@media screen and (min-width:0) {
  .card-event .card-event-date-wrapper {
    width: 92px;
    height: 92px;
  }
}

@media screen and (min-width:30.0625em) {
  .card-event .card-event-date-wrapper {
    width: 105px;
    height: 105px;
  }
}

@media screen and (min-width:0) {
  .card-event .card-event-date-wrapper .month {
    font-size: 0.625em;
    line-height: 0.9em;
  }
}

@media screen and (min-width:30.0625em) {
  .card-event .card-event-date-wrapper .month {
    font-size: 0.75em;
  }
}

@media screen and (min-width:0) {
  .card-event .card-event-date-wrapper .day {
    font-size: 3.125em;
    line-height: 0.85em;
  }
}

@media screen and (min-width:30.0625em) {
  .card-event .card-event-date-wrapper .day {
    font-size: 3.75em;
  }
}

.card-event .card-event-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 185px;
  padding: 15px;
  background-color: rgba(0,133,151,0.8);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.card-event .card-event-content-wrapper h4 {
  margin: 0 0 0.75em;
  line-height: 120%;
}

.card-event .card-event-content-wrapper .desc {
  position: relative;
  opacity: 0;
  height: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.card-event .card-event-content-wrapper .desc p {
  font-size: 0.875em;
  position: relative;
  padding-left: 24px;
}

.card-event .card-event-content-wrapper .desc p i {
  position: absolute;
  top: 1px;
  left: 0;
}

.card-event .card-event-content-wrapper .desc .btn {
  margin-top: 15px;
}

@media (min-width:769px) and (max-width:920px) {
  .card-event .card-event-content-wrapper .desc .btn {
    margin-top: -7px;
  }
}

.card-event .block-catlist {
  position: absolute;
  bottom: 15px;
  left: 15px;
  opacity: 1;
  height: auto;
  z-index: 2;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.card-event .block-catlist a {
  border-color: white;
  color: white;
  margin-bottom: 0;
}

.card-news {
  position: relative;
  border: 1px solid #eeeeee;
  border-top: none;
  width: 100%;
  height: auto;
}

@media screen and (min-width:48.0625em) {
  .card-news.grow-custom {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
  }

  .card-news.grow-custom:hover,.card-news.grow-custom:focus,.card-news.grow-custom:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .card-news.grow-custom.active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.card-news .top-line {
  width: 100%;
  height: 5px;
}

.card-news .img-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.card-news .card-news-content-wrapper {
  padding: 16px;
}

.card-news .card-news-content-wrapper h4 {
  margin-top: 0;
  margin-bottom: 0.2em;
  line-height: 120%;
}

.card-news .card-news-content-wrapper .date {
  margin-bottom: 0.75em;
}

.card-news .card-news-content-wrapper .sm {
  margin-bottom: 2em;
}

.card-news .card-news-content-wrapper .block-catlist a {
  margin-bottom: 0;
}

@media screen and (min-width:0) {
  .card-event-and-news-wrapper {
    padding: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .card-event-and-news-wrapper {
    padding: 0 22px;
  }
}

@media screen and (min-width:48.0625em) {
  .card-event-and-news-wrapper {
    padding: 0 4%;
  }
}

.card-event-and-news-wrapper #card-event-and-news-carousel {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.card-event-and-news-wrapper #card-event-and-news-carousel-pagination {
  position: relative;
  margin: 13px 0;
  text-align: center;
}

.card-event-and-news-wrapper #card-event-and-news-carousel-pagination a {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 3px 0 0;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
}

.card-event-and-news-wrapper #card-event-and-news-carousel-pagination a span {
  display: none;
}

.card-event-and-news-wrapper #card-event-and-news-carousel-pagination a.selected {
  background-color: #c5c5c5;
  cursor: default;
}

@media screen and (min-width:0) {
  .card-event-and-news-wrapper .card-event,.card-event-and-news-wrapper .card-news {
    margin: 0 12px;
    display: block;
    float: left;
  }
}

@media screen and (min-width:20.0625em) {
  .card-event-and-news-wrapper .card-event,.card-event-and-news-wrapper .card-news {
    margin: 0 19px;
  }
}

@media screen and (min-width:30.0625em) {
  .card-event-and-news-wrapper .card-event,.card-event-and-news-wrapper .card-news {
    margin: 0 8px;
  }
}

@media screen and (min-width:48.0625em) {
  .card-event-and-news-wrapper .card-event,.card-event-and-news-wrapper .card-news {
    margin: 0;
  }
}

@media screen and (min-width:0) {
  .card-event-and-news-masonry-wrapper .gutter-sizer {
    width: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .card-event-and-news-masonry-wrapper .gutter-sizer {
    width: 2.17391%;
  }
}

.card-event-and-news-masonry-wrapper .card-masonry-block {
  display: block;
  margin: 0;
  overflow: hidden;
}

@media screen and (min-width:0) {
  .card-event-and-news-masonry-wrapper .card-masonry-block {
    width: 100%;
    margin-bottom: 4%;
  }
}

@media screen and (min-width:30.0625em) {
  .card-event-and-news-masonry-wrapper .card-masonry-block {
    width: 48.913%;
    margin-bottom: 2%;
  }
}

@media screen and (min-width:48.0625em) {
  .card-event-and-news-masonry-wrapper .card-masonry-block {
    width: 23.3696%;
  }
}

@media (min-width:1382.4px) {
  .card-event-and-news-masonry-wrapper .card-masonry-block {
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width:0) {
  .block-contact .block-contact-address,.block-contact .block-contact-wysiwig,.block-contact .block-contact-cta {
    padding: 30px 20px;
  }
}

@media screen and (min-width:30.0625em) {
  .block-contact .block-contact-address,.block-contact .block-contact-wysiwig,.block-contact .block-contact-cta {
    padding: 40px 35px;
  }
}

@media screen and (min-width:0) {
  .block-contact .block-contact-address {
    border-top: 5px solid #407d0a;
  }
}

@media screen and (min-width:30.0625em) {
  .block-contact .block-contact-address {
    border-top: none;
    border-left: 5px solid #407d0a;
  }
}

@media (min-width:0px) and (max-width:480px) {
  .block-contact .block-contact-wysiwig {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media screen and (min-width:30.0625em) {
  .block-contact .block-contact-wysiwig {
    padding-left: 0;
    padding-right: 0;
  }
}

.block-contact .block-contact-wysiwig p:last-child {
  margin-bottom: 0;
}

@media (min-width:0px) and (max-width:480px) {
  .block-contact .block-contact-cta {
    padding-top: 0;
    padding-bottom: 0;
  }

  .block-contact .block-contact-cta .text-center {
    text-align: left;
  }
}

@media screen and (min-width:30.0625em) {
  .block-contact .block-contact-cta {
    padding-top: 45px;
  }
}

@media (min-width:481px) and (max-width:680px) {
  .block-contact .block-contact-cta .btn {
    white-space: normal;
  }
}

@media screen and (min-width:0) {
  .block-cta-bar {
    border-top: 5px solid rgba(0,0,0,0.2);
  }
 .lehman-footer-block {
    padding: 15px;
    border-top: 5px solid rgba(0,0,0,0.2);
    text-align: center;
  }      
}

@media screen and (min-width:0) {
  .block-cta-bar-footer {
    padding: 0px 15px 15px 0px;
    border-top: 5px solid rgba(0,0,0,0.2);
  }
}

@media screen and (min-width:30.0625em) {
  .block-cta-bar {
     border-top: none;
   }
  .lehman-footer-block {
     border-top: none;
   }   
}
@media screen and (min-width:30.0625em) {
  .block-cta-bar-footer {
     border-top: none;
   }
}

.block-cta-bar .col-left,.block-cta-bar .col-right {
  float: left;
}

.lehman-footer-block .col-left, .lehman-footer-block .col-right {
  float: left;
}

@media screen and (min-width:0) {
  .block-cta-bar .col-left,.block-cta-bar .col-right {
    width: 100%;
  }
  .lehman-footer-block .col-left,.lehman-footer-block .col-right {
    width: 100%;
  }  
}
@media screen and (min-width:0) {
  .block-cta-bar-footer .col-left,.block-cta-bar .col-right {
    width: 100%;
  }
  .block-cta-bar-footer .col-left,.lehman-footer-block .col-right {
    width: 100%;
  }  
}

@media screen and (min-width:40.3125em) {
  .block-cta-bar .col-left {
    width: 60%;
    padding-right: 25px;
  }
  .lehman-footer-block .col-left {
    width: 60%;
    padding-right: 25px;
  }  
}

@media screen and (min-width:48.0625em) {
  .block-cta-bar .col-left {
    width: 70%;
  }
  .lehman-footer-block .col-left {
    width: 70%;
  }  
}

@media screen and (min-width:64.0625em) {
  .block-cta-bar .col-left {
    width: 74%;
  }
  .lehman-footer-block .col-left {
    width: 75%;
  }  
}

@media screen and (min-width:40.3125em) {
  .block-cta-bar .col-right {
    width: 40%;
  }
  .lehman-footer-block .col-right {
    width: 40%;
  }  
}

@media screen and (min-width:48.0625em) {
  .block-cta-bar .col-right {
    width: 30%;
  }
  .lehman-footer-block .col-right {
    width: 30%;
  }  
}

@media screen and (min-width:64.0625em) {
  .block-cta-bar .col-right {
    width: 25%;
  }
  .lehman-footer-block .col-right {
    width: 25%;
  }  
}

@media screen and (min-width:0) {
  .block-cta-bar h3 {
    margin-top: 0;
    margin-bottom: 1em;
  }
  .lehman-footer-block h3 {
    margin-top: 0;
    margin-bottom: 1em;
  }  
}

@media screen and (min-width:40.3125em) {
  .block-cta-bar h3 {
    margin-bottom: 0;
  }
  .lehman-footer-block h3 {
    margin-bottom: 0;
  }  
}

@media screen and (min-width:40.3125em) {
  .block-cta-bar .btn {
    float: right;
  }
  .lehman-footer-block .btn {
    float: right;
  }  
}

.block-download {
  margin-bottom: 0.5em;
}

.block-download a:hover {
  color: #407d0a;
}

.block-map {
  position: relative;
}

@media screen and (min-width:0) {
  .block-map .block-map-iframe-wrapper {
    width: 100%;
    border-bottom: 5px solid #008597;
  }
}

@media screen and (min-width:30.0625em) {
  .block-map .block-map-iframe-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 48.3%;
    border-bottom: none;
    border-right: 5px solid #008597;
  }
}

.block-map .block-map-iframe-wrapper iframe {
  display: block;
  width: 100%;
}

@media screen and (min-width:0) {
  .block-map .block-map-iframe-wrapper iframe {
    height: 225px;
  }
}

@media screen and (min-width:30.0625em) {
  .block-map .block-map-iframe-wrapper iframe {
    height: 100%;
  }
}

.block-map .block-map-iframe-wrapper > div,.block-map .block-map-iframe-wrapper #map_canvas {
  display: block !important;
  width: 100% !important;
}

@media screen and (min-width:0) {
  .block-map .block-map-iframe-wrapper > div,.block-map .block-map-iframe-wrapper #map_canvas {
    height: 225px !important;
  }
}

@media screen and (min-width:30.0625em) {
  .block-map .block-map-iframe-wrapper > div,.block-map .block-map-iframe-wrapper #map_canvas {
    height: 100% !important;
  }
}

@media screen and (min-width:0) {
  .block-map .block-map-content {
    padding: 25px 40px;
  }
}

@media screen and (min-width:30.0625em) {
  .block-map .block-map-content {
    padding: 20px 15px;
    margin-left: 48.3%;
  }
}

@media screen and (min-width:48.0625em) {
  .block-map .block-map-content {
    padding: 20px 25px;
  }
}

.block-map .block-map-content h5 {
  margin: 0;
}

.block-map .block-map-content p {
  margin-bottom: 1.15em;
}

.block-map .block-map-content a {
  word-wrap: break-word;
}

.block-multimedia .img-wrapper {
  display: block;
  overflow: hidden;
  position: relative;
}

.block-multimedia .img-wrapper .type-ico-wrapper {
  position: absolute;
  top: 0;
  right: 20px;
  padding: 4px 6px 1px 6px;
  font-size: 11px;
}

.block-multimedia .img-wrapper .type-ico-wrapper.gallery {
  background: #5d284f;
}

.block-multimedia .img-wrapper .type-ico-wrapper.video {
  background: #008597;
}

.block-multimedia .img-wrapper .mask {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  overflow: visible;
  background: rgba(0,0,0,0.5);
}

@media screen and (min-width:0) {
  .block-multimedia .img-wrapper .mask i {
    font-size: 30px;
  }
}

@media screen and (min-width:64.0625em) {
  .block-multimedia .img-wrapper .mask i {
    font-size: 40px;
  }
}

@media screen and (min-width:0) {
  .block-multimedia .img-wrapper .mask {
    display: none;
  }
}

@media screen and (min-width:48.0625em) {
  .block-multimedia .img-wrapper .mask {
    display: block;
    width: 1400px;
    height: 1400px;
    opacity: 0;
    margin-top: -700px;
    margin-left: -700px;
  }
}

.block-multimedia .img-wrapper h5 {
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  font-weight: bolder;
  position: relative;
  top: 689px;
  opacity: 0;
  text-align: center;
}

.block-multimedia .img-wrapper:hover .mask {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (min-width:0) {
  .block-multimedia .img-wrapper:hover .mask {
    opacity: 0;
  }
}

@media screen and (min-width:48.0625em) {
  .block-multimedia .img-wrapper:hover .mask {
    opacity: 1;
  }
}

.block-multimedia .img-wrapper:hover h5 {
  -webkit-transition: all 0.7s linear;
  -moz-transition: all 0.7s linear;
  transition: all 0.7s linear;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media screen and (min-width:0) {
  .block-multimedia .img-wrapper:hover h5 {
    opacity: 0;
  }
}

@media screen and (min-width:48.0625em) {
  .block-multimedia .img-wrapper:hover h5 {
    opacity: 1;
  }
}

.block-multimedia .bottom-line {
  margin: 7px 0 0;
  font-weight: bold;
}

.block-multimedia h4 {
  margin-top: 0;
}

.block-multimedia h4 a {
  color: #008597;
}

.block-multimedia h4 a:hover,.block-multimedia h4 a:focus {
  color: #5d284f;
  text-decoration: none;
}

.block-multimedia h4 a.gallery {
  color: #5d284f;
}

.block-multimedia h4 a.gallery:hover,.block-multimedia h4 a.gallery:focus {
  color: #008597;
}

@media screen and (min-width:0) {
  .block-multimedia h4 {
    margin-bottom: 0;
  }
}

@media screen and (min-width:30.0625em) {
  .block-multimedia h4 {
    margin-bottom: 0.8em;
  }
}

.block-multimedia .block-taglist a {
  margin-bottom: 0;
}

.program-search .program-search-tabs {
  border-bottom: 1px solid #c5c5c5;
}

.program-search .program-search-tabs .tab {
  background-color: #919295;
  display: block;
  float: left;
  font-size: 1.125em;
  margin-right: 2px;
}

.program-search .program-search-tabs .tab.tab-leaf:hover,.program-search .program-search-tabs .tab.tab-leaf:focus,.program-search .program-search-tabs .tab.tab-leaf.active {
  background-color: #707239;
}

.program-search .program-search-tabs .tab.tab-ocean:hover,.program-search .program-search-tabs .tab.tab-ocean:focus,.program-search .program-search-tabs .tab.tab-ocean.active {
  background-color: #008597;
}

.program-search .program-search-tabs .tab.tab-mvc-red:hover,.program-search .program-search-tabs .tab.tab-mvc-red:focus,.program-search .program-search-tabs .tab.tab-mvc-red.active {
  background-color: #407d0a;
}

.program-search .program-search-tabs .tab.tab-sunset:hover,.program-search .program-search-tabs .tab.tab-sunset:focus,.program-search .program-search-tabs .tab.tab-sunset.active {
  background-color: #b15d41;
}

.program-search .program-search-tabs .tab i {
  padding-left: 15px;
  line-height: 1em;
  position: relative;
  top: 3px;
}

.program-search .program-search-choices-container {
  width: 100%;
  float: left;
}

.program-search .program-search-choices-container .choices-wrapper {
  display: none;
  width: 100%;
  float: left;
  border-bottom: 1px solid #c5c5c5;
}

@media screen and (min-width:0) {
  .program-search .program-search-choices-container .choices-wrapper {
    padding: 10px 0 20px;
  }
}

@media screen and (min-width:64.0625em) {
  .program-search .program-search-choices-container .choices-wrapper {
    padding: 0 0 20px;
  }
}

.program-search .program-search-choices-container .choices-wrapper h5 {
  margin: 0 0 0.75em;
}

.program-search .program-search-choices-container .choices-wrapper .checkbox-wrapper {
  height: 35px;
  line-height: 35px;
  margin-bottom: 5px;
  padding-right: 15px;
  float: left;
}

@media screen and (min-width:0) {
  .program-search .program-search-choices-container .choices-wrapper .checkbox-wrapper {
    width: 100%;
  }
}

@media screen and (min-width:30.0625em) {
  .program-search .program-search-choices-container .choices-wrapper .checkbox-wrapper {
    width: 50%;
  }
}

@media screen and (min-width:48.0625em) {
  .program-search .program-search-choices-container .choices-wrapper .checkbox-wrapper {
    width: 25%;
  }
}

.program-search .program-search-choices-container .preload-mask {
  display: none;
}

.filtered-by {
  padding: 25px 0;
}

.filtered-by h6.tag-title {
  margin: 0 6px 13px 0;
}

.filtered-by p.tag a i {
  padding-left: 10px;
  font-size: 0.75em;
  margin: 0;
}

.filtered-by p.tag a.grey i {
  color: #333333;
}

.filtered-by p.tag a.grey:hover,.filtered-by p.tag a.grey:focus,.filtered-by p.tag a.grey:active {
  background-color: #c5c5c5;
  color: #333333;
}

.filtered-by p.tag a.colored {
  color: white;
}

.filtered-by p.tag a.colored i {
  color: white;
}

.block-sharing a {
  margin-right: 1em;
  white-space: nowrap;
}

.block-sharing a:hover,.block-sharing a:hover i {
  color: #407d0a;
}

.block-sidebar {
  position: relative;
  overflow: visible !important;
}

.block-sidebar h4 {
  margin-top: 0;
}

@media screen and (min-width:0) {
  .block-sidebar {
    border-top: 10px solid #707239;
    padding: 1em 1.5em 0.5em;
  }
}

@media screen and (min-width:30.0625em) {
  .block-sidebar {
    padding: 1em 1em 0.5;
  }


  
}

@media screen and (min-width:48.0625em) {
  .block-sidebar {
    border-top: none;
    border-left: 15px solid #707239;
    padding: 1.5em 2em 0.5em;
  }
.block-title .bottom-rule {
  position: absolute;
  margin-top: -20px;
  top: 0;
  right: 0%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #c5c5c5;
}    

.margin-bottom-md-lehman {
  margin-bottom: 0px !important;
  background-color: #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-left: 0px;
  padding-left: 2.17%;
  padding-right: 2.17%;
}
  
}

.block-sidebar:after {
  position: absolute;
  content: "";
  background-color: #2d2e17;
}

@media screen and (min-width:0) {
  .block-sidebar:after {
    width: 10px;
    height: 10px;
    top: -10px;
    left: 0;
  }
}

@media screen and (min-width:48.0625em) {
  .block-sidebar:after {
    width: 15px;
    height: 15px;
    top: 0;
    left: -15px;
  }
}

.block-catlist,.block-searchlist,.block-taglist {
  margin-bottom: 0;
}

.block-catlist i,.block-catlist a,.block-searchlist i,.block-searchlist a,.block-taglist i,.block-taglist a {
  display: inline-block;
  line-height: normal;
}

.block-catlist a,.block-searchlist a,.block-taglist a {
  font-weight: inherit;
}

.block-catlist i,.block-searchlist i,.block-taglist i {
  color: #c5c5c5;
  font-size: 14px;
  margin-right: 5px;
  position: relative;
  top: 3px;
}

.block-catlist a,.block-searchlist a {
  border: 2px solid #333333;
  color: #333333;
  margin: 0 6px 10px 0;
  padding: 4px 5px;
  text-transform: uppercase;
}

.block-catlist a:hover,.block-catlist a:focus,.block-searchlist a:hover,.block-searchlist a:focus {
  color: #407d0a;
  border-color: #407d0a;
  text-decoration: none;
}

.block-taglist a {
  color: #407d0a;
  margin: 0 9px 5px 0;
}

.block-taglist a:hover,.block-taglist a:focus {
  color: #407d0a;
}

.block-title {
  position: relative;
}

.block-title-lehman {
  position: relative;
}

.block-title-lehman {
  margin-left: 2.17%;
  margin-right: 30px;
}

.block-title span {
  position: relative;
  display: inline-block;
  padding: 12px;
  letter-spacing: .5px;
  font-size: 0.95em;
  font-weight:600;
  line-height: 1em;
}

.block-title-lehman span {
  position: relative;
  display: inline-block;
  letter-spacing:.5px;
  padding: 12px;
  font-size: 0.95em;
  line-height: 1em;
}



.block-title-lehman .bottom-rule-lehman {
  position: absolute;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0px;
  border-bottom: 1px solid #c5c5c5;
}

.block-title .block-title-listing a {
  position: relative;
  color: #919295;
  font-size: 0.875em;
  line-height: 1em;
  top: 3px;
}

.block-title-lehman .block-title-listing a {
  position: relative;
  color: #919295;
  font-size: 0.875em;
  line-height: 1em;
  top: 3px;
}

.block-title .block-title-listing a:hover,.block-title .block-title-listing a:focus {
  color: #5d284f;
  text-decoration: none;
}

.block-title-lehman .block-title-listing a:hover,.block-title .block-title-listing a:focus {
  color: #5d284f;
  text-decoration: none;
}

@media screen and (min-width:30.0625em) {
  .card-info-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.card-info {
  border: 1px solid #c5c5c5;
  border-bottom: none;
  padding: 21px;
  position: relative;
}

.card-info .icon-wrapper {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 3px solid rgba(0,0,0,0.2);
  font-size: 1.25em;
  text-align: center;
}

@media (min-width:481px) and (max-width:768px) {
  .card-info .icon-wrapper {
    float: none;
    margin-bottom: 0.3125em;
  }
}

.card-info .icon-wrapper i {
  line-height: 1em;
  position: relative;
  top: 8px;
}

.card-info h3,.card-info p {
  padding-left: 60px;
}

@media (min-width:481px) and (max-width:768px) {
  .card-info h3,.card-info p {
    padding-left: 0;
  }
}

.card-info .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

@media screen and (min-width:48.0625em) {
  .lehman-one-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.lehman-one-b0 {
  padding: 0px;
}

.lehman-one-college-notices-block {
  border: #eeeeee 2px solid;
  padding: 18px;
  margin-top:0px;
  margin-left: 0px;
  margin-right: 0%; 
  
}

.lehman-one-college-notices-block-links {
  border: #eeeeee 2px solid;
  padding: 0px;
  padding: 18px;
  margin-top:0px;
  margin-left: 0px;
  margin-right: 0%;  

}



@media screen and (min-width:48.0625em) {
  .lehman-one.grow-custom {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
  }
  .lehman-one-b0.grow-custom {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
  }  
  

.lehman-one-college-notices-block {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
  }
  
.lehman-one-college-notices-block-links {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
  }  


}

@media (min-width:481px) and (max-width:768px) {
  .container .lehman-one  {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 100%;
  }
  .container .lehman-one-b0  {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 100%;
  }  

  .container .lehman-one:nth-child(3n) {
    margin-right: 2.1739130435%;
  }
  .container .lehman-one-b0:nth-child(3n) {
    margin-right: 2.1739130435%;
  }  

  .container .lehman-one:nth-child(3n+1) {
    clear: none;
  }
  .container .lehman-one-b0:nth-child(3n+1) {
    clear: none;
  }  

  .container .lehman-one:last-child {
    margin-right: 0;
  }
  .container .lehman-one-b0:last-child {
    margin-right: 0;
  }  

  .container .lehman-one .lehman-one-md-layout-third {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 31.884057971%;
  }
  .container .lehman-one-b0 .lehman-one-md-layout-third {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 31.884057971%;
  }  




  .container .lehman-one-college-notices-block {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 100%;    
  }
  
  .container .lehman-one-college-notices-block-links {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 100%;    
  }  

  .container .lehman-one-college-notices-block:nth-child(3n) {
    margin-right: 2.1739130435%;
  }
  
  .container .lehman-one-college-notices-block-links:nth-child(3n) {
    margin-right: 2.1739130435%;
  }  

  .container .lehman-one-college-notices-block:nth-child(3n+1) {
    clear: none;
  }
  
  .container .lehman-one-college-notices-block-links:nth-child(3n+1) {
    clear: none;
  }  

  .container .lehman-one-college-notices-block:last-child {
    margin-right: 0;
  }
  
  .container .lehman-one-college-notices-block-links:last-child {
    margin-right: 0;
  }  

  .container .lehman-one-college-notices-block .lehman-one-md-layout-third {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 31.884057971%;
  }

  .container .lehman-one-college-notices-block-links .lehman-one-md-layout-third {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 31.884057971%;
  }

  .container .lehman-one .lehman-one-md-layout-third:last-child {
    margin-right: 0;
  }
   .container .lehman-one-b0 .lehman-one-md-layout-third:last-child {
      margin-right: 0;
  }

  .container .lehman-one .lehman-one-md-layout-third:nth-child(3n) {
    margin-right: 0;
  }
  .container .lehman-one-b0 .lehman-one-md-layout-third:nth-child(3n) {
    margin-right: 0;
  }  

  .container .lehman-one .lehman-one-md-layout-third:nth-child(3n+1) {
    clear: left;
  }
  .container .lehman-one-b0 .lehman-one-md-layout-third:nth-child(3n+1) {
    clear: left;
  }  

  .container .lehman-one .lehman-one-md-twothirds {
   padding-left: 1.25%;
   float: left;
   display: block;
   margin-right: 2.1739130435%;
   width: 65.9420289855%;
  }
  .container .lehman-one-b0 .lehman-one-md-twothirds {
   padding-left: 1.25%;
   float: left;
   display: block;
   margin-right: 2.1739130435%;
   width: 65.9420289855%;
  }  

  .container .lehman-one .lehman-one-md-twothirds:last-child {
   margin-right: 0;
  }
  .container .lehman-one-b0 .lehman-one-md-twothirds:last-child {
   margin-right: 0;
  }  
  
   .container .lehman-one-college-notices-block .lehman-one-md-layout-third:last-child {
    margin-right: 0;
  }
  
   .container .lehman-one-college-notices-block-links .lehman-one-md-layout-third:last-child {
    margin-right: 0;
  }  
  
   .container .lehman-one-college-notices-block .lehman-one-md-layout-third:nth-child(3n) {
    margin-right: 0;
  }
  
   .container .lehman-one-college-notices-block-links .lehman-one-md-layout-third:nth-child(3n) {
    margin-right: 0;
  }  
  
  .container .lehman-one-college-notices-block .lehman-one-md-layout-third:nth-child(3n+1) {
   clear: left;
  }
  
  .container .lehman-one-college-notices-block-links .lehman-one-md-layout-third:nth-child(3n+1) {
   clear: left;
  }  
  
  .container .lehman-one-college-notices-block .lehman-one-md-twothirds {
   padding-left: 1.25%;
   float: left;
   display: block;
   margin-right: 2.1739130435%;
   width: 65.9420289855%;
  }
  
  .container .lehman-one-college-notices-block-links .lehman-one-md-twothirds {
   padding-left: 1.25%;
   float: left;
   display: block;
   margin-right: 2.1739130435%;
   width: 65.9420289855%;
  }  
  
  .container .lehman-one-college-notices-block-links .lehman-one-md-twothirds:last-child {
   margin-right: 0;
  }
  
  .container .layout-two-columns {
    float: left;
    display: block;
    width: 100%;
  }  
  
}

.lehman-one h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.lehman-one-b0 h2 {
  margin-top: 25px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.lehman-one-college-notices-block h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  margin-left:12px;
}

.lehman-one-college-notices-block-links h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  margin-left:12px;
}

@media (min-width:481px) and (max-width:768px) {
  .lehman-one h2 {
    margin-top: 38px;
  }
  .lehman-one-b0 h2 {
    margin-top: 38px;
  }  
}

.lehman-one h4 i {
  font-size: 0.75em;
}
.lehman-one-b0 h4 i {
  font-size: 0.75em;
}

.lehman-one .icon-wrapper {
  width: 100%;
  height: 265px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.lehman-one-b0 .icon-wrapper {
  width: 100%;
  height: 265px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.lehman-one .icon-wrapper .icon-holder {
  width: 130px;
  height: 130px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -65px;
  margin-left: -65px;
  display:none;
}
.lehman-one-b0 .icon-wrapper .icon-holder {
  width: 130px;
  height: 130px;
  background-color: white;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -65px;
  margin-left: -65px;
  display:none;
}


@media (min-width:481px) and (max-width:768px) {
  .lehman-one .icon-wrapper .icon-holder {
    display: none;
  }
  .lehman-one-b0 .icon-wrapper .icon-holder {
    display: none;
  }  
}

.lehman-one .icon-wrapper .icon-holder i {
  font-size: 2.8125em;
  line-height: 1em;
  position: relative;
  top: 25px;
}
.lehman-one-b0 .icon-wrapper .icon-holder i {
  font-size: 2.8125em;
  line-height: 1em;
  position: relative;
  top: 25px;
}

@media screen and (min-width:30.0625em) {
  .card-program-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.card-program {
  position: relative;
  border: 1px solid #c5c5c5;
  background-color: white;
}

@media (min-width:481px) and (max-width:768px) {
  .container .card-program {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 48.9130434783%;
    margin-bottom: 0.95em;
  }

  .container .card-program:nth-child(3n) {
    margin-right: 2.1739130435%;
  }

  .container .card-program:nth-child(3n+1) {
    clear: none;
  }

  .container .card-program:last-child {
    margin-right: 0;
  }

  .container .card-program:nth-child(2n) {
    margin-right: 0;
  }

  .container .card-program:nth-child(2n+1) {
    clear: left;
  }
}

@media screen and (min-width:48.0625em) {
  .container .card-program {
    margin-bottom: 1.25em;
  }
}

@media screen and (min-width:64.0625em) {
  .container .card-program {
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width:48.0625em) {
  .card-program.grow-custom {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
  }

  .card-program.grow-custom:hover,.card-program.grow-custom:focus,.card-program.grow-custom:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .card-program.grow-custom.active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.card-program:hover,.card-program:focus {
  color: #333333;
  text-decoration: none;
}

.card-program:hover h4,.card-program:focus h4 {
  text-decoration: none;
}

.card-program .img-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width:30.0625em) {
  .card-program .img-wrapper {
    width: 100%;
    height: 150px;
  }
}

@media screen and (min-width:64.0625em) {
  .card-program .img-wrapper {
    width: 40%;
    height: 100%;
  }
}

.card-program .content {
  display: block;
  padding: 18px;
}

@media screen and (min-width:30.0625em) {
  .card-program .content {
    padding-top: 168px;
  }
}

@media screen and (min-width:64.0625em) {
  .card-program .content {
    padding-top: 18px;
    padding-right: 45%;
  }
}

.card-program .content .cat-wrapper {
  display: block;
}

.card-program .content .cat-wrapper span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  margin-right: 5px;
}

.card-program .content h4 {
  margin-top: 0;
  margin-bottom: 1.25em;
}

.card-program .content p.sm {
  margin-bottom: 0;
}

.card-program .content p.sm i {
  margin-right: 2px;
}

.programs-container {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gallery-slider {
  position: relative;
  overflow: hidden;
}

.gallery-slider .gallery-slider-carousel {
  height: 315px;
  width: 100%;
  position: relative;
}

.gallery-slider .gallery-slider-carousel .gallery-item {
  float: left;
  height: 315px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

@media screen and (min-width:0) {
  .gallery-slider .gallery-slider-carousel .gallery-item {
    height: 200px;
  }
}

@media screen and (min-width:30.0625em) {
  .gallery-slider .gallery-slider-carousel .gallery-item {
    height: 280px;
  }
}

@media screen and (min-width:48.0625em) {
  .gallery-slider .gallery-slider-carousel .gallery-item {
    height: 315px;
  }
}

.gallery-slider .item-nav {
  position: absolute;
  text-decoration: none;
  z-index: 99;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 30 ")";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  zoom: 1;
}

@media screen and (min-width:0) {
  .gallery-slider .item-nav {
    top: 90px;
  }
}

@media screen and (min-width:30.0625em) {
  .gallery-slider .item-nav {
    height: 150px;
  }
}

@media screen and (min-width:48.0625em) {
  .gallery-slider .item-nav {
    top: 160px;
  }
}

.gallery-slider .item-nav.next-item {
  right: 10px;
}

.gallery-slider .item-nav.previous-item {
  left: 10px;
}

.gallery-slider .item-nav:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  zoom: 1;
}

.gallery-slider .gallery-filmroll-carousel .thumbnail {
  width: 132px;
  height: 72px;
  background-size: cover;
  background-position: center;
  float: left;
  cursor: pointer;
  display: block;
  position: relative;
  margin: 2px 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 20 ")";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  zoom: 1;
}

.gallery-slider .gallery-filmroll-carousel .thumbnail.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  zoom: 1;
}

.gallery-slider .item-desc {
  display: none;
}

.header-image img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}

.masthead-wrapper {
  position: relative;
  overflow: hidden;
}

@media screen and (min-width:48.0625em) {
  .masthead-wrapper.color,.masthead-wrapper.default,.masthead-wrapper.image,.masthead-wrapper.profile {
    padding-top: 217px;
  }
}

@media screen and (min-width:64.0625em) {
  .masthead-wrapper.color,.masthead-wrapper.default,.masthead-wrapper.image,.masthead-wrapper.profile {
    padding-top: 194px;
  }
}

.masthead-wrapper.default .masthead h1,.masthead-wrapper.default .masthead .teaser-one-block h6,.teaser-one-block .masthead-wrapper.default .masthead h6,.masthead-wrapper.image .masthead h1,.masthead-wrapper.image .masthead .teaser-one-block h6,.teaser-one-block .masthead-wrapper.image .masthead h6 {
  line-height: 140%;
}

.masthead-wrapper.default .masthead h1 span,.masthead-wrapper.default .masthead .teaser-one-block h6 span,.teaser-one-block .masthead-wrapper.default .masthead h6 span,.masthead-wrapper.image .masthead h1 span,.masthead-wrapper.image .masthead .teaser-one-block h6 span,.teaser-one-block .masthead-wrapper.image .masthead h6 span {
  background-color: #008597;
  display: inline;
  padding: 0 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media screen and (min-width:0) {
  .masthead-wrapper.color .mask span,.masthead-wrapper.profile .mask span {
    display: none;
  }
}

@media screen and (min-width:30.0625em) {
  .masthead-wrapper.color .mask span,.masthead-wrapper.profile .mask span {
    display: block;
    font-size: 225px;
    font-weight: 800;
    line-height: 105%;
    color: rgba(255,255,255,0.05);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.masthead-wrapper.image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}



.masthead-wrapper.image p.lrg {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.masthead-wrapper.image .block-catlist a,.masthead-wrapper.image .btn {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

.masthead-wrapper.image .block-catlist a:hover,.masthead-wrapper.image .block-catlist a:focus,.masthead-wrapper.image .btn:hover,.masthead-wrapper.image .btn:focus {
  text-shadow: none;
}

.masthead-wrapper.profile {
  background-color: #919295;
}

@media (min-width:481px) and (max-width:768px) {
  .masthead-wrapper.profile .mask span {
    display: none;
  }
}

.masthead-wrapper .mask {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.masthead-wrapper .masthead {
  position: relative;
}

@media screen and (min-width:0) {
  .masthead-wrapper .masthead {
    padding-top: 27px;
    margin-bottom: 2px;
  }
}

@media screen and (min-width:30.0625em) {
  .masthead-wrapper .masthead {
    padding-top: 46px;
    margin-bottom: 22px;
  }
}

@media screen and (min-width:48.0625em) {
  .masthead-wrapper .masthead {
    padding-top: 45px;
    margin-bottom: 16px;
  }
}

@media screen and (min-width:0) {
  .masthead-wrapper .masthead .block-catlist {
    margin-top: 3px;
  }
}

@media screen and (min-width:30.0625em) {
  .masthead-wrapper .masthead .block-catlist {
    margin-top: 4px;
  }
}

@media screen and (min-width:48.0625em) {
  .masthead-wrapper .masthead .block-catlist {
    margin-top: 5px;
  }
}

.masthead-wrapper .masthead .block-catlist.cat-white a {
  border-color: white;
  color: white;
}

.masthead-wrapper .masthead .block-catlist a {
  font-size: 14px;
}

.masthead-wrapper .masthead h1,.masthead-wrapper .masthead .teaser-one-block h6,.teaser-one-block .masthead-wrapper .masthead h6 {
  margin-top: 0;
  margin-bottom: 0.25em;
}

@media screen and (min-width:0) {
  .masthead-wrapper .masthead .cta-wrapper {
    margin-bottom: 17px;
  }
}

@media screen and (min-width:30.0625em) {
  .masthead-wrapper .masthead .cta-wrapper {
    margin-bottom: 17px;
  }
}

@media screen and (min-width:48.0625em) {
  .masthead-wrapper .masthead .cta-wrapper {
    margin-bottom: 23px;
  }
}

.masthead-wrapper .masthead .btn {
  margin-right: 15px;
  margin-bottom: 11px;
}

.masthead-wrapper .masthead-profile {
  position: relative;
  padding-top: 25px;
}

@media screen and (min-width:30.0625em) {
  .masthead-wrapper .masthead-profile .text-center {
    text-align: left;
  }
}

.masthead-wrapper .masthead-profile .avatar-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

@media (min-width:1038px) {
  .masthead-wrapper .masthead-profile .avatar-wrapper {
    width: 223px;
    padding-bottom: 223px;
  }
}

.masthead-wrapper .masthead-profile .avatar,.masthead-wrapper .masthead-profile .avatar img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

@media screen and (min-width:30.0625em) {
  .masthead-wrapper .masthead-profile .avatar,.masthead-wrapper .masthead-profile .avatar img {
    max-width: 165px;
    max-height: 165px;
  }
}

@media screen and (min-width:48.0625em) {
  .masthead-wrapper .masthead-profile .avatar,.masthead-wrapper .masthead-profile .avatar img {
    max-width: 223px;
    max-height: 223px;
  }
}

.masthead-wrapper .masthead-profile .avatar {
  border: 3px solid white;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.masthead-wrapper .masthead-profile .avatar img {
  position: relative;
  display: block;
}

.masthead-wrapper .masthead-profile h2 {
  margin: 0;
}

.masthead-wrapper .masthead-profile p.lrg {
  margin-bottom: 0.35em;
}

.masthead-wrapper .masthead-profile p.sm i {
  display: inline-block;
  width: 18px;
  position: relative;
  top: 2px;
}

.masthead-wrapper .masthead-profile .social-wrapper {
  margin-bottom: 1em;
}

.masthead-wrapper .masthead-profile .social-wrapper a {
  font-size: 1.125em;
  margin-right: 8px;
}

.masthead-wrapper .masthead-profile-tabs {
  position: relative;
}

.masthead-wrapper .masthead-profile-tabs .profile-tabs-wrapper {
  position: relative;
  bottom: 0;
}

@media (min-width:0px) and (max-width:480px) {
  .masthead-wrapper .masthead-profile-tabs .profile-tabs-wrapper {
    float: left;
    left: 50%;
    margin: 0 auto;
  }
}

@media (min-width:0px) and (max-width:480px) {
  .masthead-wrapper .masthead-profile-tabs .profile-tabs {
    float: left;
    position: relative;
    right: 50%;
  }
}

@media (min-width:0px) and (max-width:400px) {
  .masthead-wrapper .masthead-profile-tabs .profile-tabs .tab.sm {
    display: inline-block;
    float: none;
    width: 100%;
    margin: 0 0 1px;
  }

  .masthead-wrapper .masthead-profile-tabs .profile-tabs .tab.sm:hover:before,.masthead-wrapper .masthead-profile-tabs .profile-tabs .tab.sm:focus:before,.masthead-wrapper .masthead-profile-tabs .profile-tabs .tab.sm.active:before {
    display: none;
  }
}

.masthead-wrapper .bottom-tabs {
  margin: 35px 0 0;
}

.masthead-wrapper .bottom-tabs .tab {
  display: block;
  float: left;
  margin: 0 0 0 1px;
}

.masthead-wrapper .bottom-tabs .tab:first-child {
  margin-left: 0;
}

.masthead-event h3 {
  margin-top: 0;
  margin-bottom: 0.25em;
}

.masthead-event h1,.masthead-event .teaser-one-block h6,.teaser-one-block .masthead-event h6 {
  margin-top: 0;
  line-height: 110%;
}

.navigation-desktop-placeholder {
  background: rgba(0,0,0,0.75);
}

@media screen and (min-width:48.0625em) {
  .navigation-desktop-placeholder {
    height: 217px;
  }
}

@media screen and (min-width:64.0625em) {
  .navigation-desktop-placeholder {
    height: 193px;
  }
}

.navigation-desktop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.navigation-desktop .container-wrapper:first-child {
  background: #212121;
  background: rgba(6, 40, 78, .85);
}

@media screen and (min-width:0) {
  .navigation-desktop {
    display: none;
  }
}

@media screen and (min-width:48.0625em) {
  .navigation-desktop {
    display: block;
  }
}

.navigation-desktop .logo-wrapper {
  margin-bottom: 0px;
  overflow: visible;
  float: left;
  width: 20%;
}

.navigation-desktop #logo {
  display: block;
  float: left;
}



@media screen and (min-width:48.0625em) {
  .navigation-desktop #logo {
    width: 260px;
    padding-top: 30px;
  }
}

@media screen and (min-width:64.0625em) {
  .navigation-desktop #logo {
     width: 240px;
	padding-top: 30px;
  }
}



.navigation-desktop .nav-categories p.tag {
  
  padding: 7px 55px 7px 5px;
  border-left: 12px solid #transparent;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-top:-29px;
  height: 33px;
}



.navigation-desktop .nav-categories p.tag a i {
  font-size: 24px;
}

.navigation-desktop .nav-categories .search-wrapper {
  position: absolute;
  right: 0;
  top: 2px;
}

.navigation-desktop .nav-categories .search-wrapper .btn-circle {
  width: 46px;
}

.navigation-desktop .nav-categories .search-wrapper .btn-circle i {
  font-size: 24px;
}

.navigation-desktop .nav-categories .search-wrapper .btn-circle:hover,.navigation-desktop .nav-categories .search-wrapper .btn-circle:focus,.navigation-desktop .nav-categories .search-wrapper .btn-circle:active,.navigation-desktop .nav-categories .search-wrapper .btn-circle.active {
  color: #407d0a;
  text-decoration: none;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

.navigation-desktop .nav-categories .search-wrapper .btn-circle.search-btn {
  font-size: 14px;
  position: relative;
  z-index: 99;
}

.navigation-desktop .nav-categories .search-wrapper .btn-circle.close-btn {
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.navigation-desktop .nav-categories .search-wrapper .input-wrapper {
  height: 52px;
  width: 400px;
  padding: 5px 10px;
  position: absolute;
 
  top: 32px;
  right: 0;
  z-index: 100;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 0 ")";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  zoom: 1;

}

.navigation-desktop .nav-categories .search-wrapper .input-wrapper.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  zoom: 1;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}

.navigation-desktop .nav-categories .search-wrapper .input-wrapper input[type="text"] {
  border: 1px solid #eeeeee;
  height: 34px;
  margin: 4px 0 0 0px;
  width: 213px;
  padding: 0 5px 0 5px;
}

.navigation-desktop .nav-categories .search-wrapper .input-wrapper i {
  color: #407d0a;
  position: absolute;
  top: 16px;
  left: 20px;
}



.navigation-desktop nav.main-nav ul {
  list-style-type: none;
  margin: 0 0 -5px 0;
}

@media screen and (min-width:48.0625em) {
  .navigation-desktop nav.main-nav ul {
    padding: 0 0 0 30px;
  }
}

@media screen and (min-width:64.0625em) {
  .navigation-desktop nav.main-nav ul {
    padding: 0 0 0 67px;
  }
}

.navigation-desktop nav.main-nav ul li a {
  float: left;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: .95em;
  padding: 1.1em 0 0 0;
  margin-bottom: -10px;
  display: inline-block;
  width: 100%;
  position: relative;
  text-transform: uppercase;
}

.navigation-desktop nav.main-nav ul li a:hover,.navigation-desktop nav.main-nav ul li a:focus {
  text-decoration: none;
  color: white;
}

.navigation-desktop nav.main-nav ul li a.active {
  text-decoration: none;
  color: white;
}

.navigation-desktop nav.main-nav ul li a p {
  text-transform: none;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 14px;
}

.navigation-desktop nav.main-nav ul li a i {
  position: absolute;
  top: 54px;
  left: 0px;
  font-size: 15px;
  color: #407d0a;
  display: none;
}

.navigation-desktop nav.main-nav ul li a:hover i,.navigation-desktop nav.main-nav ul li a.active i {
  display: block;
}

.navigation-desktop nav.main-nav ul li .content {
  display: none;
}

.navigation-desktop .nav-wrapper {
  padding: 0;
}

.navigation-desktop .nav-wrapper .container {
  background: #212121;
  background: rgba(6, 40, 78, .85);
  padding: 0;
  max-width: 100%;
  margin: 0;
}

.navigation-desktop .nav-wrapper .container-wrapper {
  background: white;
  background: rgba(255,255,255,0.9);
  border-left: 1px solid #919295;
  border-right: 1px solid #919295;
}

.navigation-desktop .nav-wrapper .container-wrapper.border {
  border-bottom: 1px solid #919295;
  border-top: 0;
}

@media screen and (min-width:48.0625em) {
  .navigation-desktop .secondary-nav-wrapper .cta {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (min-width:64.0625em) {
  .navigation-desktop .secondary-nav-wrapper .cta {
    width: 50%;
    position: relative;
    top: 0;
    right: 0;
  }
}

@media (min-width:1025px) and (max-width:1306px) {
  .navigation-desktop .secondary-nav-wrapper .cta {
    width: 45%;
  }

  .navigation-desktop .secondary-nav-wrapper .cta .img-holder {
    display: none;
  }
}

@media screen and (min-width:48.0625em) {
  .navigation-desktop .secondary-nav-wrapper .cta p {
    display: none;
  }
}

@media screen and (min-width:64.0625em) {
  .navigation-desktop .secondary-nav-wrapper .cta p {
    display: block;
  }
}

@media screen and (min-width:48.0625em) {
  .navigation-desktop .secondary-nav-wrapper .cta a {
    display: none;
  }
}

@media screen and (min-width:64.0625em) {
  .navigation-desktop .secondary-nav-wrapper .cta a {
    display: block;
    float: left;
  }
}

.navigation-desktop .secondary-nav-wrapper ul li a:hover,.navigation-desktop .secondary-nav-wrapper ul li a:focus,.navigation-desktop .secondary-nav-wrapper ul li a.active {
  color: #FFF;
  background-color: #81c341;
  text-decoration: none;
  padding:2px;
}

.navigation-footer {
  width: 100%;
  height: auto;
  padding-top: 1px;
}



@media (min-width:0px) and (max-width:480px) {
  .navigation-footer .container-wrapper {
    padding-right: 10%;
    padding-left: 10%;
  }
}

@media (min-width:481px) and (max-width:768px) {
  .navigation-footer .navigation-footer-col-1,.navigation-footer .navigation-footer-col-2,.navigation-footer .navigation-footer-col-3,.navigation-footer .navigation-footer-col-4 {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 31.884057971%;
  }

  .navigation-footer .navigation-footer-col-1:nth-child(4n),.navigation-footer .navigation-footer-col-2:nth-child(4n),.navigation-footer .navigation-footer-col-3:nth-child(4n),.navigation-footer .navigation-footer-col-4:nth-child(4n) {
    margin-right: 2.1739130435%;
  }

  .navigation-footer .navigation-footer-col-1:nth-child(4n+1),.navigation-footer .navigation-footer-col-2:nth-child(4n+1),.navigation-footer .navigation-footer-col-3:nth-child(4n+1),.navigation-footer .navigation-footer-col-4:nth-child(4n+1) {
    clear: none;
  }

  .navigation-footer .navigation-footer-col-1:last-child,.navigation-footer .navigation-footer-col-2:last-child,.navigation-footer .navigation-footer-col-3:last-child,.navigation-footer .navigation-footer-col-4:last-child {
    margin-right: 0;
  }

  .navigation-footer .navigation-footer-col-1:nth-child(3n),.navigation-footer .navigation-footer-col-2:nth-child(3n),.navigation-footer .navigation-footer-col-3:nth-child(3n),.navigation-footer .navigation-footer-col-4:nth-child(3n) {
    margin-right: 0;
  }

  .navigation-footer .navigation-footer-col-1:nth-child(3n+1),.navigation-footer .navigation-footer-col-2:nth-child(3n+1),.navigation-footer .navigation-footer-col-3:nth-child(3n+1),.navigation-footer .navigation-footer-col-4:nth-child(3n+1) {
    clear: left;
  }
}

@media (min-width:481px) and (max-width:768px) {
  .navigation-footer .navigation-footer-col-1 {
    padding-right: 15px;
  }
}

.navigation-footer .navigation-footer-col-1 p {
  font-size: 1em;
}

.navigation-footer .navigation-footer-col-1 p i {
  position: relative;
  top: 2px;
}

.navigation-footer .navigation-footer-col-1 .img-wrapper {
  height: 70px;
}

@media screen and (min-width:30.0625em) {
  .navigation-footer .navigation-footer-col-2,.navigation-footer .navigation-footer-col-3 {
    padding-top: 0px;
  }
}

.navigation-footer .navigation-footer-col-2 ul,.navigation-footer .navigation-footer-col-3 ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1em;
}

@media screen and (min-width:30.0625em) {
  .navigation-footer .navigation-footer-col-2 ul,.navigation-footer .navigation-footer-col-3 ul {
    padding-right: 15px;
  }
}

@media screen and (min-width:48.0625em) {
  .navigation-footer .navigation-footer-col-2 ul,.navigation-footer .navigation-footer-col-3 ul {
    padding-right: 25px;
  }
}

.navigation-footer .navigation-footer-col-2 ul li,.navigation-footer .navigation-footer-col-3 ul li {
  padding-top: 0.45em;
  padding-bottom: 0.45em;
  margin-bottom: 0;
}

@media screen and (min-width:30.0625em) {
  .navigation-footer .navigation-footer-col-2 ul li:first-child,.navigation-footer .navigation-footer-col-3 ul li:first-child {
    border-top: none;
  }
}

.navigation-footer .navigation-footer-col-2 ul li a i,.navigation-footer .navigation-footer-col-3 ul li a i {
  padding-right: 5px;
}

.navigation-footer .navigation-footer-col-2 ul li a:hover,.navigation-footer .navigation-footer-col-2 ul li a:focus,.navigation-footer .navigation-footer-col-3 ul li a:hover,.navigation-footer .navigation-footer-col-3 ul li a:focus {
  text-decoration: none;
  font-weight: bolder;
}

@media (min-width:0px) and (max-width:480px) {
  .navigation-footer .navigation-footer-col-2 {
    margin-bottom: 0;
  }
}

@media screen and (min-width:0) {
  .navigation-footer .navigation-footer-col-4 {
    padding-top: 30px;
  }
}

@media screen and (min-width:48.0625em) {
  .navigation-footer .navigation-footer-col-4 {
    padding-top: 74px;
  }
  
  
}

.navigation-footer .navigation-footer-col-4 .social-icon-link {
  display: inline-block;
  font-size: 1.125em;
  color: rgba(255,255,255,0.4);
  margin-right: 5px;
  margin-bottom: 20px;
}

.navigation-footer .navigation-footer-col-4 .social-icon-link:hover,.navigation-footer .navigation-footer-col-4 .social-icon-link:focus {
  text-decoration: none;
  color: white;
}

.navigation-footer .copyright {
  margin-bottom: 0;
}

.navigation-footer .copyright p {
  margin-bottom: 1.35em;
}

.navigation-mobile.transparent {
  opacity: 0;
}

@media screen and (min-width:0) {
  .navigation-mobile {
    display: block;
  }
  
  
  
  
}

@media screen and (min-width:48.0625em) {
  .navigation-mobile {
    display: none;
  }
}

.navigation-mobile #menu {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 100%;
  z-index: 10000;
}

.navigation-mobile #menu.active {
  width: 270px !important;
}

.navigation-mobile #menu.active:after {
  box-shadow: 2px 0 2px 0 black;
  content: "";
  height: 100%;
  left: -1px;
  position: absolute;
  top: 0;
  width: 1px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 30 ")";
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  zoom: 1;
}

.navigation-mobile .expand-btn {
  position: fixed;
  top: 15px;
  right: 0;
  display: inline-block;
  width: 42px;
  height: 35px;
  text-align: left;
  font-size: 22px;
  z-index: 10000;
}

.navigation-mobile .expand-btn:hover,.navigation-mobile .expand-btn:focus {
  text-decoration: none;
}

.navigation-mobile .expand-btn i {
  line-height: 38px;
}

.navigation-mobile .expand-btn i.ss-rows {
  padding-left: 10px;
}

.navigation-mobile .expand-btn i.ss-delete {
  padding-left: 5px;
}

.navigation-mobile .search-placeholder {
  width: 100%;
  height: 50px;
}

.navigation-mobile .search-placeholder:hover {
  background: transparent;
  cursor: default;
}

.navigation-mobile .search-btn {
  display: block;
  position: absolute;
  z-index: 97;
  width: 50px;
  height: 48px;
  line-height: 50px;
  top: 0;
  right: -50px;
  text-align: center;
}

.navigation-mobile .search-btn:hover,.navigation-mobile .search-btn:focus {
  text-decoration: none;
}

.navigation-mobile .search-input-wrapper {
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 98;
}

.navigation-mobile .search-input-wrapper i.input-ico {
  position: absolute;
  top: 15px;
  left: 30px;
}

.navigation-mobile .search-input-wrapper input[type="text"] {
  width: 200px;
  height: 30px;
  float: left;
  margin: 10px 0 10px 20px;
  padding: 0 10px;
  -webkit-appearance: none;
  border-radius: 0;
  background-color: white !important;
}

.navigation-mobile .search-input-wrapper .close-btn {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}

.navigation-mobile .search-input-wrapper .close-btn:hover,.navigation-mobile .search-input-wrapper .close-btn:focus {
  text-decoration: none;
}

.navigation-mobile .main-categories {
  padding-bottom: 10px;
  padding-top: 10px;
  background-color: #346508;
}

.navigation-mobile .main-categories.first {
  padding-top: 20px;
}

.navigation-mobile .main-categories:hover,.navigation-mobile .main-categories:focus {
   background-color: #2d510c;
  color: #EEE;
}

.navigation-mobile .main-categories a {
  font-size: 1.1em;
  font-weight: 500;
  padding: 0 10px 0 20px;
  line-height: 1.75em;

}

.navigation-mobile .main-categories a:focus {
 background-color: #2d510c;
  color: #EEE;

}

.navigation-mobile .main-categories a:hover,.navigation-mobile .main-categories a:focus {
  text-decoration: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 100 ")";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  zoom: 1;
}

.navigation-mobile .main-categories a i {
  float: none;
  padding-right: 5px;
}

.navigation-mobile .main-categories a:focus i {
 background-color: #2d510c;
  color: #EEE;
}

.mobile-header {
  z-index: 10000;
  height: 60px;
}

@media screen and (min-width:0) {
  .mobile-header {
    display: block;
    width: 100%;
    background-color: rgb(10,64,125);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 10px;
    position: relative;
  }
   
}

@media screen and (min-width:48.0625em) {
  .mobile-header {
    display: none;
  }
  

  
}

.mobile-header img {
  position: relative;
}

.navigation-secondary ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-secondary ul li {
  margin-bottom: 1px;
}

.navigation-secondary ul li h6 {
  margin: 0;
}

.navigation-secondary a.navigation-secondary-header {
  position: relative;
  display: block;
  background-color: #eeeeee;
  color: #919295;
  padding: 12px 40px 12px 15px;
  line-height: 1em;
}

.navigation-secondary a.navigation-secondary-header:hover,.navigation-secondary a.navigation-secondary-header:focus,.navigation-secondary a.navigation-secondary-header.active {
  text-decoration: none;
  background-color: #245C2D;
  color: white;
}

.navigation-secondary a.navigation-secondary-header i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.875em;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
}

.navigation-secondary ul.navigation-secondary-content {
  display: none;
  padding: 4px 15px;
}

.navigation-secondary ul.navigation-secondary-content li {
  margin: 4px 0;
}

.navigation-secondary ul.navigation-secondary-content li p {
  margin: 0;
}

.navigation-secondary ul.navigation-secondary-content li a {
  color: #919295;
  font-weight: normal;
}

.navigation-secondary ul.navigation-secondary-content li a:hover,.navigation-secondary ul.navigation-secondary-content li a:focus {
  color: #407d0a;
}

.bg-cardinal .slab-one .btn,.bg-mvc-grey .slab-one .btn {
  border-color: white;
  color: white;
}

.bg-cardinal .slab-one .btn i,.bg-mvc-grey .slab-one .btn i {
  color: white;
}

.bg-cardinal .slab-one .btn:hover,.bg-cardinal .slab-one .btn:focus,.bg-cardinal .slab-one .btn.active,.bg-mvc-grey .slab-one .btn:hover,.bg-mvc-grey .slab-one .btn:focus,.bg-mvc-grey .slab-one .btn.active {
  border-color: transparent;
}

.bg-cardinal .slab-one .btn:hover,.bg-cardinal .slab-one .btn:focus,.bg-cardinal .slab-one .btn.active {
  background-color: #88072f;
}

.bg-mvc-grey .slab-one .btn:hover,.bg-mvc-grey .slab-one .btn:focus,.bg-mvc-grey .slab-one .btn.active {
  background-color: #88072f;
}

.slab-one h4 {
  margin: 0.1em 0 0;
  line-height: 120%;
}

.slab-one p.sm {
  margin: 0;
}

.slab-one .select-dropdown {
  margin: 0.5em 0;
}

@media screen and (min-width:0) {
  .slab-one .btn {
    margin: 0.75em 0;
  }
}

@media screen and (min-width:30.0625em) {
  .slab-one .btn {
    margin: 0;
  }
}

@media screen and (min-width:48.0625em) {
  .container .slab-social {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 82.9710144928%;
  }

  .container .slab-social:last-child {
    margin-right: 0;
  }

  .container .slab-social:first-child {
    margin-left: 8.5144927536%;
  }
}

.lt-ie9 .container .slab-social {
  float: left;
  display: block;
  margin-right: 2.1739130435%;
  width: 82.9710144928%;
}

.lt-ie9 .container .slab-social:last-child {
  margin-right: 0;
}

.lt-ie9 .container .slab-social:first-child {
  margin-left: 8.5144927536%;
}

.slab-social .sm {
  margin-bottom: 0;
}

.slab-social .sm span {
  margin: 0 0.3em;
}

.slab-social .sm a {
  color: inherit;
}

.slab-social h4 {
  margin-top: 0;
  margin-bottom: 0.8em;
}

.slab-social .tag {
  margin-bottom: 0;
}

.slab-social .tag span {
  margin: 0 0.3em;
}

.slab-social .tag a {
  color: inherit;
}

.slab-social .block-icon-wrapper {
  color: inherit;
  float: left;
  line-height: normal;
}

@media screen and (min-width:0) {
  .slab-social .block-icon-wrapper {
    font-size: 1.125em;
    width: 18%;
  }
}

@media screen and (min-width:20.0625em) {
  .slab-social .block-icon-wrapper {
    font-size: 1.5625em;
    width: 13%;
  }
}

@media screen and (min-width:30.0625em) {
  .slab-social .block-icon-wrapper {
    font-size: 1.875em;
    width: 10%;
  }
}

@media screen and (min-width:48.0625em) {
  .slab-social .block-icon-wrapper {
    width: 8%;
  }
}

.slab-social .block-content-wrapper {
  float: left;
}

@media screen and (min-width:0) {
  .slab-social .block-content-wrapper {
    width: 82%;
  }
}

@media screen and (min-width:20.0625em) {
  .slab-social .block-content-wrapper {
    width: 87%;
  }
}

@media screen and (min-width:30.0625em) {
  .slab-social .block-content-wrapper {
    width: 90%;
  }
}

@media screen and (min-width:48.0625em) {
  .slab-social .block-content-wrapper {
    width: 92%;
  }
}

.slider-wrapper {
  width: 100%;
}

#slider-carousel {
  width: 100%;
  overflow: hidden;
}

@media screen and (min-width:30.0625em) {
  #slider-carousel {
    height: 300;
  }
}

@media screen and (min-width:48.0625em) {
  #slider-carousel {
    height: 400px;
  }
}

#slider-carousel .slide {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

@media  (max-width:480px) {
  #slider-carousel .slide {
    background-image: none !important;
  }
 

  
}
@media (min-width:481px){

  div.photo-rotation-mobile{
    display:none !important;
  }    
}

@media (min-width:0px) and (max-width:480px) {

  div.photo-rotation-desktop{
    display:none !important;
  }    
  /*div.photo-rotation-mobile img{
    position: relative;
    max-height: 100%;
    left: 0%;
    @include translateX(-50%);
  } */ 

  .emergency-announcement{
    font-size: 13px;
  } 

  .virtual-office-hours{
	font-size: 0.9em !important;
	line-height: 1em !important;
  }  
  
  .margin-bottom-md-lehman{
	  margin-top: 10px;
  }
}

@media screen and (min-width:30.0625em) {
  #slider-carousel .slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

#slider-carousel .slide .container-wrapper {
  position: relative;
  z-index: 2;
}

#slider-carousel .slide .fade {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}

@media screen and (min-width:30.0625em) {
  #slider-carousel .slide .fade {
    background: -webkit-linear-gradient(transparent,rgba(0,0,0,0.3)) left repeat;
    background: linear-gradient(transparent,rgba(0,0,0,0.3)) left repeat;
  }
}

#slider-carousel .slide .layout-twothirds {
  margin: 50px 0 55px;
}

@media (min-width:481px) and (max-width:768px) {
  #slider-carousel .slide .layout-twothirds {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 100%;
    margin-right: 0;
  }

  #slider-carousel .slide .layout-twothirds:last-child {
    margin-right: 0;
  }
}

#slider-carousel .slide .layout-twothirds p,#slider-carousel .slide .layout-twothirds .txt-button {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
}

#slider-carousel .slide .layout-third {
  margin-top: 30px;
}

#slider-carousel .slide h1,#slider-carousel .slide .teaser-one-block h6,.teaser-one-block #slider-carousel .slide h6 {
  margin-top: 0;
  line-height: 140%;
}

@media screen and (min-width:0) {
  #slider-carousel .slide h1,#slider-carousel .slide .teaser-one-block h6,.teaser-one-block #slider-carousel .slide h6 {
    margin-bottom: 0.75em;
  }
}

@media screen and (min-width:30.0625em) {
  #slider-carousel .slide h1,#slider-carousel .slide .teaser-one-block h6,.teaser-one-block #slider-carousel .slide h6 {
    margin-bottom: 0.5em;
  }
}

#slider-carousel .slide h1 span,#slider-carousel .slide .teaser-one-block h6 span,.teaser-one-block #slider-carousel .slide h6 span {
  background-color: #008597;
  display: inline;
  padding: 0 13px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}

#slider-carousel .slide blockquote {
  padding: 0;
}

#slider-carousel .slide blockquote p {
  margin-bottom: 1em;
}

#slider-carousel .slide .avatar,#slider-carousel .slide .avatar div {
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width:0) {
  #slider-carousel .slide .avatar,#slider-carousel .slide .avatar div {
    width: 245px;
    height: 245px;
  }
}

@media screen and (min-width:20.0625em) {
  #slider-carousel .slide .avatar,#slider-carousel .slide .avatar div {
    width: 275px;
    height: 275px;
  }
}

#slider-carousel .slide .avatar {
  border: 5px solid white;
  display: inline-block;
  margin-bottom: 15px;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.5);
}

#slider-carousel .slide .avatar div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-carousel-pagination-wrapper {
  position: relative;
  z-index: 3;
}

@media screen and (min-width:0) {
  .slider-carousel-pagination-wrapper {
    margin: 15px 0;
  }
}

@media screen and (min-width:48.0625em) {
  .slider-carousel-pagination-wrapper {
    margin: -50px 0 0;
  }
}

.slider-carousel-pagination-wrapper .block {
  margin-bottom: 0;
}

#slider-carousel-pagination {
  position: relative;
}

@media screen and (min-width:0) {
  #slider-carousel-pagination {
    text-align: center;
  }
}

@media screen and (min-width:48.0625em) {
  #slider-carousel-pagination {
    text-align: right;
  }
}

#slider-carousel-pagination a {
  display: inline-block;
  border-radius: 50%;
  position: relative;
}

@media screen and (min-width:0) {
  #slider-carousel-pagination a {
    width: 16px;
    height: 16px;
    margin: 0 3px;
    background-color: #c5c5c5;
  }
}

@media screen and (min-width:48.0625em) {
  #slider-carousel-pagination a {
    width: 100px;
    height: 100px;
    margin: 0 0 0 20px;
    border: 3px solid white;
  }
}

#slider-carousel-pagination a .default {
  display: none;
}

#slider-carousel-pagination a .overlay,#slider-carousel-pagination a .image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media screen and (min-width:0) {
  #slider-carousel-pagination a .overlay,#slider-carousel-pagination a .image {
    display: none;
  }
}

@media screen and (min-width:48.0625em) {
  #slider-carousel-pagination a .overlay,#slider-carousel-pagination a .image {
    display: block;
  }
}

#slider-carousel-pagination a .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
}

#slider-carousel-pagination a .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#slider-carousel-pagination a.selected {
  cursor: default;
}

@media screen and (min-width:0) {
  #slider-carousel-pagination a.selected {
    background-color: #407d0a;
  }
}

@media screen and (min-width:48.0625em) {
  #slider-carousel-pagination a.selected {
    background-color: none;
  }
}

#slider-carousel-pagination a.selected .overlay {
  background: none;
}

#slider-carousel-pagination a:hover .overlay {
  background: none;
}

@media screen and (min-width:0) {
  .teaser-bio {
    padding: 22px 0 24px;
  }
}

@media screen and (min-width:20.0625em) {
  .teaser-bio {
    padding: 31px 0 34px;
  }
}

@media screen and (min-width:30.0625em) {
  .teaser-bio {
    padding: 29px 0 34px;
  }
}

@media screen and (min-width:48.0625em) {
  .teaser-bio {
    padding: 34px 0 39px;
  }
}

.teaser-bio h2 {
  margin-top: 0;
}

.teaser-bio .teaser-bio-carousel-wrapper {
  position: relative;
  margin-bottom: 0;
}

.teaser-bio #teaser-bio-carousel {
  margin-bottom: 5px;
  overflow: hidden;
}

@media screen and (min-width:0) {
  .teaser-bio #teaser-bio-carousel {
    height: 278px;
  }
}

@media screen and (min-width:20.0625em) {
  .teaser-bio #teaser-bio-carousel {
    height: 280px;
  }
}

@media screen and (min-width:30.0625em) {
  .teaser-bio #teaser-bio-carousel {
    height: 282px;
  }
}

@media screen and (min-width:48.0625em) {
  .teaser-bio #teaser-bio-carousel {
    height: 287px;
  }
}

@media screen and (min-width:64.0625em) {
  .teaser-bio #teaser-bio-carousel {
    height: 292px;
  }
}

.teaser-bio #teaser-bio-carousel div {
  float: left;
  text-align: center;
  margin: 0 10px;
}

@media screen and (min-width:0) {
  .teaser-bio #teaser-bio-carousel div {
    width: 300px;
  }
}

@media screen and (min-width:20.0625em) {
  .teaser-bio #teaser-bio-carousel div {
    width: 301px;
  }
}

@media (min-width:400px) {
  .teaser-bio #teaser-bio-carousel div {
    width: 175px;
  }
}

@media screen and (min-width:30.0625em) {
  .teaser-bio #teaser-bio-carousel div {
    width: 211px;
  }
}

@media (min-width:624px) {
  .teaser-bio #teaser-bio-carousel div {
    width: 183px;
  }
}

@media screen and (min-width:48.0625em) {
  .teaser-bio #teaser-bio-carousel div {
    width: 167px;
  }
}

@media (min-width:896px) {
  .teaser-bio #teaser-bio-carousel div {
    width: 184px;
  }
}

@media screen and (min-width:64.0625em) {
  .teaser-bio #teaser-bio-carousel div {
    width: 184px;
  }
}

.teaser-bio #teaser-bio-carousel div .avatar,.teaser-bio #teaser-bio-carousel div .avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.teaser-bio #teaser-bio-carousel div .avatar {
  float: none;
  border: 3px solid white;
  display: inline-block;
  margin-bottom: 0.5625em;
}

.teaser-bio #teaser-bio-carousel div .avatar img {
  display: block;
}

.teaser-bio #teaser-bio-carousel div h6 {
  margin-bottom: 0;
}

.teaser-bio #teaser-bio-carousel div p {
  font-style: normal;
  margin-bottom: 2em;
}

.teaser-bio #teaser-bio-carousel div .btn {
  margin-bottom: 20px;
}

.teaser-bio #teaser-bio-carousel-pager {
  height: 24px;
}

.teaser-bio #teaser-bio-carousel-pager a {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  outline: 0;
  margin: 0 2px;
}

.teaser-bio #teaser-bio-carousel-pager a.selected,.teaser-bio #teaser-bio-carousel-pager a:hover {
  background-color: #c5c5c5;
}

@media (min-width:481px) and (max-width:768px) {
  .container .teaser-five {
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 100%;
  }

  .container .teaser-five:nth-child(2n) {
    margin-right: 2.1739130435%;
  }

  .container .teaser-five:nth-child(2n+1) {
    clear: none;
  }

  .container .teaser-five:last-child {
    margin-right: 0;
  }
}

.teaser-five .icon-wrapper {
  margin-top: 4px;
}

@media screen and (min-width:0) {
  .teaser-five .icon-wrapper {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width:48.0625em) {
  .teaser-five .icon-wrapper {
    width: 75px;
    height: 75px;
  }
}

.teaser-five .icon-wrapper i {
  position: relative;
  line-height: 1;
}

@media screen and (min-width:0) {
  .teaser-five .icon-wrapper i {
    font-size: 1.875em;
    top: 19px;
  }
}

@media screen and (min-width:48.0625em) {
  .teaser-five .icon-wrapper i {
    font-size: 2.5em;
    top: 22px;
  }
}

@media screen and (min-width:0) {
  .teaser-five .block-content-wrapper {
    margin-left: 85px;
  }
}

@media screen and (min-width:48.0625em) {
  .teaser-five .block-content-wrapper {
    margin-left: 100px;
  }
}

.teaser-five .block-content-wrapper h5 {
  margin-top: 0;
  margin-bottom: 0;
}

.teaser-five .block-content-wrapper h5 a {
  color: inherit;
}

.teaser-four {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.teaser-four.teaser-four-bg-image {
  color: white;
}

.teaser-four .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 80 ")";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  zoom: 1;
}

.teaser-four .container {
  position: relative;
  z-index: 2;
}

.teaser-four .container .block {
  margin-bottom: 0;
}

.teaser-four .container .layout-third {
  text-align: center;
}

.teaser-four .container .layout-twothirds .avatar {
  margin-bottom: 1.25em;
}

@media screen and (min-width:0) {
  .teaser-four .container .layout-twothirds {
    text-align: center;
  }
}

@media (min-width:481px) and (max-width:768px) {
  .teaser-four .container .layout-twothirds {
    width: 100%;
  }
}

@media screen and (min-width:48.0625em) {
  .teaser-four .container .layout-twothirds {
    text-align: left;
  }
}

.teaser-four .avatar,.teaser-four .avatar img {
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width:0) {
  .teaser-four .avatar,.teaser-four .avatar img {
    width: 245px;
    height: 245px;
  }
}

@media screen and (min-width:20.0625em) {
  .teaser-four .avatar,.teaser-four .avatar img {
    width: 275px;
    height: 275px;
  }
}

@media (min-width:769px) and (max-width:980px) {
  .teaser-four .avatar,.teaser-four .avatar img {
    width: 210px !important;
    height: 210px !important;
  }
}

@media (min-width:1025px) and (max-width:1100px) {
  .teaser-four .avatar,.teaser-four .avatar img {
    width: 275px !important;
    height: 275px !important;
  }
}

@media screen and (min-width:64.0625em) {
  .teaser-four .avatar,.teaser-four .avatar img {
    width: 300px;
    height: 300px;
  }
}

.teaser-four .avatar {
  border: 5px solid white;
  display: inline-block;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
  margin: 5px auto 0;
}

.teaser-four .avatar img {
  display: block;
}

.teaser-four h2 {
  margin-bottom: 0;
}

.teaser-one-block .desc.no-title {
  padding-top: 1.25em;
}

.teaser-one-block .icon {
  border-radius: 50%;
  border: solid 5px white;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
  width: 120px;
  height: 120px;
  padding: 30px 0 0 0;
  margin: auto;
  font-size: 4em;
  line-height: 1em;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.teaser-one-block h6 {
  font-weight: 800;
  margin: 20px 0 5px 0;
}

.teaser-one-block p {
  padding-left: 10px;
  padding-right: 10px;
}

.teaser-three .avatar-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 0.75em;
}

@media screen and (min-width:0) {
  .teaser-three .avatar-wrapper {
    width: 170px;
    height: 170px;
  }
}

@media (min-width:481px) and (max-width:768px) {
  .teaser-three .avatar-wrapper {
    width: 80%;
    height: 0;
    padding-bottom: 80%;
  }

  .teaser-three .avatar-wrapper .avatar,.teaser-three .avatar-wrapper .avatar img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width:48.0625em) {
  .teaser-three .avatar-wrapper {
    width: 200px;
    height: 200px;
  }
}

.teaser-three .avatar,.teaser-three .avatar img {
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.teaser-three .avatar {
  border: 5px solid white;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,0.3);
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.teaser-three .avatar.no-description {
  margin-bottom: 0;
}

@media screen and (min-width:48.0625em) {
  .teaser-three .avatar:hover .mask {
    opacity: 1;
    border-width: 100px;
  }

  .teaser-three .avatar:hover .mask h4 {
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
}

.teaser-three .avatar .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  overflow: visible;
  border: 0px solid rgba(93,40,79,0.8);
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.teaser-three .avatar .mask h4 {
  width: 160px;
  margin: 0;
  position: relative;
  top: -14.5px;
  left: -80px;
  opacity: 0;
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -ms-transform: scale(0,0);
  -o-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-in,opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s 0.1s ease-in,opacity 0.1s ease-in-out;
  transition: transform 0.2s 0.1s ease-in,opacity 0.1s ease-in-out;
}

.teaser-three .avatar img {
  position: relative;
  display: block;
}

.teaser-three p.lrg {
  margin-bottom: 0.75em;
}

@media screen and (min-width:30.0625em) {
  .teaser-two-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (min-width:481px) and (max-width:768px) {
  .teaser-two-wrapper .layout-third .layout-two-columns{
    float: left;
    display: block;
    margin-right: 2.1739130435%;
    width: 48.9130434783%;
  }

  .teaser-two-wrapper .layout-third:nth-child(3n) {
    margin-right: 2.1739130435%;
  }

  .teaser-two-wrapper .layout-third:nth-child(3n+1) {
    clear: none;
  }

  .teaser-two-wrapper .layout-third:last-child {
    margin-right: 0;
  }

  .teaser-two-wrapper .layout-third:nth-child(2n) {
    margin-right: 0;
  }

  .teaser-two-wrapper .layout-third:nth-child(2n+1) {
    clear: left;
  }
}

.teaser-two {
  padding: 25px;
}

@media screen and (min-width:30.0625em) {
  .teaser-two {
    margin-bottom: 0.95em !important;
  }
}

@media screen and (min-width:48.0625em) {
  .teaser-two {
    margin-bottom: 1.25em !important;
  }
}

@media screen and (min-width:64.0625em) {
  .teaser-two {
    margin-bottom: 1.5em !important;
  }
}

.teaser-two h1,.teaser-two .teaser-one-block h6,.teaser-one-block .teaser-two h6 {
  font-weight: 800;
  margin: 0;
  word-wrap: break-word;
}

@media (min-width:481px) and (max-width:540px) {
  .teaser-two h1,.teaser-two .teaser-one-block h6,.teaser-one-block .teaser-two h6 {
    font-size: 2.25em;
  }
}

@media (min-width:769px) and (max-width:960px) {
  .teaser-two h1,.teaser-two .teaser-one-block h6,.teaser-one-block .teaser-two h6 {
    font-size: 2.25em;
  }
}

.container .block.text-intro {
  margin-bottom: 0;
}

.container .block.text-intro-cta {
  margin-bottom: 0;
}

.container .block.text-intro-cta > * {
  margin-left: 12px;
  margin-right: 12px;
  margin-bottom: 24px;
}

.text-intro h2 {
  line-height: 110%;
  margin-top: 24px;
  margin-bottom: 0.55em;
}

.text-list {
  margin-bottom: 24px;
}

.text-list .block-thumbnail-wrapper {
  float: left;
  overflow: hidden;
}

@media screen and (min-width:0) {
  .text-list .block-thumbnail-wrapper {
    width: 63px;
    height: 63px;
  }
}

@media screen and (min-width:30.0625em) {
  .text-list .block-thumbnail-wrapper {
    width: 77px;
    height: 77px;
  }
}

.text-list .block-thumbnail-wrapper .thumbnail.image img {
  width: 100%;
  max-height: 120px;
}

.text-list .block-thumbnail-wrapper .thumbnail.avatar,.text-list .block-thumbnail-wrapper .thumbnail.avatar img {
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

@media screen and (min-width:0) {
  .text-list .block-thumbnail-wrapper .thumbnail.avatar,.text-list .block-thumbnail-wrapper .thumbnail.avatar img {
    width: 63px;
    height: 63px;
  }
}

@media screen and (min-width:30.0625em) {
  .text-list .block-thumbnail-wrapper .thumbnail.avatar,.text-list .block-thumbnail-wrapper .thumbnail.avatar img {
    width: 77px;
    height: 77px;
  }
}

.text-list .block-thumbnail-wrapper .thumbnail.avatar {
  display: inline-block;
}

.text-list .block-thumbnail-wrapper .thumbnail.avatar img {
  display: block;
}

.text-list .block-thumbnail-wrapper .thumbnail.date {
  text-align: center;
  background-color: #008597;
  font-family: "proxima-nova",Helvetica,Arial,sans-serif;
  color: white;
  font-weight: bold;
}

@media screen and (min-width:0) {
  .text-list .block-thumbnail-wrapper .thumbnail.date .day {
    font-size: 40px;
    line-height: 0.9em;
  }
}

@media screen and (min-width:30.0625em) {
  .text-list .block-thumbnail-wrapper .thumbnail.date .day {
    font-size: 50px;
  }
}

@media screen and (min-width:0) {
  .text-list .block-thumbnail-wrapper .thumbnail.date .month {
    font-size: 20px;
    line-height: 0.85em;
    padding-top: 5px;
  }
}

@media screen and (min-width:30.0625em) {
  .text-list .block-thumbnail-wrapper .thumbnail.date .month {
    font-size: 25px;
    padding-top: 6px;
  }
}

@media screen and (min-width:0) {
  .text-list .block-content-wrapper {
    margin-left: 77px;
  }
}

@media screen and (min-width:30.0625em) {
  .text-list .block-content-wrapper {
    margin-left: 100px;
  }
}

.text-list .top-line {
  margin-bottom: 1px;
  font-weight: bold;
}

.text-list h5 {
  margin-top: 0;
  margin-bottom: 2px;
}

.text-list h5 a {
  color: #333333;
}

.text-list .sm {
  margin-bottom: 0.65em;
}



@media screen and (min-width:48.0625em) {
  .trending .trending-row-odd .trending-block {
    width: 33.3333333333%;
  }
}

@media screen and (min-width:48.0625em) {
  .trending .trending-row-even .trending-block {
    width: 25%;
  }
}

.trending .trending-block {
  height: 300px;
  padding: 20px 30px;
  color: white;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width:0) {
  .trending .trending-block {
    width: 100%;
  }
}

@media screen and (min-width:30.0625em) {
  .trending .trending-block {
    float: left;
    width: 50%;
  }
}

@media (min-width:0px) and (max-width:768px) {
  .trending .trending-block.active .overlay,.trending .trending-block.active .additional-content {
    opacity: 1;
  }

  .trending .trending-block.active .overlay {
    border-width: 151px;
  }

  .trending .trending-block.active .additional-content {
    transform: scale(1,1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@media screen and (min-width:48.0625em) {
  .trending .trending-block:hover .overlay,.trending .trending-block:hover .additional-content {
    opacity: 1;
  }

  .trending .trending-block:hover .overlay {
    border-width: 151px;
  }

  .trending .trending-block:hover .additional-content {
    transform: scale(1,1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

.trending .trending-block.no-additional-content .overlay {
  display: none;
}

.trending .trending-block.no-image .additional-content {
  opacity: 1;
  transform: scale(1,1);
}

.trending .trending-block.facebook {
  background-color: #435f9c;
}

.trending .trending-block.facebook .account-icon {
  background-color: #435f9c;
  border-color: #385083;
}

.trending .trending-block.facebook .overlay {
  border-color: rgba(67,95,156,0.8);
}

.trending .trending-block.twitter {
  background-color: #008597;
}

.trending .trending-block.twitter .account-icon {
  background-color: #008597;
  border-color: #006673;
}

.trending .trending-block.twitter .overlay {
  border-color: rgba(0,133,151,0.8);
}

.trending .trending-block.instagram {
  background-color: #5d284f;
}

.trending .trending-block.instagram .account-icon {
  background-color: #5d284f;
  border-color: #441d3a;
}

.trending .trending-block.instagram .overlay {
  border-color: rgba(93,40,79,0.8);
}

.trending .trending-block.pinterest {
  background-color: #707239;
}

.trending .trending-block.pinterest .account-icon {
  background-color: #707239;
  border-color: #595a2d;
}

.trending .trending-block.pinterest .overlay {
  border-color: rgba(112,114,57,0.8);
}

.trending .trending-block .account-bg-icon {
  position: absolute;
  bottom: -45px;
  right: 10px;
  font-size: 18.75em;
  color: rgba(255,255,255,0.1);
  z-index: 1;
}

.trending .trending-block .account-icon,.trending .trending-block h6 {
  position: relative;
  z-index: 3;
}

.trending .trending-block .account-icon {
  float: left;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 3px solid transparent;
  font-size: 1.5em;
  line-height: 49px;
  margin-right: 8px;
  text-align: center;
}

.trending .trending-block .account-icon i {
  line-height: 1em;
}

.trending .trending-block h6 {
  margin: 0.95em 0;
  line-height: 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-shadow: 0 2px 3px rgba(0,0,0,0.6);
}

.trending .trending-block h6 a {
  color: inherit;
}

.trending .trending-block h6 span {
  font-size: 12px;
  line-height: 1em;
}

.trending .trending-block .overlay,.trending .trending-block .additional-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  opacity: 0;
}

.trending .trending-block .overlay {
  border: 0 solid rgba(0,0,0,0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width:0) {
  .trending .trending-block .overlay {
    border-width: 151px;
  }
}

@media screen and (min-width:48.0625em) {
  .trending .trending-block .overlay {
    border-width: 0;
  }
}

.trending .trending-block .additional-content {
  padding: 85px 30px 20px;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.2s 0.1s ease-in,opacity 0.1s ease-in-out;
  -moz-transition: -moz-transform 0.2s 0.1s ease-in,opacity 0.1s ease-in-out;
  transition: transform 0.2s 0.1s ease-in,opacity 0.1s ease-in-out;
}

@media screen and (min-width:0) {
  .trending .trending-block .additional-content {
    transform: scale(1,1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
}

@media screen and (min-width:48.0625em) {
  .trending .trending-block .additional-content {
    transform: scale(0,0);
  }
}

.trending .trending-block .additional-content p a {
  font-weight: inherit;
  color: white;
}

.trending .trending-block .additional-content p.desc {
  margin-bottom: 1.75em;
}

@media (min-width:769px) and (max-width:1250px) {
  .trending .trending-block .additional-content p.desc {
    margin-bottom: 0.75em;
  }
}

@media (min-width:769px) and (max-width:1090px) {
  .trending .trending-block .additional-content p.desc {
    font-size: 0.875em;
  }
}

.trending .trending-block .additional-content p.tag span {
  padding: 0 5px;
}

/* Footer */
#footer-container{
	background-color: #0d3c70;;
	border-top: 4px solid #0D3C70;

	color: #eee;
	height:130px;
}
#footer-container ul{
	float: left;
	width: 980px;
	margin-top: 20px;
	margin-left: 38px;	
	 
}
#footer-container ul>li{
	float: left;
	font-size: .8em;
	margin-right: 10px;
	overflow: hidden;
	padding: 0 0 7px;
	white-space: nowrap;
	width: 154px;
}
#footer-container li a{
	color: #eee;
}
#footer-container .container-inner>p{

	float: left;
	text-align: right;
	width: 155px;
}
#footer-container .goog-te-gadget-simple{
	font-size: 10px;
	padding: 0;
}
#footer-address{
	background-color: #0b3665;
	height: 130px;
}
.lehman-logo-footer{
	float: left;
	width: 200px;
	margin-top:-3px;
	margin-left:0px;
	margin-right:0px;
}
#footer-address p{
	color: #eee;
	float: left;
	font-size: .8em;
	margin-left: 50px;
	width: 980px;
	margin-top: 30px;
}
#footer-address a{
	color: #eee;
}
#cuny-logo-footer{
	float: left;
	margin-top: 20px;
	margin-left: 40px;
}

#ada-text {
	display:none;
}

.ada-no-text {
	display:none;
	color: 000000;
}

.ada-text {
	display: none;
}

a.skip-main {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color:#000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow:auto;
	margin: 10px 35%;
	padding:5px;
	border-radius: 15px;
	border:4px solid yellow;
	text-align:center;
	font-size:1.2em;
	z-index:999;
}
a.skip-main2 {
	left:-999px;
	position:absolute;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
	z-index:-999;
}
a.skip-main2:focus, a.skip-main2:active {
	color: #fff;
	background-color:#000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow:auto;
	margin: 10px 35%;
	padding:5px;
	border-radius: 15px;
	border:4px solid yellow;
	text-align:center;
	font-size:1.2em;
	z-index:999;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
	font-size: 0px !important;
	padding: 6px 8px !important;
	width: auto !important;

}

/*#emergency-announcement.defcon1{
	background-color: #ff0004;
	border-bottom: 3px solid #d60003;
	padding: 5px 5px 5px 20px;
	line-height: 1.4em;
	font-size: 1.1em;
	font-weight: 500;
	color: #ffffff;
}

#emergency-announcement.defcon1 a{
	color: #fff;
	font-size: 1.0em;
	font-weight: 500;
	text-decoration: underline;
}

#emergency-announcement.defcon1 a:visited{
	color: #fff;
	font-size: 1.0em;
	font-weight: 500;
	text-decoration: underline;
}

#emergency-announcement.defcon3{
	background-color: #f7ff02;
	border-bottom: 3px solid #adb300;
	padding: 5px 10px 5px 10px;
	line-height: 1.4em;
	font-size: .98em;
	font-weight: 500;
	color: #242424;

}

#emergency-announcement.defcon3 a{
	color: #100a7d;
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: underline;
	line-height: 1.4em;

}

#emergency-announcement.defcon3 a:visited{
	color: #100a7d;
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: underline;
	line-height: 1.4em;

}

#emergency-announcement.defcon5{
	background-color: #457d01;
	border-bottom: 3px solid #3f7200;
	padding: 5px 5px 5px 20px;

	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: 500;
	color: #ffffff;


	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: 500;
	color: #fff;

}

#emergency-announcement.defcon5 a{
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: underline;
}

	#emergency-announcement.defcon5 a:visited{
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: underline;

}

div.emergency-announcement{
	background-color: #aa0000;
	padding: .5 px;
	box-shadow: 0 5px 20px #222;
	border-bottom: 2px solid #8b0000;
	line-height: 1.8em;
	font-size: .95em;
	font-weight:bold;
	color: #1f1f1f;
	position: absolute;
}
div.emergency-announcement a{
	color: #014373;
	font-size: .95em;
	font-weight:bold;
	padding-left:2px;

}
div.emergency-announcement a:visited{
	color: #014373;
	font-size: .95em;
	font-weight:bold;
	padding-left:2px;

}*/

div.emergency-announcement p{
	margin: 0;
}

div.emergency-announcement .red{
	 background-color: #ff0004;
	 border-bottom: 3px solid #d60003;
	 padding: 5px 5px 5px 20px;
	 line-height: 1.4em;
	 font-size: 1.1em;
	 font-weight: 500;
	 color: #ffffff;
}

div.emergency-announcement .red a{
	 color: #fff;
	 font-size: 1.0em;
	 font-weight: 500;
	 text-decoration: underline;	
}

div.emergency-announcement .red a:visited{
	 color: #fff;
	 font-size: 1.0em;
	 font-weight: 500;
	 text-decoration: underline;
}

div.emergency-announcement .yellow{
	 background-color: #f7ff02;
	 border-bottom: 3px solid #adb300;
	 padding: 5px 10px 5px 10px;
	 line-height: 1.4em;
	 font-size: .98em;
	 font-weight: 400;
	 color: #242424;
	 margin: auto;
}

div.emergency-announcement .yellow a{
	 color: #100a7d;
	 font-size: 1.1em;
	 font-weight: 500;
	 text-decoration: underline;
	 line-height: 1.4em;
}

div.emergency-announcement .yellow a:visited{
	color: #006cd1;
	font-size: 1em;
	font-weight:bold;
	padding: 4px;
}

div.emergency-announcement .green{
	 background-color: #457d01;
	 border-bottom: 3px solid #3f7200;
	 padding: 5px 5px 5px 20px;
	 line-height: 1.4em;
	 font-size: 1.2em;
	 font-weight: 500;
	 color: #ffffff;
	 line-height: 1.4em;
	 font-size: 1.2em;
	 font-weight: 500;
	 color: #fff;
}

div.emergency-announcement .green a{
	 color: #ffffff;
	 font-size: 1.1em;
	 font-weight: 500;
	 text-decoration: underline;	
}

div.emergency-announcement .green a:visited {
	color: #ffffff;
	font-size: 1.1em;
	font-weight: 500;
	text-decoration: underline;
}

.notification-text {
	display: flex;
	align-items: center;
	justify-content: center;
}

.virtual-office-hours{
	background-color: #606464;
	padding: 10px 5px 10px 20px;
	line-height: 1.4em;
	font-size: 1.2em;
	font-weight: 500;
	color: #ffffff;
}

.table-container {
	width: 100%;
	margin-top:-4px;
}

.column-dates {
	width: 30%;
	float: left;
	height:100px;
}

.column-dates {
	font-size: 1.1em;
}

.column-description {
	width: 70%;
	float: left;
}
		
ul {
	padding: 0 0 15px 0;
}
		
@media only screen and (max-width: 800px) {
  body {
    background-color: white;
  }
}

.see-all-news{
	float: right;margin-right: 30px; font-weight: bold; font-size: 0.9em;
}

.see-all-videos{
	margin-top:10px; border-top: #eeeeee 1px solid; padding-top: 5px;font-weight: bold;font-size: 0.8em; text-align:right;
}

@media (min-width:0px) and (max-width:768px) {
	.see-all-news{
		margin-right: 0;
	}	
}
