/* 
Show Up Purple is #5e2f7e (R94 G47 B126) 
Show Up Pink is #e02672 (R224 G38 B114)
Font weight reg 400 | med 500 | semi 600
*/

body {
	font-family: 'Montserrat', sans-serif;
	color: #222;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-size: 1em;
}
.video {
	max-width:560px;
	margin:0 auto;
}
.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
	margin-top:12px;
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/*################# FORM #####################*/
.leave {
			display:none;
		}
#contactform #Message {
    font-family: 'Montserrat', sans-serif;
    width: 90%;
	float:left;
    border: 2px solid #e4e4e3;
    padding: 10px 6px;
    font-size: 0.9em;
    margin: 6px 0;

}
#contactform #Name, #contactform #email_from, #contactform #Telephone, #contactform #Last-Name {
    font-family: 'Montserrat', sans-serif;
    width: 90%;
	float:left;
    border: 2px solid #e4e4e3;
    padding: 10px 6px;
    font-size: 0.9em;
    margin: 6px 0;
	background-color: white;

}
#contactform #Role, #contactform #Firm, #contactform #How-Hear {
    font-family: 'Montserrat', sans-serif;
    width: 93%;
	float:left;
    border: 2px solid #e4e4e3;
    padding: 10px 6px;
    font-size: 0.9em;
    margin: 6px 0;
    background-color: white;
	height:50px;
}

::placeholder {
  color: #A9A9A9;
}
select {
     color: #A9A9A9;
}
		@-moz-document url-prefix() {
			select {
     color: #d1d1d1;
}
		}
input[type=button], input[type=submit], input[type=reset] {
  background-color: #5E327D;
  border: none;
  color: white;
  padding: 16px 20px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}
/*################# WRAPPER #####################*/

.wrapper {
	margin:0 auto;
	padding:12px;
	max-width:1200px;
}
.banner-wrapper {
	background-image: url("../img/ShowUp-website-Header-bkg.jpg");
	/*background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,240,246,1) 100%);*/
	clear: both;
}
.banner-wrapper-schools {
	background-image: url("../img/ShowUp-website-Header-bkg.jpg");
	/*background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,240,246,1) 100%);*/
	clear: both;
}
.banner-wrapper .content {
	max-width: 1200px;
	margin: 10px auto;
	clear: both;
}
.banner-wrapper-schools img {
width: 100%;
}
#caption-box {
	position:absolute;
	margin-top:20px;
	left:13%;
	right:13%;
	width:74%;
	z-index:9;
	color:#5e2f7e;
	font-size:3.1em;
	font-weight:500;
	padding:20px;
	text-align: center;
}
#caption-box-inner {
	position:absolute;
	margin-top:20px;
	left:25%;
	right:25%;
	max-width:50%;
	z-index:9;
	color:#5e2f7e;
	font-size:3.1em;
	font-weight:500;
	padding:20px;
	text-align: center;
}
#caption-box-inner .content {
	max-width:650px;
	margin:0 auto;
}
.columns-wrapper {
	overflow: hidden;
	max-width: 1200px;
	margin: 10px auto;
}
.columns-wrapper .content {
	padding:10px;
	overflow: hidden;
}
/*################# MASTHEAD #####################*/
.masthead {
	overflow: hidden;
	padding: 10px;
	min-height: 99px;
}
.masthead .content {
	background-color: white;
	overflow: hidden;
	max-width: 1200px;
	margin: 10px auto;
}
.logo {
	float: left;
	width: 220px;
	float:left;
}
.address {
	float: right;
	width: 200px;
}
/*################# NAVIGATION #####################*/
.navigation {
	/*max-width: 600px;*/
float:right;
}
.navigation .content {
	
}
blockquote {
    font-size: 1.4em;
    color: #e02672;
    line-height: 1.7em;
    font-style: italic;
    margin-left: 0px;
}
/*################# CONTENT #####################*/
.main-content-home{
text-align: center;
	max-width: 970px;
		margin: 0 auto;
}
.main-content-home .content {
	padding: 10px;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight:500;
}
.main-content {
	float: left;
	width: 49%;
	margin-right: 2%;
}
.main-content .content {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.main-content-schools {
max-width:600px;
	margin:0 auto;
}
.main-content-schools .content {
	padding: 10px;
	font-size: 0.9em;
	line-height: 1.5em;
	text-align: center;
}
.sidebar {
	width: 49%;
	float: right;
}
.sidebar .content {
	padding: 10px 10px 10px 10px;
	font-size: 0.9em;
	line-height: 1.5em;
}
/*################# FOOTER #####################*/

.footer {
	padding: 12px;
	clear: both;
	bottom: 0px;
	min-height: 270px;
	background-color: #322d2c;
}
.footer .content {
	font-size: 0.9em;
	line-height: 1.35;
	max-width: 1200px;
	margin: 0 auto;
	color:white;
}
.footer-space {
	padding: 0 30px 0 0;
}
/*################# HEADINGS #####################*/

h1, h2, h3, h4, h5 {
	margin: 10px 0px 10px 0px;
ont-weight: normal;
	color: #2A3168;
	line-height: normal;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.4em;
	font-weight:600;
}
h3 {
	font-size: 1.4em;
	font-weight:600;
		margin-top:20px;
}
h4 {
	font-size: 1.2em;
	color:white;
	font-weight:600;
		margin-top:20px;
}
h5 {
	font-size: 1.1em;
	color:white;
}

/*################# LINKS #####################*/
.main-content a:link, .sidebar a:link {
	color: #e02672;
	text-decoration: none;
	font-weight:600;
}
.main-content a:visited, .sidebar a:visited {
	color: #e02672;
	text-decoration: none;
	font-weight:600;
}
.main-content a:hover, .main-content a:focus, .sidebar a:hover, .sidebar a:focus {
	color: black;
	text-decoration: none;
}
/*.masthead a:link {
	color: darkred;
	text-decoration: underline;
}
.masthead a:visited {
	color: darkred;
	text-decoration: underline;
}
.masthead a:hover {
	color: black;
	text-decoration: none;
}*/
.footer a:link {
	color: #fff;
	text-decoration: none;
	font-weight:600;
}
.footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:600;
}
.footer a:hover, .footer a:focus {
	color: #e02672;
	font-weight:600;
}

.box-text-3 a:link {
	color: #e02672;
	text-decoration: none;
	font-weight:600;
	font-size:0.8em;
}
.box-text-3 a:visited {
	color: #e02672;
	text-decoration: none;
	font-weight:600;
}
.box-text-3 a:hover {
	color: black;
	text-decoration: none;
}
/*################# NEWS #####################*/

.news {
	line-height: 1.35em;
	padding:12px;
	margin-bottom:20px;
	border: 1px solid #ccc;
	overflow:hidden;
}
.news img {
	width: 20%;
	border: 1px solid;
	border-color: #ccc;
	float: left;
	margin-right: 2em;
}
.imgBorder {
	border: 1px solid #bdbdbd;
	background-color: #eeeeee;
	padding: 9px;
}

/*################# BOXES #####################*/

.box-content img {
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent) , to(rgba(250, 250, 250, 0.1)));
}
.column-fourth:last-child {
	float: left;
	margin-right: 0;
}
.box-content a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80); /* For IE8 and earlier */
}

.box-content-2 {
	line-height: 1.5;
	padding:0px;
	margin:6px;
	border: 1px solid;
	border-color: #ccc;
	background-color: #5e2f7e;
	color:white;
	min-height:367px !important;
}
.box-text-2 {
	width:45%;
line-height: 1.35;
	font-size:0.9em;
	overflow:hidden;
	padding: 0 0 0 20px;
}
.box-content-3 {
	padding:12px 12px 0px 12px;
	margin:6px;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(245,240,246,1) 100%);
	overflow:hidden;
	min-height:275px !important;
}
.box-text-3 {
	width:50%;
line-height: 1.35;
	font-size:0.9em;
	padding:8px 0 0 0;
}


/*################# GENERAL #####################*/

img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}
img {
	width: auto\9;
	height: auto;
	max-width: 100%;
	/*vertical-align: middle;*/
	border: 0;
	-ms-interpolation-mode: bicubic;
}
hr {
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	margin: 1.2em 0px;
	width:75%;
}
/*####################################################################*/

/*                         Media Queries

/*####################################################################*/

@media only screen and (min-width: 751px) and (max-width: 1150px) {
	.box-text-2 {
	width:90%;
line-height: 1.35;
	font-size:0.9em;
	overflow:hidden;
	padding: 0 20px 8px 20px;
		clear:both;
}
.box-text-3 {
	width:100%;
line-height: 1.35;
	font-size:0.9em;
	clear:both;
	padding:8px 0;
}
	#caption-box {
	position:absolute;
	margin-top:10px;
	left:8%;
	right:8%;
	width:84%;
	z-index:9;
	color:#5e2f7e;
	font-size:2.3em;
	font-weight:500;
	padding:20px;
	text-align: center;
}
#caption-box-inner {
	position: absolute;
    margin-top: 10px;
    left: 10%;
    right: 10%;
    max-width: 80%;
    z-index: 9;
    color: #5e2f7e;
    font-size: 2.2em;
    font-weight: 500;
    padding: 20px;
    text-align: center;
}

}

/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 760px) {
body {
 padding-bottom: 0px;
}
.footer {
 position: static;
 width: auto;
}
.content-wrapper, .columns-wrapper {
margin: 0px;
border: none;
}
.sidebar, .main-content, .column-fourth, .column-fourth:last-child {
 width: auto;
 float: none;
 position: static;
}
.main-content .content, .sidebar .content {
 padding: 20px 10px;
 border: none;
 height: auto !important;
 max-height: 888678px;
}
.column-third, .column-content-mid {
 float: none !important;
 width: auto !important;
}
.column-content, .column-content-mid {
 height: auto !important;
 max-height: 888678px;
 border: none !important;
 padding:6px !important;
 margin:6px !important;
}
.news-wrapper img {
	max-height:50%;
	width:100%;
}
h1 {
 font-size:1.4em;
}
.logo {
 width: auto;
 margin:0;
}
}
@media only screen and (min-width: 0px) and (max-width: 480px) {
	
	/*.video-player {
	  border:0px solid #ccc;
	  width:90%;
	}*/
	.box-text-3 {
    width: 50%;
    line-height: 1.35;
    font-size: 0.9em;
    padding: 0px 0;
}
	.box-text-2 {
	width:90%;
line-height: 1.35;
	font-size:0.9em;
	overflow:hidden;
	padding: 0 20px 8px 20px;
		clear:both;
}
	#caption-box {
	position:absolute;
	margin-top:-10px;
	left:4%;
	right:8%;
	width:84%;
	z-index:9;
	color:#5e2f7e;
	font-size:1.1em;
	font-weight:500;
	padding:20px;
	text-align: center;
}
#caption-box-inner {
	position: absolute;
    margin-top: 10px;
    left: 5%;
    right: 5%;
    max-width: 90%;
    z-index: 9;
    color: #5e2f7e;
    font-size: 1.5em;
    font-weight: 500;
    padding: 20px;
    text-align: center;
}
}
/* iPad 768 */
@media only screen and (min-width: 421px) and (max-width: 800px) {
}
/* iPhone 5 320 */
@media only screen and (min-width: 0px) and (max-width: 330px) {
}
/* iPhone 6 375 */
@media only screen and (min-width: 331px) and (max-width: 380px) {
}
/* iPhone 6+ 414 */
@media only screen and (min-width: 381px) and (max-width: 420px) {

}