html {
  width: auto;
  overflow-x: hidden;
}
body {
  width: auto;
  overflow-x: hidden;
}
@font-face {
  font-family: "Optima";
  src: local("Optima"),
  local("Optima"),
  url("../fonts/Optima.ttc");
  font-weight: bold;
}
@font-face {
  font-family: 'proxima_novalight';
  src: url('../fonts/proximanova-light-webfont.eot');
  src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/proximanova-light-webfont.woff') format('woff'),
       url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
       url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
	font-family: 'proxima_novabold';
	src: url('../fonts/proximanova-bold-webfont.eot');
	src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/proximanova-bold-webfont.woff') format('woff'),
	     url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
	     url('../fonts/proximanova-bold-webfont.svg#proxima_novabold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'proxima_novaregular';
  src: url('../fonts/proximanova-reg-webfont.eot');
  src: url('../fonts/proximanova-reg-webfont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/proximanova-reg-webfont.woff') format('woff'),
       url('../fonts/proximanova-reg-webfont.ttf') format('truetype'),
       url('../fonts/proximanova-reg-webfont.svg#proxima_novaregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica1";
  src: local("Helvetica"),
  local("Helvetica"),
  url(../fonts/Helvetica.dfont);
}
@font-face {
  font-family: "Helvetica2";
  src: url(../fonts/HelveticaNeueLTStd-Cn.otf);
}
@font-face {
  font-family: "Helvetica3";
  src: url(../fonts/HelveticaNeueLTStd-MdCn.otf);
}
/* MOST RECENT FONTS -- DON't WANT TO BREAK ANYTHING THOUGH SO LOADING BOTH*/

@font-face {
    font-family: 'columbia_light';
    src: url(../fonts/columbia_serial-light-webfont.eot);
    src: url(../fonts/columbia_serial-light-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/columbia_serial-light-webfont.woff) format('woff'),
         url(../fonts/columbia_serial-light-webfont.ttf) format('truetype'),
         url(../fonts/columbia_serial-light-webfont.svg#columbia_serial_lightregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'columbia_regular';
    src: url(../fonts/columbia_serial-medium-webfont.eot);
    src: url(../fonts/columbia_serial-medium-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/columbia_serial-medium-webfont.woff) format('woff'),
         url(../fonts/columbia_serial-medium-webfont.ttf) format('truetype'),
         url(../fonts/columbia_serial-medium-webfont.svg#columbia_serial_mediumregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novabold';
    src: url(../fonts/ProximaNova-Bold-webfont.eot);
    src: url(../fonts/ProximaNova-Bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/ProximaNova-Bold-webfont.woff) format('woff'),
         url(../fonts/ProximaNova-Bold-webfont.ttf) format('truetype'),
         url(../fonts/ProximaNova-Bold-webfont.svg#proxima_nova_rgbold) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novaregular';
    src: url(../fonts/ProximaNova-Reg-webfont.eot);
    src: url(../fonts/ProximaNova-Reg-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/ProximaNova-Reg-webfont.woff) format('woff'),
         url(../fonts/ProximaNova-Reg-webfont.ttf) format('truetype'),
         url(../fonts/ProximaNova-Reg-webfont.svg#proxima_nova_rgregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_novalight';
    src: url(../fonts/ProximaNova-Light-webfont.eot);
    src: url(../fonts/ProximaNova-Light-webfont.eot?#iefix) format('embedded-opentype'),
         url(../fonts/ProximaNova-Light-webfont.woff) format('woff'),
         url(../fonts/ProximaNova-Light-webfont.ttf) format('truetype'),
         url(../fonts/ProximaNova-Light-webfont.svg#proxima_nova_ltlight) format('svg');
    font-weight: normal;
    font-style: normal;
}
.clear {
	clear:both;
}
body {
	background-color: #f1f1f1;
	color: #212121;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	-webkit-backface-visibility:hidden;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wrapper {
	padding-left: 0;
	padding-right: 0;
}
.table-hidden, .table-hidden tbody,
.table-hidden tr, .table-hidden td {
	border-color: transparent;
}
.table-hidden thead > tr > th, 
.table-hidden tbody > tr > th, 
.table-hidden tfoot > tr > th, 
.table-hidden thead > tr > td, 
.table-hidden tbody > tr > td, 
.table-hidden tfoot > tr > td {
	border-color: transparent;
}
ul.list-column li {
	padding: 4px 0;
}
/* Reomves gutter for columns on container-fluid */
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
/*--------------------------------------- Header Row ---------------------------------------*/
.tertiary-navbar {
	margin-bottom: 0;
	border-radius: 0;
	border-top: 0;
	height: 50px;
	z-index: 1001;
}
.tertiary-navbar .navbar-nav > li > a {
	padding: 0 4px;
	font-size: 12px;
	line-height: 50px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.tertiary-navbar .dropdown-menu li a {
	color: #333;
}
.tertiary-navbar .glyphicon {
	color: #FFF;
}
.tertiary-navbar .caret {
	border-bottom-color: #FFF;
  border-top-color: #FFF;
}
.tertiary-navbar .dropdown-menu {
	z-index: 1001;
}
.tertiary-navbar .dropdown-menu li {
	background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: left;
  font-size: 12px;
}
.tertiary-navbar .dropdown-menu li a {
	white-space: normal;
}
.tertiary-navbar .dropdown-menu ul li ul li a,
.tertiary-navbar .dropdown-menu ul li ul li {
	max-width: 110px;
}
.tertiary-navbar .dropdown-menu .spacer {
	height: 2px;
	margin: 0;
	overflow: hidden;
	background-color: #DDD;
}
.hdrow {
	color: #FFF;
	background-color: #c10435;
	height: 200px;
}
#hdcontainer {
	height: 200px;
}
.tertiary-navbar .navbar-nav > li > a.beta-top {
    color: #fff;
    font-style: italic;
    font-family: georgia, serif;
    font-weight: normal;
    text-transform: lowercase;
    background: #000;
    padding-left: 20px;
    padding-right: 20px !important;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: -8px;
    padding-top: 5px !important;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.18);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.18);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.18);
    border-bottom: 3px solid #F4B108;
}
a.beta-top:hover {
    background-color: #212121;  
    box-shadow:none;
        -webkit-box-shadow:none;
        -moz-box-shadow: none;
}
.navbar a:hover {
    color: #ccc;   
}
#give li a {
	font-weight: bold;
	color: #F4B108;
}
.hdrow .navbar-form {
	margin: 0;
}
.hdrow .navbar-collapse {
	padding: 0;
}
#home-heading {
	position: absolute;
	left: -9000px;
}
#pcc-logo {
	float: left;
	clear: right;
	margin-top: 40px;
	margin-left: 15px;
}
p#tagline {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	float: left;
	clear: right;
}
.lp-circle {
	color: #c10435;
}
a#lp-login {
	border-right: 2px solid #595959;
	border-left: 2px solid #595959;
	margin-left: 6px;
	padding-left: 8px;
	padding-right: 8px;
}
#action-desktop {
	margin-top: 40px;
}
#action-desktop h2 {
	color: #F4B108;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	text-align: center;
}
#actionbtns a {
	border-radius: 0;
	border: transparent;
}
#actionbtns a:hover,
#actionbtns a:active  {
	background-color: #f2b206;
	color: #333;
	font-weight: bold;
}
#action-desktop .btn {
	font-variant: small-caps;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 24px;
	margin: 0 6px;
	min-width: 194px;
}
/*--------------------------------------- Primary Navigation ---------------------------------------*/
.navbar {
	margin-bottom: 0;	
	border-radius: 0;
	min-height: 50px;
}
.primary-navbar li {
	font-family: 'columbia_light', Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 18px;
	margin-bottom: 0;
	border-radius: 0;
	border-top: 0;
	letter-spacing: 1.7px;
}
.primary-navbar .nav > li > a {
	font-size: 18px;
	padding: 15px 10px;
}
.primary-navbar .navbar-brand {
	padding: 0 10px;
	font-size: 16px;
	line-height: 50px;
}
.navbar-collapse {
    max-height:none;
}
.primary-navbar-text {
	float: right;
}
.primary-navbar .navbar-toggle {
	background-color: #c10435;
  margin-top: 10px;
  margin-bottom: 10px;
}
.primary-navbar .navbar-toggle:link,
.primary-navbar .navbar-toggle:visited,
.primary-navbar .navbar-toggle:hover,
.primary-navbar .navbar-toggle:active,
.primary-navbar .navbar-toggle:focus {
	background-color: #c10435;
}
.primary-navbar .navbar-toggle:active,
.primary-navbar .navbar-toggle:focus {
	outline: #f2b206	
}
.primary-navbar .navbar-nav > .dropdown > a .caret {
   border-bottom-color: #FFF;
   border-top-color: #FFF;
}
.primary-navbar .dropdown-menu > li > a {
	padding-top: 15px;
	padding-bottom: 15px;
}
/* ------------Desktop Search Form------------- */
.search-toggle {
	line-height: 20px;
}
.search-toggle i {
	color: #fff;
	font-size: 20px;
	padding: 0 16px;
	line-height: 52px;
}
.search-toggle.open {
	background-color: #f1f1f1;
}
.search-toggle.open i {
	color: #333;
}
.search-toggle a {
	outline: none;
}
.search-toggle .caret {
	border-top: 4px solid #FFF;
}
.search-toggle .dropdown-menu {
	background-color: #f1f1f1;
	border-radius: 0px;
	padding: 8px;
	border: 0 solid transparent;
	margin: 0 0 0 0;
}
.header-search .container {
	min-width: 350px;
	padding: 0;
	margin: 0;
}
.header-search h3 {
	padding-bottom: 6px;
	margin-top: 2px;	
}
.search-selection {
	background-color: white;
	padding: 6px;
	border: 1px solid #ccc;
	margin-top: 0;
	margin-right: 0;
}
.header-search .navbar-form .form-group {
	width: 100%;
}
.header-search .col-sm-10, .header-search .col-sm-2 {
	padding: 0;
}
.header-search #searchtxt {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 12px;
	width: 100%;
	padding: 4px;
	line-height: 20px;
}
.primary-navbar .navbar-form .form-control,
.hdrow .navbar-form .form-control {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 12px;
  color: #333;
}
.primary-navbar .navbar-form {
	padding-left: 6px;
}
.primary-navbar .navbar-form label {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-size: 12px;
  font-weight: bold;
  margin: 0 4px;
}
.primary-navbar .navbar-form .btn,
.hdrow .navbar-form .btn {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.primary-navbar .btn, .primary-navbar .input-group-addon {
	border-radius: 0;
	font-size: 12px;
}
.primary-navbar .btn {
	color: #fff;
	background-color: #c10435;
}
/* --------------------------------------- Slider & Secondary Navigation --------------------------------------- */
.royalSlider {
	overflow: hidden;
}
#homeslider {
	width: 100%;
	position: relative;
	display: none;
}
#video-gallery {
	display: none;
}
#pageslider {
	margin-bottom: 20px;
}
.slider-container {
	padding:0;
	margin-right: auto;
	margin-left: auto;
}
/* Royal Slider */
.slider-container .col-sm-8, .slider-container .col-md-12 {
	padding: 0;  
}
.rsDefault .rsBullets {
  background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
  height: 20px;
}
.rsDefault .rsBullet span {
	background: #777;
	background: rgba(0,0,0,0.4);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #BA0434;
}
/* ---------------- Start Your Future Secondary Nav on smaller screens ------------- */
.action2 {
	margin: 6px 0;
	border: 1px solid #DDD;
	background: rgba(255, 255, 255, 0.7);
	padding: 20px 30px;
	float: left;
	width: 100%;	
}
.action2 > h3 {
	font-family: 'proxima_novabold', sans-serif;
  font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 24px;
	text-align: center;
	padding: 6px 0 0 0;
	margin-bottom: 24px;
	margin-top: 0;
}
.action2 a {
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 16px;
	color: white;
	background-color: #BA0434;
	text-align: center;
	box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.5);
	float: left;
	width: 48%;
	margin: 0 6px;
	border-radius: 2px;
}
.action2 a:link, 
.action2 a:visited,
.action2 a:hover,
.action2 a:active,
.action2 a:focus {
	color: white;
	background-color: #BA0434;
}
.action2 a.btn-mid {
	margin: 0 2px;
}
.action2 .btn-block + .btn-block {
    margin-top: 0;
}
/*--------------------------------------- Tabs and Video Row ---------------------------------------*/
.important-links h4 {
	padding-left: 3px;
	margin-top: 5px;
	margin-bottom: 5px;	
}
.important-links h3 {
	padding-top: 6px;
}
.important-links h5 {
	padding-left: 3px;
	margin-top: 6px;
	margin-bottom: 7px;
}
.important-links ul li {
	font-weight: bold;
}
.important-links .nav-tabs {
	border: 1px solid #dddddd;
	background-color: #FFF;
}
.tabsvidrow, .socialrow {
	background-color: #F1F1F1;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 25px;
	padding-top: 25px;
}
.vidrow {
	background-color: #FFF;
	border-bottom: 1px solid #d3d3d3;
	padding-bottom: 25px;
	padding-top: 25px;
}
.tabsvidrow .nav > li > a {
    padding: 5px 15px;
    border-bottom: 1px solid #ccc;
}
/* Tabbed Area */
.hometabs {
	margin-top: 10px;
}
.hometabs .nav-tabs {
  border-bottom: none; 
}
.hometabs .nav-tabs > li.active > a,.hometabs .nav-tabs > li.active > a:hover,.hometabs .nav-tabs > li.active > a:focus { 
  border-bottom-width: 0;
}
.hometabs .nav-tabs > li.last-child > a {
	margin-right: 0;
}
.hometabs, .homevideo {
	padding-left: 5px;
	padding-right: 5px;
}
.homevideo, .pcconecol {
	padding-left: 15px;
	padding-right: 15px;
}
.hometabs .nav-tabs > li {
	/* width: 33.3333333333%; */
	width: 50%;
	text-align: center;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 16px;
  font-weight:bold;
}
.hometabs .test-tabs > li {
	width: 33.3333333333%;
}
.hometabs .nav-tabs > li > a {
	font-weight:bold;
	border-top-color: #333;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	color: #FFF;
	background-color: #333;
  box-shadow: -4px -2px 6px -6px rgba(0,0,0,0.5);
  outline: none;
}
.hometabs .nav-tabs > li.active > a {
	color: #333;
	background-image: none;
	background-color: #FFF;
	border-top-color: #DDD;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
}
.hometabs .nav-tabs > li > a:hover {
  border-color: #333;
}
.hometabs .nav-tabs > li.active > a:hover {
	border-top-color: #DDD;
	border-left-color: #DDD;
	border-right-color: #DDD;
	border-bottom: 0 none rgba(0,0,0,0);
}
#hometabscontent {
	background-color: #FFF;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	padding: 16px 10px 10px;
	height: 351px;
	margin-bottom: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
	box-shadow: -4px 0 6px -6px rgba(0,0,0,0.5);
}
#hometabscontent .panel-title a {
  color: #BA0434;
}
/* Video Area */
.homevideo {
	margin: 10px 0;
}
.pcconecol {
	
}
.homevideo p#pcc1-title, .pcconecol p#pcc1-title,
.fivethingscol p#fivethings-title {
	float: left;
	font-family: Helvetica2, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
	text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
	padding-top: 10px;
	padding-left: 6px;
  color: #DAE9E9;
}
.homevideo img, .pcconecol img {
	float: left;
}
.homevideo .row, .pcconecol .row, .fivethingscol .row  {
	margin: 6px 0 14px 0;
}
.homevideo .title-row, .pcconecol .title-row {
	margin: 6px 0;
}
.fivethingscol .title-row {
	margin: 4px 0;
}
/*
.pcconecol .title-row {
	margin: 17px 0;
}
*/
#five-things {
	padding-right: 15px;
  padding-left: 15px;
	background-color: #4F4F4F;
	border-radius: 4px;
}
#pcc-one {
	padding-right: 15px;
  padding-left: 15px;
	background-color: #4F4F4F;
	border-radius: 4px;
}
#pcc-one .title {
	font-size: 16pt;
}
h2#five-things-title {
	line-height: 0.6em;
}
#pcc-one .vidembed {
	margin: 6px 0;
	position: absolute;
  top: 0;
  left: 0;
}
.responsive-vidembed {
	position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px; 
  height: 0; 
  overflow: hidden;
  margin-bottom: 10px;
}
#pcc-one .media,
#pcc-one .media .media {
  margin-top: 0;
}
#pcc-one .thumbgroup {
	min-width: 275px;
	margin-bottom: 6px;
}
#pcc-one .thumbgroup img {
	margin-left:10px;
	min-height: 60px;
}
#pcc-one blockquote {
  border-left: none;
  color: #a0042f;
  quotes: "\201C""\201D""\2018""\2019";
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 0;
}
#pcc-one blockquote:before {
  color: #a0042f;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.03em;
  vertical-align: -0.4em;
}
#pcc-one blockquote:after {
  color: #a0042f;
  content: close-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-left: 0.03em;
  vertical-align: -0.48em;
}
#pcc-one blockquote p {
  font-size: 90%;
  font-weight: 300;
  line-height: 1.25;
  margin-bottom: 2px;
  display: inline;
}
/*--------------------------------------- Video Gallery Styling ---------------------------------------*/
#video-gallery, #five-things-gallery {
  width: 100%;
}
.videoGallery .rsTmb {
  padding: 0;
}
.videoGallery .rsThumbs .rsThumb {
  width: 67px;
  height: 50px;
}
#video-gallery .rsThumbs,
#video-gallery .rsThumbsHor,
#video-gallery .rsDefault .rsThumbsHor,
#five-things-gallery .rsThumbs,
#five-things-gallery .rsThumbsHor,
#five-things-gallery .rsDefault .rsThumbsHor {
	width: 100%;
	height: 50px;
  padding: 0;
  /* border-bottom: 1px solid #c9c9c9; */
}
.videoGallery .rsThumb:hover {
  background: #333;
}
.videoGallery .rsThumb.rsNavSelected {
	background: none;
  border: 1px solid #c9c9c9;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/* Title Block Position */ 
.tBlockLower {
	left: 3%; 
  top: 65%;
}
.tBlockBottom {
    bottom: 0;
    left: 3%;
    top: auto !important;
}
.tBlockUpper {
	left: 3%; 
  top: 1%; 
}
/* Title Block Styles */
.titleBlockLight {
  width: 100%;
  max-width: 340px;
  font-size: 18px;
	color: #fff;
}
.titleBlockDark {
  width: 100%;
  max-width: 340px;
  font-size: 18px;
	color: #333;
}
.titleBlockColor {
  width: 100%;
  max-width: 340px;
  font-size: 18px;
	color: #a81c36;
}
.titleBlockOutline {
  width: 100%;
  max-width: 340px;
  font-size: 18px;
  /* -webkit-text-stroke: 1px #666; */
	color: #FFF;
	text-shadow:
   -1px -1px 2px #333,  
    1px -1px 2px #333,
	 -1px 1px 2px #333,
	  1px 1px 2px #333;
}
.blockTitleOutline {
  width: 100%;
  max-width: 340px;
  font-size: 18px;
  /* -webkit-text-stroke: 1px #666; */
	color: #FFF;
	text-shadow:
   -1px -1px 2px #333,  
    1px -1px 2px #333,
	 -1px 1px 2px #333,
	  1px 1px 2px #333;
	  margin: 0;
	  padding-top:10px;
	  min-height: 50px;
}
/* For when 5 Things and PCC One are disabled */
.titleBlockOutline {
	top: -10px;
}
#maincontent #video-gallery img {
    border: none !important;   
}
#maincontent .titleBlockOutline {
    text-shadow:none;
    background: #000;
    color: #fff;
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 5px;
    width: auto;
    left: 20px;
}
/*--------------------------------------- Stats Row ---------------------------------------*/
.stats {
	background-color: #FFF;
	padding: 30px 0 90px 0;
}
.statsrow {
	margin-top: 25px;
	margin-bottom: 25px;
}
.stats h2, .stats h3 {
	text-align: center;
	color: #C00436;
}
.stats h2 {
	font-size: 40px;
	margin-bottom: 35px;
}
.stats h3 {
	font-size: 30px;
	margin-top: 6px;
}
.statsimg {
	min-height: 125px;
}
.statsimg img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
}
.statsnumber h3 {
	font-weight: bold;
}
.statstext p {
	color: #767676;
	text-align: center;
}
.btn-explore {
	width: 220px;
	height: 62px;
	padding-top: 13px;
	text-align: center;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 24px;
	font-weight: 200;
	border-radius: 0;
	background-color: #c10435;
	position: relative;
	bottom: 32px;
	margin-top:0;
}
/*--------------------------------------- Social Row ---------------------------------------*/
.socialrow {
	padding-top: 0;
}
.socialrow a {
	text-decoration: none;
}
#socialbtns {
	margin: 15px 0 25px 0;
}
#socialbtns a {
	color: #333;
	margin: 12px 18px;
}
#socialbtns i {
	margin-top: 12px;
}
#socialheading h2 {
	margin: 25px 0;
	font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	font-size: 36px;
}
#socialcontent {
	margin: 25px 0 10px 0;
}
#socialcontent .thumbnail {
	padding: 0;
}
.socialbox h3 {
	margin-top: 0;
	margin-bottom: 0;
	padding: 6px;
	background-color: #333;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
  line-height: 150%;
}
.socialbox a:hover {
  text-decoration:none;
}
.socialbox a img:hover {
  opacity: .9;   
}
#twitterbox {
	text-align: center;
}
#twitterbg {
	padding-top: 0.11578947368421em;
	color: #dcdcdc;
	font-size: 170px;
}
#thmb-flickr h3 {
	background-color: #1B47DB;
}
#thmb-instagram h3 {
	background-color: #2E6093;
}
#thmb-twitter h3 {
	background-color: #02CAE1;
}
/*--------------------------------------- Footer Row ---------------------------------------*/
#ftrow {
  background-color: #c10435;
  padding: 20px 0;
  
}
footer {
	min-height: 190px;
	font-size: 11px;
	color: #FFF;
}
footer#home {
	min-height: 673px;
	font-size: 11px;
	color: #FFF;
  background-size: cover;
  background-image: url(../img/footer-photo.jpg);
  padding-top: 80px;
}
footer#home #ftrow {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: rgba(193, 4, 53, 0.85	);
	min-height: 190px;
}
footer a, footer a:link, footer a:visited {
	color: #FFF;
	font-size: 12px;
}
footer a:hover, footer a:active {
	color: #FFF;
	font-size: 12px;
	list-style-type: underline;
}
.footer-nav-left {
	line-height: 30px;
}
.footer-nav-right {
	line-height: 30px;
}
footer .rgt {
	text-align: right;
}
footer .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  border-radius: 4px;
}
footer .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #333333;
  border-width: 5px 5px 0;
}
footer .tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #333333;
  border-width: 5px 5px 0;
}
footer .tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #333333;
  border-width: 5px 5px 0;
}
footer .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #333333;
  border-width: 5px 5px 5px 0;
}
footer .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #333333;
  border-width: 5px 0 5px 5px;
}
footer .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #333333;
  border-width: 0 5px 5px;
}
footer .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #333333;
  border-width: 0 5px 5px;
}
footer .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #333333;
  border-width: 0 5px 5px;
}
#ftr-socialbtns {
	margin: 10px 0 24px 0;
}
#ftr-socialbtns a {
	margin: 0 10px;
}
#copy-mid {
	font-size: 12px;
	line-height: 2.5em;
}
footer address {
	margin:0;
}
/*------ Google Translate -----*/
/* SIMPLE PLUGIN */ 
.goog-te-gadget-simple {
	background-color: transparent !important;
	border-left: 1px solid #d5d5d5;
	border-top: 1px solid #e8e8e8 !important;
	border-bottom: 1px solid #e8e8e8;
	border-right: 1px solid #d5d5d5;
	font-size: 9pt !important;
	display: inline-block;
	padding-top: 1px;
	padding-bottom: 2px;
}
.goog-te-gadget-simple .goog-te-menu-value {
	color: #FFF !important;
}
a.goog-te-menu-value > span {
	color: rgb(255, 255, 255) !important;
}
.goog-te-menu2-item > span.text, 
.goog-te-menu2-item:link, 
.goog-te-menu2-item:visited, 
.goog-te-menu2-item:active {
	color: #BA0434 !important;
}

a.goog-te-menu2-item > span.text {
	color: #BA0434 !important;
}
/* HORIZONTAL OR VERTICAL PLUGIN */
.goog-te-gadget {
	color: #FFF !important;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	color: #FFF !important;
}
#google_translate_element {
	margin: 10px 0;
}
/*---------------------------------------------------- Inside Pages --------------------------------------------------*/

/* --------------------------------------- Body --------------------------------------- */
.bodycontainer {
	background-color: #fff;
	padding-right: 20px;
	padding-left: 20px;
}
.titlerow h1 {
	font-size: 36px;
	color: #666;
	font-family: 'proxima_novabold';
}
.titlerow h3 {
	color: #666;
}
.titlerow h1 > span {
	color: #666;
	font-size: 20px;
	font-style: italic;
	font-family: Optima;
	margin-top: 10px;
}
hr.titleborder {
	margin-top: 10px;
	border-bottom: 1px solid #d1d1d1;
}
.sliderrow {
	padding-bottom: 16px;
	border-bottom: 1px solid #d1d1d1;
}
.title-image h1 {
    position: relative;
    margin: 20px 0;
}

.title-image h1 > span {
    position:absolute;
    right: 10px;
    bottom: 10px;
    font-size: 28px;
}
/* ------------------------------- Sidebar Navigation -------------------------------- */
.contentrow {
	padding-top: 5px;
	padding-bottom: 24px;
}
#sidebar {
	padding-left: 0;
	padding-right: 10px;
}
#sidebar .sidebarnav {
	width: 100%;
	margin-bottom: 20px;
}
.sidebarnav .btn {
	width: 100%;
	font-size: 16px;
	padding: 14px 12px;
	border-radius: 0;
}
/*
#sidebar .sidebarnav .btn.active {
	background-color: #fff;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
*/
#sidebar .sidebarnav .btn.active {
	background-color: #fff;
    background-image: url(/img/arrow-right.png);
    background-position: right center;
    background-repeat:no-repeat;
    outline: 0;
        -webkit-box-shadow: none;
    box-shadow: none;
    border-color:#ccc;
}

.sidebarnav button {
	text-align: left;
}
.sidebarnav .btn-default {
	background-color: #f1f1f1;
	color: #666;
}
.sidebarnav .btn-primary {
	background-color: #fff;
	color: #333;
	font-weight: bold;
}
.sidebarnav .btn-primary .active {
	border-color: #ccc;
}
.sidebarnav .btn-primary, .sidebarnav .btn-default  {
	text-align: left;
	box-shadow: none;
	text-shadow: none;
	border-color: #ccc;
}
.sidebar-nav {
    padding: 9px 0;
}
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index:0 !important;   
}
/* -------------------------------------- Panels ------------------------------------- */
#sidebar .panel {
	border-radius: 0;
	 position: relative;
}
#sidebar .panel-default i {
	color: #fff;
	font-size: 18px;
	float: right;
	padding: 8px;
	background-color: #fecf0e;
	min-width: 34px;
	text-align: center;
	position: absolute;
    right: -1px;
    top: -1px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
}
#sidebar .panel-default a > i {
	color: inherit;
	background-color: transparent;
	font-size: inherit;
	float: none;
	padding: 0;
	position: relative;
	min-width: inherit;
	border-radius: 0;
}
#sidebar .panel a.btn-default {
	font-family: 'proxima_novabold';	
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	outline: none;
	border: none;
	border-radius: 2px;
	padding: 4px 10px;
}
#sidebar .panel .btn-gothere {
	text-align: left;
}
#sidebar .panel h3 {
	font-family: 'proxima_novabold';
	font-size: 28px;
	margin-top: 0;
	font-weight: bold;
}
#sidebar .panel p {
    margin-left: 10px;   
    line-height: 170%;
}
.sidebarnav .btn-primary:after,
#sidebar .panel .btn-gothere:after {
	font-family: FontAwesome;
	font-size: 14px;
	content: "\f054";
	float: right;
	margin-left: 14px;
}
/* Accordion
--------------------------- */

.accordion-group {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 5px 0;
	border-radius: 3px;	
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
}

.accordion-heading {
	font-size: 16px;
	font-weight: normal;
	font-family: 'proxima_novabold';
}

.accordion-body {
	margin-top: 10px;
	line-height: 150%;
}

.accordion-toggle {
	display:block;
}

dt {padding-top: 10px;}
/* --------------------------------------- Main Content --------------------------------------- */
#maincontent {
	padding-left: 10px;
	padding-right: 0;
}
#maincontent p,
#maincontent ul,
#maincontent ol {
	line-height: 28px;
	font-size: 16px;
}
#maincontent p.introtxt {
	font-family: 'columbia_light', 'Optima', serif; 
	font-size: 18px;
	margin-bottom: 20px;
}
#maincontent .optima-font {
    font-family: 'columbia_light', 'Optima', serif; 
}
#maincontent h1 {
    font-weight:bold;
    margin-top: 0;
}
#maincontent h2 {
	color: #333 !important; 
	line-height: 130% !important; 
	text-transform:none !important;
	margin-top: 0;
}
#maincontent .image-align-left {
    float: left;
    width: 33%;
    margin: 0 20px 10px 0;
}

#maincontent .image-align-center {
    width: auto;
    margin:10px auto;
    text-align:center; 
    display: block;
}
#maincontent .callout {
    padding: 20px;
    background-color: #FFFAE9;
}

#maincontent .callout h3 {
    color: #333;
    margin-top: 0;
}

#maincontent .callout ul {
    margin:0 0 0 20px;
    padding:0;
}

#maincontent .callout ul li {
    font-size: 16px;
    line-height:170%;
    margin-left: 10px;
}

img.img-no-border {
    border: none !important;   
}
#maincontent img {
    border: none;
    max-width:100%;
    margin: 0 0 10px 0;
}

#maincontent img.center-block {
    border: none;
    max-width:100%;
    margin: 0 auto;
}

#maincontent img.icon {
	border: none;
}
#maincontent .thumbnail img{
	margin-right: auto;
	margin-left: auto;
}
#maincontent .thumbnail {
	margin-bottom: 18px;
	padding-top: 18px;
}
.btn-group-vertical a.list-heading {
    background: #fff !important;
    font-weight: bold;
    color: #000 !important;
}
#maincontent ul {
    
}

#maincontent ul li {
    line-height: 200%; 
    font-size: 16px;
}

.indent {margin-left: 30px;}

select.form-control {height: 35px;}

.org-box {
    text-align:center;
    padding: 20px;
    background: #ccc;
    border-radius: 5px;
}

.org-box-connector {
    width: 10px;
    height: 20px;
    background: #ccc;
    margin: 0 auto;
}
/* ----------------- RESPONSIVE VIDEO ---------------- */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin: 20px 0;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.important-links .nav-tabs > li > a {
    font-size: 14px;
    line-height: 1.45em; 
}
.c-feature {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.c-feature h2 {
    margin-top: 0 !important; 
    color: #333;
    
}
#maincontent .c-feature p.introtxt {
    margin-bottom: 18px;   
}
.c-feature img {
    border: 5px solid #f1efee;   
    max-width:100%;
}
.c-feature-left {
    width: 58%;
    float: left;
}
.c-feature-image-left {
    float: left;
    width: 40%;
}
.c-feature-right {
    width: 58%;
    float: right;
}
.c-feature-image-right {
    width: 40%;
    float: right;
}
a.feature-button {
    background: #c00436;
    border:0;
    display:inline-block;
    zoom: 1;
    *display:inline;
    padding: 10px 15px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #fff;
    cursor:pointer;
    font-weight:500;
    text-transform:uppercase;
    font-size: 16px;
    line-height:100%;
    font-family: 'proxima_novaregular', 'helvetica neue', sans-serif;
}   
a.feature-button:hover {
    text-decoration:none;
    background-color: #8f0325;
}
.feature-columns img {
    max-width: 100%;
    border: none !important;
}
.feature-col-left {
    float: left; 
    width: 49%;
}
.feature-col-right {
    float: right;
    width: 49%;
}
/* --------------------------------------- Academics --------------------------------------- */
body.academics p.introtxt {
     margin-bottom: 18px !important;   
}
body.academics p {
    margin-bottom: 18px !important;   
}
.block-right {
    float: right;
    width: 200px;
    padding: 10px;
    font-size: 16px;
    font-style:italic;
    font-family:'Optima', serif;
    color: #333;
}
span.block-name {
    font-style:normal;
    color: #999;
    font-size: 14px;
    font-family: helvetica, sans-serif;
}
span.block-major {
    font-style:normal;
    color: #999;
    font-size: 12px;
    font-family: helvetica, sans-serif;
}
/* --------------------------------------- LINK FARM --------------------------------------- */
.link-farm h3 {
    font-weight: bold;
    background: #f1efee;
    line-height:150%;
    padding: 0 5px;
    font-size: 18px;
}
ul.link-farm-list {
    margin:0;
    padding:0;
}
ul.link-farm-list li:first-child {
    border-top: 1px solid #ccc;   
}
ul.link-farm-list li {
    list-style:none;
    border-bottom: 1px solid #ccc;
}
ul.link-farm-list li a {
    display:block;
    margin:0;
    padding: 10px 5px;
    font-weight:bold;
    background-image: url(../img/arrow-right.png);
    background-repeat:no-repeat;
    background-position: right center;
}
ul.link-farm-list li a:hover {
    text-decoration:none;
    background-color: #f1efee;
}
/* Special title h1 for extra-long titles */
h1#xtralong {
font-size: 30px;
}
/* --------------------------------------- BLOG STYLE (Where are they now, commencement 2014, etc.) --------------------------------------- */
.grey-text-box {
	padding: 14px 14px;
	color: #58595b;
	background-color: #e6e7e8;
	margin-bottom: 20px;
}
#maincontent .grey-text-box p {
	font-family: 'proxima_novaregular';
	font-size: 18px;
	line-height: 1.4em;
}
h3.gradyr-heading {
	font-family: 'proxima_novabold';
	color: #666;
	padding-bottom: 6px;
	border-bottom: 2px solid #666;
	text-transform: uppercase;
	margin-bottom: 35px;
}
hr.same-gradyr {
	border-top: 2px solid #e6e7e8;
}
.so-st-icons {
	height: 50px;
}
.social-student-icons li a {
	width: 50px;
	height: 50px;
	display: block;
	background-image: url('/img/icons/social-student-sprite.gif')
}
.social-student-icons li a.so-st-facebook {
	background-position: 0px 0px;
}
.social-student-icons li a:hover.so-st-facebook {
	background-position: 0px -50px;
}
.social-student-icons li a.so-st-instagram {
	background-position: 0px -100px;
}
.social-student-icons li a:hover.so-st-instagram {
	background-position: 0px -150px;
}
.social-student-icons li a.so-st-linkedin {
	background-position: 0px -200px;
}
.social-student-icons li a:hover.so-st-linkedin {
	background-position: 0px -250px;
}
.social-student-icons li a.so-st-mail {
	background-position: 0px -300px;
}
.social-student-icons li a:hover.so-st-mail {
	background-position: 0px -350px;
}
.social-student-icons li a.so-st-twitter {
	background-position: 0px -400px;
}
.social-student-icons li a:hover.so-st-twitter {
	background-position: 0px -450px;
}
ul.boldlabels li {
	font-size: 16px;
	font-weight: bold;
	padding: 4px 0;
}

/* -------------------------------PROGRAM PAGE ------------------------------------------*/

img.sidebar-logo {
    width: 50%;
    margin:10px auto 20px auto;
    display: block;
}

.program-horz-menu {
    margin-bottom: 20px;
}

.program-horz-menu .navbar {
    min-height: 20px; 
    box-shadow: none;
        -moz-box-shadow:none;
        -webkit-box-shadow:none;
    z-index:1;
}

.program-horz-menu .navbar .dropdown-menu li {
    background: rgba(255, 255, 255, .95);   
}

.program-horz-menu .navbar .dropdown-menu > li > a:hover {
    color: #333 !Important;
}

.program-horz-menu .navbar-default .navbar-brand {
    font-weight:bold;
    color: #212121;
    font-size: 18px;
    line-height:200%;
}

.program-horz-menu ul.navbar-nav li.active a {
    color: #c10435;
    font-size: 18px;
    line-height:200%;
}

.program-horz-menu ul.navbar-nav li a {
    font-size: 18px;
    line-height:200%;
}

.program-horz-menu ul.navbar-nav li a:hover {
    background: #e7e7e7;   
}

h1.program-title-image img {
    max-width:365px;
    width: 100%;
}



/* Steps List */

ol.steps-list {
    counter-reset:li; /* Initiate a counter */
    margin-left:0; /* Remove the default left margin */
    padding-left:0; /* Remove the default left padding */
}
ol.steps-list > li {
    position:relative; /* Create a positioning context */
    margin:0 0 20px 2em; /* Give each list item a left margin to make room for the numbers */
    padding: 6px 8px 10px 8px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
    border-top:2px solid #666;
    background:#f6f6f6;
}
ol.steps-list > li:before {
    content:counter(li); /* Use the counter as content */
    counter-increment:li; /* Increment the counter by 1 */
    /* Position and style the number */
    position:absolute;
    top:-2px;
    left:-2em;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    width:2em;
    /* Some space between the number and the content in browsers that support
       generated content but not positioning it (Camino 2 is one example) */
    margin-right:8px;
    padding:4px;
    border-top:2px solid #666;
    color:#fff;
    background:#666;
    font-weight:bold;
    font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    text-align:center;
}
li ol,
li ul {margin-top:6px;}
ol ol li:last-child {margin-bottom:0;}

/* Pathways
----------------------------------------*/

#twitter-widget-0 {width: 100% !important;}


/*---------------------------------------------------- RESPONSIVE STYLES --------------------------------------------------*/

/*--------------------------------------- >= 992 px ---------------------------------------*/
@media (min-width: 992px) {
	.primary-navbar .form-group {
	}
	.slider-container .col-sm-4 {
		width: auto;		
	}
	/*----------------------------- Content Slider -------------------------*/
	.rsSlideBlock {
		max-width: 500px;
		padding: 16px 18px;
	  background: #333;
	  background: rgba(0,0,0,0.6);
	  color: #FFF;
	}
	/* Animated Block Title */
	h2.rsSlideTitle {
		color: #f2b206;
		font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	  font-size: 38px;
	  font-weight: bold;
	  margin-top: 0;
	}
	/* Animated Block Horizontal Rule */
	.rsSlideBlock hr {
		margin: 10px 0;
	}
	/* Animated Block Text */
	.rsSlideMeta {
		font-family: Helvetica2, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	  font-size: 30px;
	  font-weight: normal;
	}
	/* Upper Left Quadrant */
	.rsSlideBlock-UL {
	  left: 45px;
	  top: 74px;
	}
	/* Lower Left Quadrant */
	.rsSlideBlock-LL {
		top: auto;
	  left: 45px;
	  bottom: 76px;
	}
	/* Upper Right Quadrant */
	.rsSlideBlock-UR {
		left: auto;
	  right: 45px;
	  top: 74px;
	}
	/* Lower Right Quadrant */
	.rsSlideBlock-LR {
		left: auto;
		top: auto;
	  right: 45px;
	  bottom: 76px;
	}
}
/*--------------------------------------- >= 768 px ---------------------------------------*/
@media (min-width: 768px) {
	footer .col-md-3 {
		width: 30%;
		padding-right: 0;
	}
	#social {
		margin-top: 10px;
		margin-right: 10px;
	}
	footer .col-md-6 {
		text-align: center;
		width: 40%;
	}
	#hometabscontent {
		max-height: 360px;
	}
	#pcc-one {
		
	}
	.navbar-brand {display:none;}
}
/*--------------------------------------- <= 992 px ---------------------------------------*/
@media (max-width: 992px) {
	/*----------------------------- Content Slider -------------------------*/
	.rsSlideBlock {
		max-width: 450px;
		padding: 13px 15px;
	  background: #333;
	  background: rgba(0,0,0,0.6);
	  color: #FFF;
	}
	/* Animated Block Title */
	h2.rsSlideTitle {
		color: #f2b206;
		font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	  font-size: 30px;
	  font-weight: bold;
	  margin-top: 0;
	}
	/* Animated Block Horizontal Rule */
	.rsSlideBlock hr {
		margin: 10px 0;
	}
	/* Animated Block Text */
	.rsSlideMeta {
		font-family: Helvetica2, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	  font-size: 24px;
	  font-weight: normal;
	}
	/* Upper Left Quadrant */
	.rsSlideBlock-UL {
	  left: 45px;
	  top: 30px;
	}
	/* Lower Left Quadrant */
	.rsSlideBlock-LL {
		top: auto;
	  left: 45px;
	  bottom: 30px;
	}
	/* Upper Right Quadrant */
	.rsSlideBlock-UR {
		left: auto;
	  right: 45px;
	  top: 30px;
	}
	/* Lower Right Quadrant */
	.rsSlideBlock-LR {
		left: auto;
		top: auto;
	  right: 45px;
	  bottom: 30px;
	}
	footer, footer a, footer a:link, footer a:visited {
		font-size: 16px;
	}
	footer .col-md-3 {
		width: auto;
	}
	footer .col-md-6 {
		width: auto;
		text-align: center;
	}
	footer .rgt, footer .lft {
		text-align: center;
	}
	#copy-bottom {
		margin: 20px 0 0 0;
	}
	#ftr-socialbtns #frst {
		margin-left: 0;
	}
	#copy-bottom {
		font-size: 12px;
	}
}
/*--------------------------------------- <= 767 px ---------------------------------------*/
@media (max-width: 767px) {
	.hdrow {
		text-align: center;
		height: 160px;
		position: relative;
	}
	#beta-mobile {
		float: left;
		margin-right: -92px;
	}
	#beta-mobile > a.beta-top {
	    color: #fff !important;
	    font-style: italic;
	    font-family: georgia, serif;
	    font-weight: normal;
	    text-transform: lowercase !important;
	    background: #000;
	    padding-left: 20px !important;
	    padding-right: 20px !important;
	    font-size: 16px !important;
	    margin-right: 0;
	    margin-bottom: -8px !important;
	    padding-top: 5px !important;
	        -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.18);
	        -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.18);
	    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.18);
	    border-bottom: 3px solid #F4B108;
	}
	
	#beta-mobile a.beta-top:hover {
	    background-color: #212121 !important;  
	    box-shadow:none;
	        -webkit-box-shadow:none;
	        -moz-box-shadow: none;
	}
	#pcc-logo {
		float: none;
		width: 180px;
		margin-top: 22px;
		margin-right: auto;
		margin-left: auto;
	}
	#tagline {
		width: 50%;
		margin-left: 45%;
		margin-top: -135px;
		float: right;
	}
	.primary-navbar .navbar-brand {
    font-size: 24px;
	}
	.primary-navbar .lp-login-sm {
		height: 56px;
		background-color: #FFF;
		padding: 3px 0;
		text-align: center;
		border: 2px solid #BA0434;
		border-radius: 4px;
	}
	/* Remove the top border of the mobile search form 
	then move the inset shadow to the bottom only 
	since the containing div already creates it just above */
	.primary-navbar .navbar-form {
		border-top: none;
		box-shadow: inset 0 -1px 0  rgba(255, 255, 255, 0.1);
	}
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 44px;
	}
	.header-search {
		margin-right: 5px;
		margin-top: 0;
	}
	.primary-navbar .nav > li > a {
		border-top: 1px solid #101010;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
		padding-left: 20px;
	}
	#pcc-one {
		margin-bottom: 20px;
	}
	/* ------------ Mobile Search Form------------- */
  #mobilesearch {
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #f5f5f5;
		padding: 6px;
	}
	label#msformlabel  {		
		font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #333;
    font-size: 20px;
    margin-bottom: 4px;
  }
  #mobilesearch input[type='radio']:checked + label {
	  color: #FFF;
	}
  #mobilesearch .well {
  	margin-bottom: 14px;
  	border-radius: 0;
  }
  #mobilesearch .btn {
    border-radius: 0;
		font-size: 14px;
  }
  #mobilesearch .form-control {
		border-radius: 0;
		outline: none;
	}
	#mobilesearch .form-group {
		margin-bottom: 6px;
	}
	#sfbButton {
		display: none;
	}
	/*----------------------------- Content Slider -------------------------*/
	.rsSlideBlock {
		max-width: 380px;
		padding: 12px 14px;
	  background: #333;
	  background: rgba(0,0,0,0.6);
	  color: #FFF;
	}
	/* Animated Block Title */
	h2.rsSlideTitle {
		color: #f2b206;
		font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	  font-size: 22px;
	  font-weight: bold;
	  margin-top: 0;
	}
	/* Animated Block Horizontal Rule */
	.rsSlideBlock hr {
		margin: 8px 0;
	}
	/* Animated Block Text */
	.rsSlideMeta {
		font-family: Helvetica2, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	  font-size: 18px;
	  font-weight: normal;
	}
	/* Upper Left Quadrant */
	.rsSlideBlock-UL {
	  left: 45px;
	  top: 30px;
	}
	/* Lower Left Quadrant */
	.rsSlideBlock-LL {
		top: auto;
	  left: 45px;
	  bottom: 30px;
	}
	/* Upper Right Quadrant */
	.rsSlideBlock-UR {
		left: auto;
	  right: 45px;
	  top: 30px;
	}
	/* Lower Right Quadrant */
	.rsSlideBlock-LR {
		left: auto;
		top: auto;
	  right: 45px;
	  bottom: 30px;
	}
	#toggleAutoPlayBtn {
		font-size: 16px;
		color: #BA0434;
		border-radius: 8px;
		background-color: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8);
		border: 1px solid #ccc;	
		padding: 16px;
	}
	.tabsvidrow, .socialrow {
		padding-bottom: 10px;
		padding-top: 0;
	}
	footer .rgt {
		text-align: left;
	}
	footer a, footer a:link, footer a:visited {
		font-size: 16px;
	}
	#social {
		padding-top: 4px;
	}
	footer#home, footer {
		min-height: 1px;
	  background-image: none;
	  padding-top: 0;
	  text-align: center;
	}
	footer#home #ftrow, footer #ftrow {
		padding-top: 20px;
		padding-bottom: 20px;
		background-color: rgba(193, 4, 53, 1.0	);
		min-height: 190px;
	}
	footer .rgt {
		text-align: center;
	}
	footer .col-md-6 {
		text-align: center;
	}
}
/*--------------------------------------- <= 600 px ---------------------------------------*/
@media screen and (max-width: 600px) {
	.action2 a {
		float: none;
		width: 100%;
		font-size: 18px;
		margin: 5px 0;
	}
	.action2 h3 {
		text-align: center;
	}
	.action2 a.btn-mid {
		margin: 5px 0;
	}
	.container {
		padding-right: 10px;
		padding-left: 10px;
	}
	/*----------------------------- Content Slider -------------------------*/
	.rsSlideBlock {
		padding: 8px 10px;
	  background: #333;
	  background: rgba(0,0,0,0.6);
	  color: #FFF;
	}
	.rsSlideBlock img {
		width: 50%;
	}
	/* Animated Block Title */
	h2.rsSlideTitle {
		color: #f2b206;
		font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
	  font-size: 16px;
	  font-weight: bold;
	  margin-top: 0;
	}
	/* Animated Block Horizontal Rule */
	.rsSlideBlock hr {
		margin: 8px 0;
	}
	/* Animated Block Text */
	.rsSlideMeta {
		font-family: Helvetica2, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	  font-size: 12px;
	  font-weight: normal;
	}
	/* Upper Left Quadrant */
	.rsSlideBlock-UL {
	  left: 0;
	  top: 0;
	}
	/* Lower Left Quadrant */
	.rsSlideBlock-LL {
		top: auto;
	  left: 0;
	  bottom: 20px;
	}
	/* Upper Right Quadrant */
	.rsSlideBlock-UR {
		left: auto;
	  right: 0;
	  top: 0;
	}
	/* Lower Right Quadrant */
	.rsSlideBlock-LR {
		left: auto;
		top: auto;
	  right: 0;
	  bottom: 20px;
	}
	.rsArrowIcn {
		display: none;
	}
}
/*--------------------------------------- >= 768 px ---------------------------------------*/
@media (min-width: 768px) {
	#action-mobile {
		display: none;
	}
}
/*--------------------------------------- 768 > 991 px (aka Tablet Portrait) ---------------------------------------*/
@media (min-width: 768px) and (max-width: 991px) {
	.tertiary-navbar .navbar-nav > li > a {
		letter-spacing: 0;
	}
	.primary-navbar .header-search {
    padding: 0px;
    margin: 0px;
	}
	.container {
    max-width: 820px;
	}
	.primary-navbar .nav > li > a {
		font-size: 16px;
    padding-left: 6px;
    padding-right: 6px;
	}
}
/*--------------------------------------- 768 > 800 px (aka Tablet Portrait) ---------------------------------------*/
@media (min-width: 768px) and (max-width: 800px) {
	#topcc {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
/*
	.primary-navbar .navbar-form {
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 0;
	}
	.primary-navbar .header-search {
		padding: 0;
		margin: 0;
	}
	.primary-navbar .navbar-form .form-control {
		width: 65%;
	}
	.primary-navbar .navbar-form .btn {
		width: 35%;
	}
*/
}
@media screen and (min-width: 0px) and (max-width: 500px) {
  .videoGallery .rsTmb {
    padding: 0;
  }
  .videoGallery .rsThumbs .rsThumb {
    width: 67px;
    height: 50px;
  }
  .videoGallery .rsTmb span {
    display: none;
  }
  .titleBlock {
    font-size: 14px;
  }
}

/*--------------------------------------- <= 367 px ---------------------------------------*/
@media screen and (max-width: 366px) {
	.homevideo p#pcc1-title {
		padding-top: 6px;
		padding-left: 6px;
	}
	#ftr-socialbtns a {
		margin: 0 6px;
	}
}

/* Fix for Full Screen Bootstrap bug */
.row {
  margin-left: 0;
  margin-right: 0;
}
.text-highlight, .text-highlight a {
	color: #f2b206 !important;
	font-weight: bold;
}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

@media (max-width: 768px) {}

@media (max-width: 767px) {}

@media screen and (min-width: 768px) {}

@media screen and (min-width: 768px) {}

@media screen and (max-width: 400px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 1200px) {}