/*
 CSS for the main interaction
*/
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
  display: block;
}

/*
 Styling
*/
/*
body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}
*/

.thumbnail-resize {
  width:170px;
  height:130px;
  margin-right: 10px;
  float:left;
}


.news-title-resize {
  float: left;
  margin-right:5px;
  width:100%;
}

.desktop-hide {
  display: block;
}

@media screen and (min-width:768px) {
.desktop-hide {
  display: none;  
}
}

@media screen and (min-width:768px) {
.desktop-hide2 {
  max-height: 0;
  overflow: hidden;  
}
}
@media screen and (min-width:768px) {
.desktop-hide3 {
position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
  
}
}

.hidden {
  display: block;
}

@media screen and (max-width:769px) {
    .hidden {
      display:none;     
    }
}

.hidden2 {
  display: block;
}

@media screen and (max-width:769px) {
    .hidden {
      max-height: 0;
      overflow: hidden;

    }
}

.hidden3 {
  display: block;
}

@media screen and (max-width:769px) {
    .hidden {
      position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
     
    }
}



.news-feed-container {
    height: 130px;
  line-height:1.5;
}

@media (max-width:768px) {
    .news-feed-container {
        height: 50vmin;
    }
}

@media (max-width:992px) {
    .news-feed-container {
        height: 30vmin;
    }
}

@media (max-width:1200px) {
    .news-feed-container {
        height: 150px;
    }
}

.headerfont {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.slimsubfont {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.copyfont {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 15px 15px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 600;

}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 30px;
  height: 1px;
  background: #8d8d8d;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #c8102e;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #c8102e;
}

.tabset > input:checked + label {
  border-color: #c8102e;
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
}

.tab-panel {
  padding: 30px 0;
  border-top: 1px solid #c8102e;
  width: 100%;
  line-height: 20px;
}


  

/*
 Demo purposes only
*/

*,
*:before,
*:after {
  box-sizing: border-box;
}

body {
  padding: 30px;
}

.tabset {
  max-width: 65em;
}\


/*Material Shadow Styles*/
.mat-shadow {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 300px;
  margin: 1rem;
  position: relative;
  width: 300px;
}

.mat-shadow-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.mat-shadow-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.mat-shadow-2 {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.mat-shadow-2:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.mat-shadow-3 {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
.mat-shadow-3:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.mat-shadow-4 {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.mat-shadow-4:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


.mat-shadow-5 {
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.mat-shadow-5:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}



/*Lightbox */
/* Unopened lightbox */
.lightbox {
  display: none;
}

/* Opened lightbox */
.lightbox:target {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Lightbox content */
.lightbox figcaption {
  width: 25rem;
  position: relative;
  padding: 1.5em;
  background-color: lightpink;
}

/* Close button */
.lightbox .close {
  position: relative;
  display: block;
}

.lightbox .close::after {
  right: -1rem;
  top: -1rem;
  width: 2rem;
  height: 2rem;
  position: absolute;
  display: flex;
  z-index: 1;
  align-items: center;
  justify-content: center;
  background-color: black;
  border-radius: 50%;
  color: white;
  content: "×";
  cursor: pointer;
}

/* Lightbox overlay */
.lightbox .close::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0,0,0,.7);
  content: "";
  cursor: default;
}


/* Popout Gallery */

body {
  padding: 30px 0;
  position: relative;
}

.gallery {
  width: 600px;
  margin: auto;
  border-radius: 3px;
  overflow: hidden;
  //position: relative;
}
.img-c {
  width: 200px;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
}

.img-w {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 5px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: transform ease-in-out 300ms;
}

.img-w img {
  display: none;
}

.img-c {
    transition: width ease 400ms, height ease 350ms, left cubic-bezier(0.4, 0, 0.2, 1) 420ms, top cubic-bezier(0.4, 0, 0.2, 1) 420ms;
}

.img-c:hover .img-w {
  transform: scale(1.08);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 450ms;
}

.img-c.active {
  width: 100% !important;
  height: 100% !important;
  position: fixed;
  z-index: 2;
  //transform: translateX(-50%);
}

.img-c.postactive {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.img-c.active.positioned {
  left: 0 !important;
  top: 0 !important;
  transition-delay: 50ms;
}


/* Thumbnail Gallery */
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

.images-thumb-gallery {
  height: 320px;
  overflow: hidden;
  margin: 0 0 10px;
  width: 600px;
}

.thumbs li {
  display: inline-block;
  margin: 0 0 0 6px;
}

.thumbs li:first-child {
  margin: 0;
}


/* video-container */
.video-container {
  position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video-fit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/*Floating menu*/
.float-nav {
  position: absolute;
  bottom: 45%;
  right: 0px;
  z-index: 99999;
}
.float-nav > a.menu-btn {
  text-decoration: none;
  display: block;
  background-color: #c8102e;
  color: white;
  width: 50px;
  height: 150px;
  padding: 17px 19px 10px 19px;
  text-align: center;
  box-shadow: 2px 2px 8px #777;
  border-radius: 3px;
}
.float-nav > a.menu-btn.active {
  transition: background-color 250ms linear;
  background-color: transparent;
  box-shadow: none;
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(1) {
  border-width: 2px;
  -moz-transform: rotate(45deg) translate(4px, 6px);
  -ms-transform: rotate(45deg) translate(4px, 6px);
  -webkit-transform: rotate(45deg) translate(4px, 6px);
  transform: rotate(45deg) translate(4px, 6px);
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(2) {
  visibility: hidden;
}
.float-nav > a.menu-btn.active > ul > li.line:nth-child(3) {
  border-width: 2px;
  -moz-transform: rotate(-45deg) translate(8px, -10px);
  -ms-transform: rotate(-45deg) translate(8px, -10px);
  -webkit-transform: rotate(-45deg) translate(8px, -10px);
  transform: rotate(-45deg) translate(8px, -10px);
}
.float-nav > a.menu-btn > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.float-nav > a.menu-btn > ul > li.line {
  border: 1px solid white;
  width: 100%;
  margin-bottom: 7px;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.float-nav > a.menu-btn > .menu-txt {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-family: gotham, helvetica, arial, sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  
}

.main-nav {
  display: none;
  opacity: 0;
  font-family: gotham, helvetica, arial, sans-serif;
  position: absolute;
  bottom: 45%;
  right: 0px;
  transition: opacity 250ms;
  z-index: 99998;
  font-weight: 600;
  
}
.main-nav.active {
  display: block;
  opacity: 1;
  transition: opacity 250ms;
}
.main-nav > ul {
  width: 100%;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #c8102e;
  box-shadow: 2px 2px 8px #777;
  border-radius: 3px 3px 33.5px 3px;
}
.main-nav > ul > li > a {
  text-decoration: none;
  display: block;
  font-weight: 200;
  padding: 18px 80px 18px 18px;
  color: white;
}
.main-nav > ul > li > a:hover {
  font-weight: 400;
}

.txt-rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}



/*end of floating menu*/


/*Inspire box */
.wrapper-inspire {
  position: relative;
    width: 100%;
}

.box-inspire {

  background-image: linear-gradient(90deg, #292b2a, #222222);
 position: absolute;
  /*top: 50%;*/
  left: 40%;
  color: #fff;
  padding: 4% 8% 6% 12%;
  max-width: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.box-inspire figure {
  width: 65%;
  height: 75%;
  background: #005FBE;
  position: absolute;
  z-index: 1;
  left: 0;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  opacity: .95;
}
.box-inspire figure img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
}
.box-inspire .cat-inspire {
  font-family: 'Gotham', sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 20px;
}
.box-inspire h2 {
  font-family: 'Trajan Pro', serif;
  font-size: 40px;
  line-height: 1.1;
  background-image: linear-gradient(90deg, #fff, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 40px;
}
.box-inspire .cta-inspire .btn-inspire {
  font-family: sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 20px;
  border-radius: 20px;
  background-image: linear-gradient(0deg, #c8102e, #c8102e);
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.box-inspire .cta-inspire .btn-inspire:hover {
  box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.2), 0 2px 5px rgba(108, 90, 210, 0.4);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
}
/*End of inspire box*/



/*Grid CSS*/

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*.site {
	background: #ededed;
	min-height: 100vh;
}*/

.main-content,
.sidebar,
.twin,
.col1,
.col2,
.col3,
.full-content,{
	padding: 0em 2em 0em 2em;
  line-height: 1.3;
}

.full-content {
	padding: 0px 15% 0px 15%;
}

.main-content {
	padding: 0px 20px 0px 20px;
}

.main-mid-col,{
	padding: 0px 20px 0px 20px;
  margin: 0px 20px 0px 20px;

}
  
.sidebar,
.small-left-col,
.small-right-col,{
	padding:0px 5px 0px 5px;
}

.twin, .col1, .col2, .col3,{
	padding: 0px 20px 0px 20px;
}

.twin {
 margin: 0px 20px; 
}

.twin:last-of-type {
	padding: 0px 20px 0px 20px;
}

  .center-a-col {
  margin: 0px auto;
  width: 90%;
  text-align: center;
    vertical-align:top;
}

/*--------------------------------------------------------------
If no grid support, limit width to 50em and center align
--------------------------------------------------------------*/
@supports not (display: grid) {
	.site {
		max-width: 50em;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
CSS Grid layout for wider screens, when browser supports grid:
--------------------------------------------------------------*/

@media screen and (min-width: 600px) {
	@supports (display: grid) {

		.site {
			display: grid;
			grid-template-columns: 1fr repeat(6, minmax(auto, 12em)) 1fr;
		    grid-template-rows: minmax(1em, auto) 1fr auto minmax(1em, auto);
		}

		.full-content {
			grid-column: 2/8;
		}
      
		.main-content {
			grid-column: 2/6;
		}

		.sidebar {
			grid-column: 6/8;
		}

		.twin {
			grid-column: 2/5;
			grid-row: 2/3;
		}

		.twin:last-of-type {
			grid-column: 5/8;
		}
      
      .col1 {
        grid-column: 2/4;
      }
      
      .col2 {
        grid-column: 4/6;
      }
      
      .col3 {
        grid-column: 6/8;
      }
      
      .small-left-col {
        grid-column: 2/3;
      }
      .main-mid-col {
        grid-column: 3/7;
      }
      .small-right-col {
        grid-column: 7/8
      }


      
	}
}



/*End of Grid*/


/*Concord Cards*/
main.concord {
	margin: 20px 0;
	text-align: center;
}
.concord > header {
	width: 90%;
	padding: 0px 15px 0px 15px;
	margin: 0 auto;
	position: relative;
	display: block;
	overflow: auto;
	text-align: left;
}
.concord > header time {
	display: table-cell;
	float: left;
	color: black;
}
.concord > header time:first-child {
	color: #8f8f91;
}
.concord > header time h3 {
	color: black;
	font-weight: 700;
}

.concord > header avatar{
	display: table-cell;
	text-align: right;
	float: right;
	background-position: center;
	background-size: 120%;
	background-repeat: no-repeat;
	border-radius: 50%;
	height: 50px;
	width: 50px;
}
/* ================================= *
 * Card Styling + Default
 ==================================== */
.card {
	z-index: 1;
	cursor: pointer;
	display: inline-block;
	position: static;
	text-align: left;
	width: 89%;
	height: 400px;
	max-height: 400px;
	border-radius: 3px;
	margin: 8px 8px;
	overflow: hidden;
	background: white;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.10),
		0px 1px 20px 0px rgba(0, 0, 0, 0.10);
	transform-origin: center;
	transition: transform, width, height, border-radius, top, left;
  	transition-duration: 500ms;
  	transition-timing-function: ease-in-out;
	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select:none; 
	user-select:none;
	-o-user-select:none;
}
.card.gate_reserved{
	box-shadow: none;
}
.card .wrapper {
	height: 100%;
	width: 100%;
	position: relative;
	display: table; 
}
.card h5,
.card h6,
.card p {
	margin: 4px 0;
}
.card h6,
.card p {
	color: #8f8f91;
}
.card h6 {
	text-transform: uppercase;
}
.card video,
.card img {
	display: table-cell;
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.card > .wrapper > header,
.card > .wrapper > footer{
	display: table-cell;
	width: 100%;
	height: auto;
	padding: 15px 20px;
	box-sizing: border-box;
}
.card > .wrapper > footer{
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
}
.card:active {
	transform: scale(0.97);
}

/* Card Style: x */
.card.x h4,
.card.x p {
	color: white;
}
.card.x h6 {
	color: rgba(255, 255, 255, 0.65);
}
.card.x > .wrapper > header,
.card.x > .wrapper > footer {
	position: absolute;
	left: 0;
	background: transparent;
	padding: 15px 20px;
}
.card.x > .wrapper > header {
	top: 0;
}
.card.x > .wrapper > footer {
	bottom: 0;
}
/* Card Style: v */
.card.v .wrapper{display: block;}
.card.v video{object-fit: cover;}
.card.v video:before{
	position: absolute;
	right: 15px;
	top: 0;
	background: rgba(255,255,255,0.3);
	content: "mute";
}

/* Card Style: i */
.card.i h2,
.card.i h6,
.card.i p{
	color: white;
}
.card.i h2{
	width: 50%;
	text-transform: uppercase;
}
.card.i p{
	font-size: 0.7em;
}
.card.i > .wrapper > header,
.card.i > .wrapper > footer {
	position: absolute;
	left: 0;
	padding: 15px 20px;
}
.card.i > .wrapper > header{
	top: 0;
}
.card.i > .wrapper > header img{
	width: 70px;
	height: 70px;
	border-radius: 18px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: white;
}
.card.i > .wrapper > footer {
	background: transparent;
	bottom: 0;
}
button.card{
	position: relative;
	height: auto;
	width: auto;
	border: 0;
	outline: 0;
	font-weight: 600;
	color: rgba(28, 111, 215, 0.88);
	text-align: left;
	background: rgba(255,255,255,0.95);
	border-radius: 20px;
	padding: 4.4px 13px;
}
/* Card Style~input styling*/
input[type="button"].concord{
	cursor: pointer;
	position: absolute;
	height: auto;
	width: auto;
	border: 0;
	outline: 0;
	font-weight: 600;
	color: rgba(28, 80, 245, 0.98);
	text-align: left;
	background: rgba(255,255,255,0.95);
	border-radius: 20px;
	padding: 4.4px 13px;
	margin: 0;
	right: 20px;
	bottom: 19px;
	box-sizing: border-box;
}
input[type="button"].concord:active{
	color: rgba(28, 80, 245, 0.48);
}
input[type="button"].concord.exit{
	display: none;
	z-index: 99;
	top: 15px;
	right: 20px;
	bottom: initial;
	padding: 2px 6px;
	font-size: 1.2em;
	line-height: 1em;
	color: rgba(255,255,255,0.75);
	background: rgba(20,20,25,0.65);
}
input[type="button"].concord-exit:active{
	color: rgba(28, 80, 245, 0.48);
}
/* Card State: Content and Card active Styling*/
.card > .content{
	margin-top: 60px;
	margin-bottom: 20px;
	opacity: 0;
	width: 100%;
	height: 0px;
	transition: height, opacity, margin;
  	transition-duration: 900ms;
  	transition-timing-function: ease-in-out;
}
	.card > .content p{
		margin: 35px 40px;
		color: #313131;
	}
		.card > .content p + p{
			margin-top: 0;
		}
		.card > .content p > b{
			color: black;
		}
	.card > .content img{
		position: relative;
		display: block;
		width: 100%;
		height: 300px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.card > .content img:after{
		
	}
.card.in-flight{
	cursor: default;
	z-index: 98;
	display: block;
	max-height: none;
	max-width: none;
	top: 40px!important;
	height: 95vh !important;
	width: 100vw !important;
	margin: 0;
	overflow-y: scroll;
	transform: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.card.active:hover{
	transform: none;
}
.card.in-flight > .wrapper{
	height: 55%;
}
.card.in-flight > input[type="button"].concord.exit{
	display: block;
}
.card.in-flight > .content{
	margin-top: 0px;
	height: 45%;
	background: white;
	opacity: 1;
}


@media screen and (min-width: 530px){
	.card{
		width: 75%;
	}
}
@media screen and (min-width: 600px){
	.card{
		max-width:340px;
		width: 65%;
	}
}
@media screen and (max-width: 599px){
	.card.in-flight{
		border-radius: 0;
		max-width: 100%;
		top: 0!important; 
		left:0!important;
	}
}
@media screen and (min-width: 600px){
	.card.in-flight{
		left: calc((100vw - 460px) / 2)!important;
		max-width: 460px!important;
	}
}
@media screen and (min-width: 730px){
	.card{
		max-width:340px;
		width: 40%;
	}
	.card.in-flight{
		left: calc((100vw - 700px) / 2)!important;
		max-width: 700px!important;
	}
}
@media screen and (min-width: 1000px){
	.card{
		width: 340px;
	}
	.card.xl{
		width: 600px;
		max-width: 600px;
	}
	.card.xl.active{
		width: 100%;
		max-width: 700px;
	}
}

/*End of Concord Cards*/


/*Masonry Grid*/
.masonry { /* Masonry container */
    -webkit-column-count: 4;
  -moz-column-count:4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
   margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    font-size: 1em;
}
.item {
    display: inline-block;
    background: #fff;
    padding: 1em;
    margin: 0 0 1.5em;
    width: 100%;
	-webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-shadow: 2px 2px 4px 0 #ccc;
}
.item img{max-width:100%;}

@media only screen and (max-width: 320px) {
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .masonry {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
@media only screen and (min-width: 1201px) {
    .masonry {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

/*End of Masonry Grid*/

/*CTA Button Footer*/
.footer-fixed-cta {
  background-color: #c8102e;
  color: white;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:500;
  padding: 10px 10px 15px;
  position: fixed;
  bottom: 0;
  display: block;
  right: 6.5%;
  z-index: 60;
}

.animated {  
  -webkit-animation-delay: 2s; /* Chrome, Safari, Opera */
    animation-delay: .5s;
    animation-duration: .75s; 
    animation-fill-mode: both; 
} 


@keyframes slideInUp { 
    0% { 
        visibility: visible; 
        transform: translate3d(0, 100%, 0); 
    } 
    100% { 
        transform: translate3d(0, 0, 0); 
    } 
} 
.slideInUp { 
    animation-name: slideInUp; 
}

/*End of CTA button footer*/

.background-noScroll{
        height: 100%;
        overflow: auto;
    }


/*Quote Style*/
.quote-style-1 {
  position: relative;
 margin: 10px auto;
  width: 100%;
  font-family: "Trajan", "Times", "Garamond", serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 1.2;
  color:black;
  
  /*
  line-height: 5rem;
  padding-left: 40px;
  border-left: 2px solid #000;
  */
}

.quote-style-2 {
  position: relative;
 margin: 10px auto;
  width: 100%;
  font-family: "Trajan", "Times", "Garamond", serif;
  font-size: 9vw;
  font-weight: 400;
  line-height: 1.2;
  color:black;
  
  /*
  line-height: 5rem;
  padding-left: 40px;
  border-left: 2px solid #000;
  */
}

.quote-border-left
{
      padding-left: 30px;
  border-left: 2px solid #000;
  margin-left: 10px;
}

.quote-border-top
{
      padding-top: 30px;
  border-top: 2px solid #000;
  margin-top: 10px;
}
.quote-border-right
{
      padding-right: 30px;
  border-right: 2px solid #000;
  margin-right: 10px;
}


.quote-style-1 .quote-style-2 span{
  display: block;
  text-align: right;
  font-size: 1vw;
  /*
  line-height: 40px;
  */
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media only screen and (min-width: 321px) and (max-width: 650px){
    .quote-style-1 {
      font-size:5vw;
    }
      .quote-style-1 span {
      font-size:2vw;
    }
}

@media only screen and (min-width: 651px) and (max-width: 850px){
    .quote-style-1 {
      font-size:3.5vw;
    }
      .quote-style-1 span {
      font-size:1.5vw;
    }
}

@media only screen and (min-width: 850px) and (max-width: 1200px){
     .quote-style-1 {
      font-size:4vw;
    }
      .quote-style-1 span {
      font-size:2vw;
    }
}

@media only screen and (min-width: 1440px) {
     .quote-style-1 {
      font-size:2vw;
    }
      .quote-style-1 span {
      font-size:1vw;
    }
}

.quote-center-width {
 width:60vw;
}

@media only screen and (min-width: 321px) and (max-width: 650px){
    .quote-center-width {
      width:100%;
    }

}

/*End of Quote Style*/

/*Responsive iFrame*/
.iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.iframe-responsive {
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*End of Responsive iFrame*/


/*Tab box*/
/* Component Needs */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,700);
.pc-tab > input,
.pc-tab section > div {
  display: none;
}

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3,
#tab4:checked ~ section .tab4,
#tab5:checked ~ section .tab5{
  display: block;
}

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3,
#tab4:checked ~ nav .tab4,
#tab5:checked ~ nav .tab5{
  color: red;
}

/* Visual Styles */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


.pc-tab {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.pc-tab ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pc-tab ul li label { 
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: left;
  padding: 15px 25px;
  border: 1px solid #ddd;
  border-bottom: 0;
  background: #eeeeee;
  color: #444;
}
.pc-tab ul li label:hover {
  background: #dddddd;
}
.pc-tab ul li label:active {
  background: #ffffff;
}
.pc-tab ul li:not(:last-child) label {
  border-right-width: 0;
}
.pc-tab section {
  
  font-family: "Gotham", "Arial", "Sans Serif";
  font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  clear: both;
}
.pc-tab section div {
font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Gotham A", "Gotham B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 20px;
  width: 100%;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 1.5em;
  letter-spacing: 0.3px;
  color: #444;
}
.pc-tab section div h2 {
  margin: 0;
  font-family: "Gotham", "Arial", "Sans Serif";
  letter-spacing: 1px;
  color: #696a6d;
}

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background: white;
  color: #111;
  position: relative;
}
#tab1:checked ~ nav .tab1 label:after,
#tab2:checked ~ nav .tab2 label:after,
#tab3:checked ~ nav .tab3 label:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -1px;

/*End of Tab Box*/
  
.offset_right {
  position: absolute;
  top: 25px;
  right: 25px;
}









