@font-face {
    font-family: 'WebSymbolsRegular';
    src: url('../fonts/WebSymbols-Regular-webfont.eot');
    src: url('../fonts/WebSymbols-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/WebSymbols-Regular-webfont.woff') format('woff'),
         url('../fonts/WebSymbols-Regular-webfont.ttf') format('truetype'),
         url('../fonts/WebSymbols-Regular-webfont.svg#WebSymbolsRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { background-color: white; padding:0; font-size:16px; line-height:22px; font-family: Helvetica, Arial, sans-serif; }
body.dark { background:#373a3d; color:white; }
/* Typography */
h1 { font-size:64px; line-height:64px; font-family: Helvetica, Arial, sans-serif; }
h2 { font-size:48px; line-height:48px; font-family: Helvetica, Arial, sans-serif;}
h3 { font-size:34px; font-family: Helvetica, Arial, sans-serif;}
h4 { font-size:24px; font-family: Helvetica, Arial, sans-serif;}
h5 { font-size:16px; font-family: Helvetica, Arial, sans-serif;}
h6 { font-size:24px; font-family: Helvetica, Arial, sans-serif;color: #FFF;}
em { font-size: 125%; }

@media (max-width: 1023px) { 
	h1 { font-size:44px; line-height:44px;} 
	h2 { font-size:38px; }
}

.websymbols { font-family: 'WebSymbolsRegular', Helvetica, Arial, sans-serif; }

.position-absolute { position: absolute; }
.position-relative { position: relative; }

h1 .btn {line-height:34px;font-size:24px; margin:15px 0; color:#373a3d; -webkit-transition:all 1s linear;
    -moz-transition:all 1s linear;
    -o-transition:all 1s linear;
    transition:all 1s linear;}
h1 .btn:hover {color:#a01d31;}
h1 .goback {text-decoration:none!important; color:#a01d31; margin: 0 15px; -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;}
h1 .goback:hover {color:#d1384d;}

/* Quotes / Blockquotes */
blockquote {
    font-size: 18px;
    margin: 1.2em 0;
    padding: 0.5em 40px;
    line-height: 1.45;
    position: relative;
    border-left: 0;
}

blockquote:before {
	display: block;
	padding-left: 45px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -40px;
	top: -20px;
	color: #FFF;
}

blockquote cite {
	color: #FFF;
	font-size: 14px;
	display: block;
	margin-top: 5px;
	font-style: italic;
}
 
blockquote cite:before {
    content: "\2014 \2009";
}

/* Bootstrap Changes */
.well h2 {color: rgb(30, 30, 30);}
.well h4 {color: rgb(95, 95, 95);}
.well textarea {width:100%;
-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
span.stepnumber{background: #a01d31;border-radius: 5em;-moz-border-radius: 5em;-webkit-border-radius: 5em;color: #ffffff;display: inline-block;font-weight: bold;line-height: 1.6em;margin-right: 5px;text-align: center;width: 1.6em; }

/* Coming Soon */
#comingsoonmasthead { height:50px; }
.dotcontainer { background:#ededef; background: url(../img/dots.png);}
#soon-hookline { font-family:Helvetica, Arial, sans-serif; font-size:28px; line-height:100%; padding-top:30px;}
#soon-hookline em { font-family:Helvetica, Arial, sans-serif; color:white;}
p.comingsoon {font-family:Helvetica, Arial, sans-serif; font-size:30px; line-height:30px; margin:15px 0;}
p.comingsoon em{font-family:Helvetica, Arial, sans-serif;}
.comingsoon a { color:white; }

.gray {color:#373a3d;}
.red {color:#a01d31;}
.green {color:#468847;}
.graybackground {
	background:#373a3d;
	color:white;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}
.redbackground {background:#a01d31; color:white;}
.orangebackground {
	background:#ff530d;
	color:white;
	padding-top: 60px;
	padding-bottom: 60px;
}

.orangebackground2 {
	background:#ff530d;
	color:#FFF;
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 20px;
	text-align: center;
}


#comingsoonform { margin:20px auto; text-align:center;}

.a-btn{
    width:120px;
    height:120px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    display:block;
    
    background:#ff530d;
    position:relative;
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px 0px 1px 8px rgba(188, 188, 188, 0.4), 0px 0px 0px 9px #fff;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
}
.a-btn {text-decoration: none!important;}
.a-btn span{
    display:table-cell;
    width:140px;
    height:119px;
    text-align:center;
    vertical-align:middle;
    font-size:26px;
    color:#fff;
    text-shadow:0px 1px 1px #A03F16;
    font-family:Helvetica, "Myriad Pro", Arial, sans-serif;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;
    
}
.a-btn span:nth-child(1), 
.a-btn span:nth-child(3){
    position:absolute;
    top:0px;
    left:0px;
    font-size:40px;
    line-height:36px;
    opacity:0;
}
.a-btn span:nth-child(1){
    opacity:0.2;
}
.a-btn:hover{
    background-color: #333;
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  1px 4px 5px 8px rgba(188, 188, 188, 0.6), 0px 0px 0px 9px #fff;
}
.a-btn:hover span:nth-child(2){
    opacity: 1; 
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    transform: scale(0.7);
}
.a-btn:active{
    -webkit-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
    -moz-box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
    box-shadow:0px 0px 5px 0px rgba(246, 212, 163, 0.5) inset, 0px -1px 5px 4px rgba(170, 77, 27, 0.2) inset, 0px 0px 0px 7px #fff,  0px -1px 0px 8px rgba(188, 188, 188, 0.3), 0px 0px 0px 10px #fff;
}
.a-btn:active span:nth-child(2){
    color:rgba(55, 58, 61, 0.8);
    text-shadow:0px 1px 1px rgba(255, 255, 255, 0.6);
}

/* Reusables */
.centercontents { text-align:center; }
.redtext { color: #a01d31; }
.whitebg { background: white; }
@media (max-width: 767px) { .hidenarrow { display:none; } }

/* Index */
.appstorebadge {width:50%;}
@media (max-width: 1023px) { .appstorebadge {width:30%;} }
@media (max-width: 600px) { .appstorebadge {width:50%;} }
.containwrapper {position:relative;}
.phoneglare {position:absolute;top:0;left:0;}
.phoneimage {position:absolute;top:93px;left:32px;}

#section-0 {
	z-index:20;
	height:866px;
	background: url('../img/index/slide0background.jpg');
	background-repeat:no-repeat;
background-position:center; 
}
#section1images {
	width: 656px;
	height: 624px;
	position: relative;
	top: -648px;/*-601px;*/
	left: 65%;
	margin-left: -171px;
	-webkit-transition: all ease .6s;
	overflow:hidden;
}
.phones {position:absolute;top:0;left:0;z-index:1;}
#section2images {
	width: 765px;
	height: 452px;
	position: relative;
	top: -347px;
	left: 65%;
	margin-left: -234px;
	-webkit-transition: all ease .6s;
	overflow:hidden;
}
.headphonesback {position:absolute;top:0;left:0;z-index:1;}
.headphonesfront {position:absolute;top: 134px;left: 221px;z-index:15;}

#section3images {
	width: 930px;
	height: 638px;
	position: relative;
	top: -620px;
	left: 65%;
	margin-left: -250px;
	-webkit-transition: all ease .6s;
	overflow:hidden;
}
.tabletback {position:absolute;top:0;left:1000px;z-index:1;}

/* Bootstrap Changes */
.label, .badge {white-space: normal;}

footer {
	clear:both;
	padding:30px 0 30px 0;
	width: 100%;
	background-color: #000;
}

footer p { margin: 15px 0; font-family:Helvetica, Arial, sans-serif; font-size:20px; color:white; text-align:center; }
footer a { /*font-family: Arial, sans-serif;*/ text-decoration:none; color:white; transition: color 0.3s;}
footer a:hover, footer a:focus { text-decoration:none; color:rgb(220,220,220); }
footer .sociallinks {font-size: 200%; line-height: 100%;}
footer .loginlink { background:white; padding:5px; border-radius:5px;}
footer a.loginlink { font-family:Helvetica, Arial, sans-serif; text-decoration:none; color:black; transition: color 0.3s;}
footer a.loginlink:hover, footer a.loginlink:focus { text-decoration:none; color:rgb(20,20,20); }

#hookline {
    margin:0;
    display:inline;
    vertical-align: middle;
    display: inline-table;
    font-size:20px;
}

#hookline a { color: #AEAEAE; }

#navbar {
	position: fixed;
	z-index: 20;
	top: 160px;
	left: 50px;
	margin-left: auto;
	padding: 0;
    background: #fff;
 	opacity: 1;
 	
 	/*box-shadow: 20px 0px 60px -7px rgb(200,200,200), -20px 0px 60px -7px rgb(200,200,200);*/
 	-webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.5); 
    box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, 0.5);
        
 	transition: all 200ms ease-in, top 0.7s;
}
#navbar ul, #navbar ul li {padding:0;margin:0; list-style:none; transition: background 200ms ease-in;}
#navbar a { transition: background 200ms ease-in; display: block; padding:20px; }

#navbar ul li.active a { background: #a01d31; }
#navbar a:hover { background: #373a3d; }

@media (max-width: 1500px){#navbar { left:10px; }}
@media (max-width: 1400px){#navbar { left:5px; }}
@media (max-width: 1300px){#navbar { left:3px; } #navbar a { padding:10px; }}

@media (max-width: 1023px)
{
	#section-0 { height:auto; }
	#navbar { display:none; opacity:0; }
	#navbar { clear:both; position: relative;top:none;left:none;margin:none;top:0;left:0;margin:0 auto; -webkit-box-shadow:none;box-shadow:none;}
	#navbar ul li { text-align:center; }
	#navbar { border:2px solid #eee; }
}

.nav li a{
    float: left;
    width: 80px;
    padding: 15px 0;
}
.nav li a:hover{
    color: #f33 !important;
    background: none;
}
.nav li.active a{
    color: #f55;
    text-decoration: underline;
}

.hideoverflow {overflow:hidden;}

/* Header */
header {
	position:relative;
	min-height:125px;
	width:100%;
	color:white;
	background-color: #000;
}

#section1backdrop header, body.dark header {
    background: #000;
}

#mainlogin {
    margin-top: 46px;
}

@media (max-width: 767px) {
    header { min-height:0; }
    #headerimage { height:65px; width:175px; margin-top: 5px; }
    #mainlogin { margin-top: 25px; }
}

#fading-header {
  display: none;
  position: fixed;
  z-index: 1000;
  background-color: #000;
  top: 0px;
  left: 0;
  right: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
  opacity: .95;
}

@media (max-width: 767px) {
    #fading-header #headermenu { display: none; }
}

/* Sections */
.section {
	/*min-height:650px;*/
	padding:80px 0;
	/*background: #ffffff url(../img/dots.png) repeat fixed;*/
}
.section h1, .section h2, .section h3, .section h4 {text-align: center; color:black;}

.section.white h1, .section.white h2, .section.white h3, .section.white h4 {color:#ff530d;}
.graybackground h4 {color:#ff530d;}
.graybackground a {color:#FFF; text-decoration: underline;}.

.orangebackground h4 {
	color:#000;
}
.section.dark h1, .section.dark h2, .section.dark h3, .section.dark h4 {color:white;}
.section.red h1, .section.red h2, .section.red h3, .section.red h4 {color:white;}
.section.green h1, .section.green h2, .section.green h3, .section.green h4 {color:white;}

.section.white {
	background: #ffffff;
	color: #373a3d;
}

.section.white a{color:#373a3d; text-decoration: underline;}

.section.dark {
	background: #373a3d;
    color: rgb(218,218,218);
}
.section.red {
	background: #a01d31;
	color: white;
}

.section.green {
    background-color: #276d15;
    color: rgb(218,218,218);
    background-image: url(../img/index/ForestBackDrop.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.section.green em {
    color:white;
}
.section.green blockquote {
    margin: -10px -20px 0 -102%;
    padding: 10px 10% 10px 50%;
}

@media (max-width: 767px) { 
    .section.green blockquote {   
        margin: 10px;
        padding: 10px 40px;
    }
}

.threecolumnlayout { }
.column { }
.leftcolumn { text-align:left; }
.rightcolumn { text-align:right; }
.threecolumnlayout .leftcolumn h1, .threecolumnlayout .leftcolumn h2, .threecolumnlayout .leftcolumn h3, .threecolumnlayout .leftcolumn h4 {
    text-align:left;
}
.threecolumnlayout .rightcolumn h1, .threecolumnlayout .rightcolumn h2, .threecolumnlayout .rightcolumn h3, .threecolumnlayout .rightcolumn h4 {
    text-align:right;
}

@media (max-width: 767px) {
    .rightcolumn { text-align:left; }
    .threecolumnlayout .rightcolumn h1, .threecolumnlayout .rightcolumn h2, .threecolumnlayout .rightcolumn h3, .threecolumnlayout .rightcolumn h4 {
        text-align:left;
    }
}

.column p { margin-bottom:20px; }
@media (max-width: 1023px) { .column p { margin-bottom:10px; } }
@media (max-width: 767px) { .column p { margin-bottom:0; } }

.sectiontext {padding: 300px 0 210px 0;padding-right: 60%; }
.sectiontext .sectiontext { padding: 0.5% 5% 0.5% 5%; }
.section0text {padding-top: 66px; padding-left: 0%; padding-right:40%;}
.section4text {padding: 50px 0 100px 0; }
#section1 {padding-top:20px; color:white;}
#section1  p {
    font-size: 30px;
    line-height: 1.0em;
}
#section1 .appdownloadlink { margin: 10px; }
.appdownloadlink img { margin: 5px; }
#section1backdrop {
    background-color: #f3550e;
    background-image: url(../img/index/section1backdrop.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#section1 #slogan {
      text-shadow: 0px 0px 20px rgba(24, 24, 24, 0.8);
      padding: 60% 30% 0% 15%;
}
#section1 #calltoaction { margin:5px; font-size: 20px; text-align:center; }

.phonedemo {z-index:10;}
.slogan{margin-top: 150px;	margin-left: 100px;}

@media (max-width: 1023px) {
    #section1 #slogan { padding-top:30%; }
}
@media (max-width: 767px) {
    .phonedemo { content:""; max-width:20%; }
    #section1 #slogan { padding:5px 20px; }
    #section1 p { font-size: 24px;}
    #section1 #calltoaction { font-size: 16px;}
	.slogan{margin-bottom: 10px;	margin-left: 45px;
}
}

#greenphonebackdrop {
  position: relative;
}

#greenphonebackdrop::after {
  content: "";
  background: url(../img/index/GreenSectionPamplets.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

/* Section Spacers */
.sectionspacer {
    text-align:center;
    margin:30px 10px;
}
@media (max-width: 1024px) {
    .sectionspacer { margin:15px 0; }
}
@media (max-width: 767px) {
    .section-small { display: inline-block; width: auto; text-align:center; margin:auto; }
    .section-small .span2 {
        display: inline;
        float: none;
        width: auto;
    }
    .sectionspacer { margin:10px 0; max-width:15%; }
}
/* Packages */
.package { display:none; }
.package.selected { display:block; }
.package .lead { color:white; }
.package .price {color:white; }
.package .price .yearlyfee {color:rgb(218,218,218);}
.package .note { color:white; }
@media (max-width: 1023px) and (min-width: 768px) { 
	#section-4 .row-fluid .span3 { display:block; width:40%; } 
	#section-4 .row-fluid .span6 { display:block; width:100%; } 
	#section-4 .row-fluid .span8 { display:block; width:100%; }
}
.packagelabel { color:white; background:#a01d31; }

/* Pricing */
.pricingmodule {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(228,228,228) 50%, rgb(228,228,228) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(50%,rgb(228,228,228)), color-stop(100%,rgb(228,228,228)));
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(228,228,228) 50%,rgb(228,228,228) 100%);
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(228,228,228) 50%,rgb(228,228,228) 100%);
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(228,228,228) 50%,rgb(228,228,228) 100%);
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(228,228,228) 50%,rgb(228,228,228) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 );

-webkit-box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.6);
box-shadow: inset 0px 0px 15px 5px rgba(255, 255, 255, 0.6);

-webkit-border-radius: 15px;
border-radius: 15px;
border: 1px solid #c1c1c1;
width:225px;
height:420px;

text-align: center;
color:#818181;
float:left;
margin: 0 auto;
}
.pricingmodule.active {top: -40px;
position: relative;width:260px;height:480px;}

.pricingheader {
	float:none;
	background: rgb(90,90,90);
background: -moz-linear-gradient(top,  rgb(90,90,90) 0%, rgb(58,58,58) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(90,90,90)), color-stop(100%,rgb(58,58,58)));
background: -webkit-linear-gradient(top,  rgb(90,90,90) 0%,rgb(58,58,58) 100%);
background: -o-linear-gradient(top,  rgb(90,90,90) 0%,rgb(58,58,58) 100%);
background: -ms-linear-gradient(top,  rgb(90,90,90) 0%,rgb(58,58,58) 100%);
background: linear-gradient(to bottom,  rgb(90,90,90) 0%,rgb(58,58,58) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5a5a5a', endColorstr='#3a3a3a',GradientType=0 );

-webkit-box-shadow:  0px 0px 9px 2px rgba(0, 0, 0, 0.6);
        box-shadow:  0px 0px 9px 2px rgba(0, 0, 0, 0.6);
        
-webkit-border-radius: 5px;
border-radius: 5px;

width: 132px;
height: 41px;
color:white;
font-size:23px; line-height:41px; font-family: Helvetica, Arial, sans-serif;
text-shadow: 0px 1px 2px #000000;
filter: dropshadow(color=#000000, offx=0, offy=1);
position: relative;
top: -10px;
margin: 0 auto;
}

.pricingmodule.active .price {color:#3491da;}
.pricingmodule.active .btn {
	-webkit-transition: all 300ms linear;
		-moz-transition: all 300ms linear;
        -ms-transition: all 300ms linear;
        -o-transition: all 300ms linear;
		transition: all 300ms linear;
	color:white;text-shadow: 0px 1px 2px #000000; background: rgb(97,173,250);
background: -moz-linear-gradient(top,  rgb(97,173,250) 0%, rgb(41,130,193) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(97,173,250)), color-stop(100%,rgb(41,130,193)));
background: -webkit-linear-gradient(top,  rgb(97,173,250) 0%,rgb(41,130,193) 100%);
background: -o-linear-gradient(top,  rgb(97,173,250) 0%,rgb(41,130,193) 100%);
background: -ms-linear-gradient(top,  rgb(97,173,250) 0%,rgb(41,130,193) 100%);
background: linear-gradient(to bottom,  rgb(97,173,250) 0%,rgb(41,130,193) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61adfa', endColorstr='#2982c1',GradientType=0 );
}

.pricingmodule.active .btn:hover, .pricingmodule.active .btn:focus{
	background: rgb(79,166,247);
background: -moz-linear-gradient(top,  rgb(79,166,247) 0%, rgb(11,119,191) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(79,166,247)), color-stop(100%,rgb(11,119,191)));
background: -webkit-linear-gradient(top,  rgb(79,166,247) 0%,rgb(11,119,191) 100%);
background: -o-linear-gradient(top,  rgb(79,166,247) 0%,rgb(11,119,191) 100%);
background: -ms-linear-gradient(top,  rgb(79,166,247) 0%,rgb(11,119,191) 100%);
background: linear-gradient(to bottom,  rgb(79,166,247) 0%,rgb(11,119,191) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa6f7', endColorstr='#0b77bf',GradientType=0 );
}
.pricingmodule.active .btn:active { 
background: rgb(11,119,191);
background: -moz-linear-gradient(top,  rgb(11,119,191) 0%, rgb(79,166,247) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(11,119,191)), color-stop(100%,rgb(79,166,247)));
background: -webkit-linear-gradient(top,  rgb(11,119,191) 0%,rgb(79,166,247) 100%);
background: -o-linear-gradient(top,  rgb(11,119,191) 0%,rgb(79,166,247) 100%);
background: -ms-linear-gradient(top,  rgb(11,119,191) 0%,rgb(79,166,247) 100%);
background: linear-gradient(to bottom,  rgb(11,119,191) 0%,rgb(79,166,247) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b77bf', endColorstr='#4fa6f7',GradientType=0 );
}

.price { margin-top:20px;font-size:60px; line-height:60px; font-family: Helvetica, Arial, sans-serif; }
.price span {font-size:20px;line-height:20px;top: -20px;position: relative;}
.yearlyfee { font-size:14px; line-height:14px; font-family: Helvetica, Arial, sans-serif; }
.appoptions { font-size:14px; line-height:14px; font-family: Helvetica, Arial, sans-serif;}
.appusers { font-size:14px; line-height:14px; font-family: Helvetica, Arial, sans-serif; }
.pricingmodule .btn {margin:20px 0;}
.pricingmodule hr {margin:20px auto; width:80%;}
.pricingnote { margin:10px auto 0 auto; font-size:10px; line-height:10px; }

@media (max-width: 900px) { .pricingmodule{max-width:27%;}}
@media (max-width: 767px) { .pricingmodule{max-width:90%;float:none;clear:both;} .pricingmodule.active{margin-top:80px;max-width:90%;float:none;clear:both;}}

/* Contact Us */
.contacticon {max-width:270px;overflow:hidden;}
.frontlabel {color:white;}

#smartphone {
	position: absolute;
	top: 150px;
	left: 65%;
	z-index:10;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    pointer-events: none;
    /*-webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-shadow:  30px 80px 60px 10px rgba(0, 0, 0, 0.5);
    box-shadow:  30px 80px 60px 10px rgba(0, 0, 0, 0.5);*/
}

.smartphone-inline { position:relative; }

@media (max-width: 1250px) {.sectiontext{margin-left:50px;} #section1images {top:-682px;}}
@media (max-width: 1200px) {.sectiontext{margin:0;} #section1images {top:-696px;}}

@media (max-width: 1170px)
{
	.container-stretch {padding-left:0; padding-right:0; margin-left:auto;margin-right:auto;}
}

@media (max-width: 1023px)
{
	footer {padding:10px 0;}
	.container {padding-right: 20px;padding-left: 20px;}
	#smartphone {display:none;}
	.section {height:auto;}
	#section1slogan { font-size: 20px; padding:20px; }
	.sectiontext {clear:both;padding:100px 0;padding-right:0;float:none;}
	.sectionimages {opacity:0;display:none;}
	#soon-hookline { font-size:30px; padding-top: 15px;}
	p.comingsoon { margin:20px 0; font-size:28px; }
}

@media (max-width: 800px)
{
	.container {padding-right: 10px;padding-left: 10px;}
}

@media (max-width: 767px)
{
	footer {padding:0;}
	.container {padding-right: 20px;padding-left: 20px;}
	.sectiontext {padding:20px 0;}
	.section0text {padding:0; padding-bottom:50px;}
	#soon-hookline { font-size:28px; padding-top: 10px;}
	p.comingsoon { margin:10px 0; font-size:24px; }
}

@media (max-width: 500px)
{
	.section0text {padding:0;}
}

.contentwrapper {
	background:white;
	padding: 30px 0;
	/*background: url(../img/connect.png);
	background: -webkit-image-set( url(../img/connect.png) 1x, url(../img/connect@_2X.png) 2x);*/
}
.darkcontentwrapper {
padding: 30px 0;
background: rgb(25,25,28);
background: -moz-linear-gradient(top,  rgb(25,25,28) 0%, rgb(63,66,68) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(25,25,28)), color-stop(100%,rgb(63,66,68)));
background: -webkit-linear-gradient(top,  rgb(25,25,28) 0%,rgb(63,66,68) 100%);
background: -o-linear-gradient(top,  rgb(25,25,28) 0%,rgb(63,66,68) 100%);
background: -ms-linear-gradient(top,  rgb(25,25,28) 0%,rgb(63,66,68) 100%);
background: linear-gradient(to bottom,  rgb(25,25,28) 0%,rgb(63,66,68) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19191c', endColorstr='#3f4244',GradientType=0 );
color: #fff;
}

.clearboth { clear:both; }

.hero-unit {
background-color: rgba(200,200,200,0.5);
}

#login-panel
{
	z-index:30;
	background:white;
	/*background: url(../img/connect.png);
	background: -webkit-image-set( url(../img/connect.png) 1x, url(../img/connect@_2X.png) 2x);*/
}
#login-container { float:right; width:665px;}
#login-container span { padding:40px; }
#login-container h4 { display:inline; font-size:48px; float:left; margin:10px 0 10px 0; line-height:28px; }
#login-container button { display:inline; float:left; margin:10px 0;}
#login-container {background:white;padding:0 10px; box-shadow: 20px 0px 60px -7px rgb(200,200,200), -20px 0px 60px -7px rgb(200,200,200);}
#login-container div { display:inline; float:left; margin:10px 0;}

@media (max-width: 705px) {
	#login-container { width:100%; float:none; padding:0; box-shadow:none;}
	#login-container span { display:none; }
	#login-container input { width:80%;}
	#login-container button { float:right; width:100%; display:block; margin:10px 0 20px 0;}
	#login-container div { display:block; float:none; margin:0;}
	#login-container h4 { font-size:26px;display:block; float:none; margin:5px 0 10px 0;}
} 

.login-button
{
    transition: all 300ms;
	font-size:20px;
	color: white;
	padding: 4px 25px;
	text-decoration: none;
    border-radius: 4px;
    border: 2px solid white;
    vertical-align: middle;
    display: inline-table;
}
.login-button:hover { text-decoration: none; background:white; color: #000; }

#headermenu {
    margin:0;
    list-style: none;
    display:inline;
    vertical-align: middle;
    display: inline-table;
    font-size:20px;
}
#headermenu li {
    display:inline-block;
    padding: 10px;
}
#headermenu a {
    text-decoration: none;
    color: white;
    transition: all 300ms;
}
#headermenu a:hover { }


#largeapplogo
{
    float:left;
    max-width:50%;
    top:0;
    /*
    webkit-transition: max-width 0.5s linear;
    -moz-transition: max-width 0.5s linear;
    -o-transition: max-width 0.5s linear;
    -ms-transition: max-width 0.5s linear;
    transition: max-width 0.5s linear;*/
}

#mediumapplogo
{
    float:left;
    max-width:30%;
    top:0;
}

.input { display:block; }

.label, .badge {font-size: 14px; padding: 4px 12px;}

#menu, #adminmenu { float:right; }
#menu a, #menu .divider, #adminmenu a, #adminmenu .divider { float:left; font-size: 34px; font-family: Helvetica, Arial, sans-serif; margin:10px 0; padding:0 20px;}
@media (max-width: 1200px) {
	#menu a, #menu .divider, #adminmenu a, #adminmenu .divider { font-size: 24px; padding:0 10px; margin:4px 0; }
}

@media (max-width: 700px) {
	#menu, #adminmenu   {clear:both; float:none;}
	#menu a, #adminmenu a {width:50%; text-align:center; padding:0;}
	#menu a, #menu .divider, #adminmenu a, #adminmenu .divider{ width:50%; text-align:center; padding:0;}
	
	#adminmenu a {width:100%;}
	#adminmenu a, #adminmenu .divider{ width:100%;}
}

.center { margin-left:auto;margin-right:auto; text-align:center; }

/* Login */
#lock { width:20%; float:right; margin:10px;}
#lock img {max-width:100%;}

/* Admin */
.actiontable {width:100%;}
.actiontable caption {font-size:64px; line-height:64px; font-family: Helvetica, Arial, sans-serif;}
.actiontable th {font-size:34px; font-family: Helvetica, Arial, sans-serif;}
.webappform textarea { width:100%; }

/* Home */
.home-item { display:inline-table; margin:8px; padding:8px; width:230px; height:325px; background:white; text-align:center; border: solid 1px black; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-box-shadow:  0px 0px 20px 2px rgba(0, 0, 0, 0.15); box-shadow:  0px 0px 20px 2px rgba(0, 0, 0, 0.15);
-webkit-transition: -webkit-box-shadow 400ms linear;
    -moz-transition: box-shadow 400ms linear;
    -o-transition: box-shadow 400ms linear;
    -ms-transition: box-shadow 400ms linear;
    transition: box-shadow 400ms linear;}
.home-item:hover { -webkit-box-shadow:  0px 0px 40px 10px rgba(255, 255, 255, 0.35); box-shadow:  0px 0px 40px 10px rgba(255, 255, 255, 0.35); }
.home-item h3 { text-transform:uppercase; font-size: 41px; color:#9d2a39; font-family:Helvetica, Arial, sans-serif; }
.home-item p { height:88px; font-size: 18px; color:black; font-family:Helvetica, Arial, sans-serif; }
.home-item .home-item-note { height: auto; font-size: 15px; }
@media (max-width: 1023px) {
	.home-item { height:auto; display:block; width:auto; }
	.home-item p { height: auto; }
}

.home-menu{
    padding: 0 0 0 48px;
    margin: 20px auto;
    width: 1020px;
}
.home-menu li{
    width: 230px;
    height: 230px;
    border: 10px solid #f6f6f6;
    overflow: hidden;
    position: relative;
    float:left;
    background: #fff;
    margin-left:-48px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border-radius: 125px;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.home-menu li:last-child{
    margin-right: 0px;
}
.home-menu li a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.home-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 40px;
    color: #f6f6f6;
    line-height: 60px;
    position: absolute;
    width: 100%;
    height: 60px;
    left: 0px;
    top: 30px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.home-main{
    font-size: 24px;
    position: absolute;
    top: 110px;
    height: 80px;
    width: 170px;
    left: 50%;
    margin-left: -85px;
    opacity: 0.8;
    text-align: center;
    color: #555;
}
.home-sub{
    display: none;
}
.home-menu li:hover{
    border-color: #333;
    z-index: 999;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.home-menu li:hover .home-icon{
    color: #000;
    font-size: 60px;
    text-shadow: 0px 0px 1px #000;
    -webkit-animation: moveFromBottom 300ms ease;
    -moz-animation: moveFromBottom 300ms ease;
    -ms-animation: moveFromBottom 300ms ease;
}
.home-menu li:hover .home-main{
    color: #000;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -moz-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(200%) scale(0.5);
        opacity: 0;
    }
    to {
        -ms-transform: translateY(0%) scale(1);
        opacity: 1;        
    }
}

/* Nav Menu */
#site-nav { width:120px; float:left; padding-right:4px; margin:10px 0; margin-right:10px;}
.nav-btn-spacer { float:right; width:120px; height:30px; }
.nav-btn{
    background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(230,230,230) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(230,230,230)));
	background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(230,230,230) 100%);
	background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(230,230,230) 100%);
	background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(230,230,230) 100%);
	background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(230,230,230) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 );

	color:#373b3e;
    border:1px solid #9b9b9d;
    padding:8px 10px;
    width:120px;
    text-align: right;
    float:right;
    position:relative;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    margin:5px 0;
    overflow:hidden;
    
    text-decoration: none !important;
    
    
}

#pullnav {  
    display: none;
}    
.nav-btn .websymbols {display:none;}
.nav-btn .nav-btn-text .websymbols {float:none; display:inline;}
@media (max-width: 1023px) {
	#pullnav {width:100%; display:block;}
	#site-nav{width:100%; clear:both;float:none;border:0;overflow:hidden;padding:10px 0;margin:10px 0;}
	#site-nav-menu {display:none;clear:both;height:auto;padding:10px;}
	.nav-btn{text-align: left; float:left; padding:10px 10px; margin:0;width:100%;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
    .nav-btn .websymbols {display:block; float:right;}
	.nav-btn-spacer{float:left;clear:both;width:100%;height:0px;margin:4px 0; background:white;}
	
	h1 .btn {float:none;clear:both;width:100%;-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
          
   	h1 .goback {margin:0 5px 0 0;}
}

.nav-btn-text{
    font-size:18px;
    white-space:nowrap;
    color:#373b3e;
}
.nav-btn.active {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,204,204) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(255,204,204)));
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,204,204) 100%);
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,204,204) 100%);
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,204,204) 100%);
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,204,204) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffcccc',GradientType=0 ); }
.nav-btn.active .nav-btn-text{
	color: #9e2939;
}
.nav-btn.active .websymbols {
	color: #9e2939;
}
.nav-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    
    background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgb(255,255,255) 0%, rgb(255,204,204) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(255,204,204)));
background: -webkit-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,204,204) 100%);
background: -o-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,204,204) 100%);
background: -ms-linear-gradient(top,  rgb(255,255,255) 0%,rgb(255,204,204) 100%);
background: linear-gradient(to bottom,  rgb(255,255,255) 0%,rgb(255,204,204) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffcccc',GradientType=0 );
}
.nav-btn .websymbols {-webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
    transition:all 0.3s linear;}
.nav-btn:hover .websymbols {
	color: #9e2939;
}

.nav-btn:hover .nav-btn-text{
	color: black;
}
.nav-btn:active{
    position:relative;
background: rgb(255,204,204);
background: -moz-linear-gradient(top,  rgb(255,204,204) 0%, rgb(255,255,255) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,204,204)), color-stop(100%,rgb(255,255,255)));
background: -webkit-linear-gradient(top,  rgb(255,204,204) 0%,rgb(255,255,255) 100%);
background: -o-linear-gradient(top,  rgb(255,204,204) 0%,rgb(255,255,255) 100%);
background: -ms-linear-gradient(top,  rgb(255,204,204) 0%,rgb(255,255,255) 100%);
background: linear-gradient(to bottom,  rgb(255,204,204) 0%,rgb(255,255,255) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcccc', endColorstr='#ffffff',GradientType=0 );


}

/* Data Table */
.tablewrapper {margin-left:134px;margin-bottom:20px;/*height:450px;overflow-y:auto;*/}
@media (max-width: 1023px) { .tablewrapper {margin:0 0 20px 0;height:auto;} }
.tablewrapper .label-info {border-radius:5px 5px 0 0; }

.datatable { width:100%; background:#EDEDED; text-align:center; border-radius:4px;}
.datatable th { color:black; padding:4px;}
.datatable td { color:#717171; padding:4px; }
.datatable thead tr { background-color:#e5e5e5; }
.datatable tbody tr:nth-child(even)		{ background-color:#e5e5e5; }
.datatable tbody tr:nth-child(odd)		{ background-color:#ededed; }
.datatable tbody tr.warning {background:#a01d31;}
.datatable tbody tr.warning td {color:white;}
.datatable tr.highlighted { background-color:#a01d31; }
.datatable .daylist {vertical-align:top;}
.datatable .today td { background:white; color:black; }
.datatable td strong { color:black; }

.visibilityBtn { opacity:1; background:#468847; -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear; }
.visibilityBtn:hover { background:#373a3d; }
.visibilityBtn.active { background:#373a3d; opacity:0.2; }

.overrideBtn { opacity:1; background:#CA112A; -webkit-transition:all 0.5s linear;
    -moz-transition:all 0.5s linear;
    -o-transition:all 0.5s linear;
    transition:all 0.5s linear; }
.overrideBtn:hover { background:#373a3d; }
.overrideBtn.active { background:#373a3d; opacity:0.2; }

.addnewbtn {
	-webkit-animation-name: glowPulse;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;}
  	
@-webkit-keyframes glowPulse {
from { color: #751421; -webkit-box-shadow: 0 0 9px #333; }
50% { color: #a01d31; -webkit-box-shadow: 0 0 50px #a01d31; }
to { color: #751421; -webkit-box-shadow: 0 0 9px #333; }
}

/* Segmented Control */
/* iOS7 Style */
.segmented-control {
	display: -webkit-box;
	-webkit-align-item: start;
	-webkit-box-pack: start;
	-webkit-box-align: start;
	display: -webkit-flex;
	-wekbit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-justify-content: start;

	box-sizing: border-box; 
	display: -webkit-box;
	display: -webkit-flex;
	margin: 10px 15px;
	-webkit-flex: 1;
	
	list-style: none;
}
.segmented-control .button {
	border: solid 1px #a01d31;
	padding: 4px 15px;
	border-left: 0;
	background-color: rgba(255,255,255,0.2);
	width: auto;
	overflow-x: hidden;
	-webkit-transition: none;
	transition: none;
	font-size: 10pt;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	text-align: center;
	transition:all 0.1s linear;
	
	cursor: pointer;
}
.segmented-control a {
	text-decoration: none;
	font-size: 16px;
	color: #a01d31;
}
.segmented-control .button:hover,
.segmented-control .button.selected {
	background-color: #a01d31;
}
.segmented-control .button:hover a,
.segmented-control .button.selected a {
	color: #fff;
	opacity: 1 !important;
}
.segmented-control .button:first-of-type {
	border-left: solid 1px #a01d31;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.segmented-control .button:last-of-type {
	border-right: solid 1px #a01d31;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/* Modal */
.modal { color: #373a3d; overflow-y:auto; max-height:80%; }
.modal-body { overflow-y:hidden; max-height:none;}
.modal-body form {margin-bottom:0;}
.modal input { display:block; }
.modal textarea { width:100%; height:7em; -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;}

/* Dashboard */
.dashboard-widget {
  background: rgb(230,230,230);
  text-align:center;
  margin:6px 0px;
  padding: 9px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.dashboard-widget h2 { color: #a01d31; }

/* Forms */
input, select { white-space: normal; }
select {font-family:Helvetica, Arial, sans-serif;}
*:focus {outline: none;}
input[type=text]:valid,input[type=email]:valid,input[type=url]:valid, textarea:valid{
	box-shadow: 0 0 0px rgb(224, 255, 233);
	background-color:white; background: white; }
input[type=text]:invalid,input[type=email]:invalid,input[type=url]:invalid, textarea:invalid{ background-color:white; background: white; }

input[type=submit] {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size:27px; line-height:54px; border:0;text-align: center; padding:0 2em; color: #fff; margin:0.2em 0; background-color: #e5e5e5; display: inline-block;transition:background-color .3s;-moz-transition:background-color .3s;-webkit-transition:background-color .3s;-o-transition:background-color .3s;text-decoration: none;}
.darkcontentwrapper input[type=submit] { background-color: #5e5e5e; }
input[type=submit]:hover{color: #fff;background-color: #b52336;}
input[type=submit]:focus{background-color:#b52336;}
input[type=submit]:active{background-color:#e5e5e5;}

.modal-body input[type=url] {width:80%;}

.cms-label {
    font-size: 27px;
}

/* Interactivity */
/* Loader */
#circleLoader{
    width:149.33333333333334px;
    
    position:fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px; /*set to a negative number 1/2 of your height*/
    margin-left: -75px; /*set to a negative number 1/2 of your width*/
}

#circleLoader div {
background-color:#A9393B;
float:left;
height:32px;
margin-left:17px;
width:32px;
-moz-animation-name:bounce_circleLoader;
-moz-animation-duration:1.9500000000000002s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-moz-border-radius:21px;
-webkit-animation-name:bounce_circleLoader;
-webkit-animation-duration:1.9500000000000002s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-webkit-border-radius:21px;
-ms-animation-name:bounce_circleLoader;
-ms-animation-duration:1.9500000000000002s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-ms-border-radius:21px;
-o-animation-name:bounce_circleLoader;
-o-animation-duration:1.9500000000000002s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
-o-border-radius:21px;
animation-name:bounce_circleLoader;
animation-duration:1.9500000000000002s;
animation-iteration-count:infinite;
animation-direction:linear;
border-radius:21px;
}

#circleLoader div:nth-child(1){
-moz-animation-delay:0.39s;
-webkit-animation-delay:0.39s;
-ms-animation-delay:0.39s;
-o-animation-delay:0.39s;
animation-delay:0.39s;
}

#circleLoader div:nth-child(2){
-moz-animation-delay:0.9099999999999999s;
-webkit-animation-delay:0.9099999999999999s;
-ms-animation-delay:0.9099999999999999s;
-o-animation-delay:0.9099999999999999s;
animation-delay:0.9099999999999999s;
}

#circleLoader div:nth-child(3){
-moz-animation-delay:1.1700000000000002s;
-webkit-animation-delay:1.1700000000000002s;
-ms-animation-delay:1.1700000000000002s;
-o-animation-delay:1.1700000000000002s;
animation-delay:1.1700000000000002s;
}

@-moz-keyframes bounce_circleLoader{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}

@-webkit-keyframes bounce_circleLoader{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}

@-ms-keyframes bounce_circleLoader{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}

@-o-keyframes bounce_circleLoader{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}

@keyframes bounce_circleLoader{
0%{
}

50%{
background-color:#FFFFFF}

100%{
}

}

/* Programs / Intramurals */
#timeslots .timeslot input { display:inline-block; margin-bottom:0; width: 100px;}
#timeslots .timeslot input[type=date] { display:inline-block; width:140px;}
#timeslots .timeslot input.time { display:inline-block; width: 56px;}
#timeslots .timeslot select { display:inline-block; margin-bottom:0; width:auto; }

/* Closures */
.closureoption{
    overflow: hidden;
    height:300px;
    margin:20px 0;
    background: #fff;
    
    border: 10px #32363b solid; 
    
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.closureoption a{
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.co-icon{
    font-family: 'WebSymbolsRegular', cursive;
    font-size: 60px;
    color: #333;
    text-shadow: 0px 0px 1px #333;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: 0px;
    text-align: center;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear;
}
.co-content{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.co-main{
    font-size: 30px;
    opacity: 0.8;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.co-sub{
    text-align:center;
    font-size: 14px;
    color: #666;
    line-height: 40px;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    width: 100%; 
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.closureoption:hover{
}
.closureoption:hover .co-icon{
    color: #b52336;
    -webkit-animation: moveFromBottom 600ms ease;
    -moz-animation: moveFromBottom 600ms ease;
    -ms-animation: moveFromBottom 600ms ease;
}
.closureoption:hover .co-main{
    color: #b52336;
    -webkit-animation: smallToBig 600ms ease;
    -moz-animation: smallToBig 600ms ease;
    -ms-animation: smallToBig 600ms ease;
}
.closureoption:hover .co-sub{
    color: #fff;
    background-color: #b52336;
    -webkit-box-shadow: 1px 1px 20px rgba(50,54,59,0.5);
    -moz-box-shadow: 1px 1px 20px rgba(50,54,59,0.5);
    box-shadow: 1px 1px 20px rgba(50,54,59,0.5);
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@-webkit-keyframes smallToBig{
    from {
        -webkit-transform: scale(0.1);
    }
    to {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes smallToBig{
    from {
        -moz-transform: scale(0.1);
    }
    to {
        -moz-transform: scale(1);
    }
}
@-ms-keyframes smallToBig{
    from {
        -ms-transform: scale(0.1);
    }
    to {
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}


/*
.closurecategory {background:#eee;}

.closurenav .btn {width:40%; margin:0 0 30px 0; -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;} 
.closurenav .btn:hover .websymbols,.closurenav .btn:focus .websymbols{color:#a01d31;}
.closurenav .btn .websymbols {font-size:120px;line-height:170px; -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -o-transition:all 0.2s linear;
    transition:all 0.2s linear; }
@media (max-width: 500px) {.closurenav .btn {width:100%; margin:0 0 20px 0;} .closurenav .websymbols {font-size:60px;line-height:100px;} }
*/



/*SLIDER CSS*/
.flex-container a:hover,
.flex-slider a:hover {outline: none;}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
.flex-pauseplay span {text-transform: capitalize;}
.flex-control-nav{display:none}

.flexslider {margin: 0; padding: 0;}

.flexslider .slides > li {display: none;  -webkit-backface-visibility: hidden;}
.flexslider .slides img {
  width: 100%;
  height: auto;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

/*SLIDER CSS*/
.flexslider {
  margin: 0px;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 0px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  display: none;
  left: -100px;
}
.flex-direction-nav .flex-next {
  display: none;
  right: -100px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 0;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

input.largerCheckbox
{
	width: 30px;
	height: 30px;
}

