@charset "utf-8";

/*------------------------------------*\
    GLOBALS
\*------------------------------------*/

body {
	font-family: 'Lato', Arial, Helvetica, sans-serif;
	font-size: 15px;
	background-color: #925ba1;
	color: #555556;
}

a, a:hover, a:focus, a:active {
	color: #804092;
}
:focus {
outline: none !important;
}

h1 {
	font-size: 1.867em /*28px*/;
}
h2 {
	font-size: 1.600em /*24px*/;
}
h2, h2 a, h2 a:hover, h2 a:visited, h2 a:active, h3, h3 a, h3 a:hover, h3 a:visited, h3 a:active {
	color:#ee5e2d;
	text-decoration:none;
}
#news-block h2 a, #news-block h2 a:hover, #news-block h2 a:visited, #news-block h2 a:active, #events-block h2 a, #events-block h2 a:hover, #events-block h2 a:visited, #events-block h2 a:active {
	color:#804092;
}
footer h3 {
	text-transform:uppercase;
	color:#fff;
}
h3, h4, h5 {
	font-size: 1.200em  /*18px*/;
}
h1, h2, h3, h4, h5 {
	font-weight:400;
	margin:0 0 25px 0;
}

p {
	line-height:30px;
	margin:15px 0;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.container {
	padding-left: 0;
	padding-right: 0;
}
header {
	min-height: 140px;
	float: none;
}
#logo .img-responsive {
	margin-top:28px;
	margin-bottom:15px;
}
.row {
	margin: 0;
}
/*----------*
BACKGROUNDS AND CONTAINERS
------------*/
.dots {
background-image:url(../images/dot.gif);
background-repeat:repeat-x;	
background-position:bottom center;
}
#btm-dots {
	height:13px; 
	width:100%;
}
.whiteBG {
background-color:#fff;	
}
.purpleBG {
background-color:#804092;	
}
.orangeBG {
background-color:#faa44f;	
}
.lavBG {
background-color:#bf9fc8;		
	background-image:url(../images/lavBG.gif);
	background-repeat:no-repeat;
	background-position:center center;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}

@media (min-width: 641px) {
	
.flexit {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;        /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;     /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */	

}
.fill-height-or-more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} 

.fill-height-or-more > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
}
/*------------------------------
 BUTTONS
--------------------------------*/
.btn {
   
  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px; 
   
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: thin dotted;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
}
.btn-default, a.btn-default {
    background-color: #804092;
    border-color: #804092;
    color: #fff;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-color: #925ba1;
    border-color: #925ba1;
    color: #fff;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-search, a.btn-search {
    background-color: #fff;
    border-color: #fff;
    color: #f05d21;
}
.btn-search:hover, .btn-search:focus, .btn-search:active, .btn-search.active, .open .dropdown-toggle.btn-search {
    background-color: #fff;
    border-color: #fff;
    color: #f05d21;
}
.btn-search:active, .btn-search, .open .dropdown-toggle.btn-search {
    background-image: none;
}
.btn-signup, a.btn-signup {
    background-color: #faa44f;
    border-color: #f05d21;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-top:12px solid #f05d21;
    color: #fff;
	background-image:url(../images/icon-signup.png);
	background-repeat:no-repeat;
	background-position:15px center;
	padding:15px 15px 15px 83px;
	font-size:1.200em;
	text-align:left;
	line-height:24px;
}
.btn-signup span {
	font-size:1.556em;
	display:block; 
	clear:both;
}
.btn-signup:hover, .btn-signup:focus, .btn-signup:active, .btn-signup.active, .open .dropdown-toggle.btn-signup {
    background-color: #faa44f;
    border-color: #f05d21;
/*	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-top:12px solid #f05d21;*/
    color: #fff;
}
.btn-signup:active, .btn-signup, .open .dropdown-toggle.btn-signup {
    background-image: none;
}

.btn-lav, a.btn-lav {
    background-color: #bf9fc8;
    border-color: #804092;
    color: #804092;
}
.btn-lav:hover, .btn-lav:focus, .btn-lav:active, .btn-lav.active, .open .dropdown-toggle.btn-lav {
    background-color: #804092;
    border-color: #804092;
    color: #bf9fc8;
}
.btn-lav:active, .btn-lav.active, .open .dropdown-toggle.btn-lav {
    background-image: none;
}
/*------------------------------
 ARROWS
--------------------------------*/
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	
	border-left: 5px solid #f05d21;
	display:inline-block;
	/*margin-bottom:2px;
	margin-left:3px;*/
}
.more > .arrow-right {
	margin-left:3px;
}
/*------------------------------
 HOME
--------------------------------*/

#secondary-nav {
color:#f05d21;
font-size:0.800em;
text-transform:uppercase;	
margin-top:10px;
margin-bottom:15px;
}
#secondary-nav ul li {
	list-style:none;
	margin-left:10px;
	display:inline-block;
	line-height: 1.85em;
	float:left;
}

#secondary-nav ul li a {
	 color: #f05d21;
}

#secondary-nav ul {
    float: right;
	margin:0;
	padding:0;

}

#searchit .btn, #searchit .form-group {
	float:left;
}
#searchit {
border:1px solid #b3b3b7;	
}
#searchit .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 0px; 
  	-moz-border-radius: 0px;
  	-webkit-border-radius: 0px;
  	-moz-box-shadow:none !important;
   	-webkit-box-shadow: none !important;
   	box-shadow: none !important;
    display: block;
    
}


.form-fit {
display:inline-block;
margin:25px auto;	
}

#searchit .form-control:focus {
   color: #f05d21;
 	-moz-box-shadow:none !important;
  	-webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 none;
}
#searchit .form-control::-moz-placeholder {
    color: #f05d21;
	font-weight:normal;
    opacity: 1;
}
.input-sm, .btn-sm {
    height: 20px;
    line-height: 1em;
    padding: 0px 10px;
}

#slideshow {
padding-left:0;
padding-right:0;	
}
.padit {
padding-top:25px;
padding-bottom:25px;	
}
#welcome-block {
	text-align:justify;
	padding-right:0;
}

#signup-block {
	
}
#home-content .col-lg-9 { width: 72%; }
#home-content .col-lg-3 { width: 28%; }

#signup-block, #story-img-block {
	text-align:right;
}
#newsletter-block h2 {
	display:block;
	color:#fff;
	padding-top:15px;
	padding-bottom:20px;
	border-bottom:1px solid #fff;
	text-align:center;
}
#newsletter-block h3 {
	color:#fff;
	text-align:center;
}
#newsletterit-signup input.form-control {
	  -webkit-border-radius: 0px; 
  -moz-border-radius: 0px; 
  border-radius: 0px; 
  border-color:#fff;
  -moz-box-shadow:    0px 0px 0px #ccc;
  -webkit-box-shadow:  0px 0px 0px #ccc;
  box-shadow:          0px 0px 0px #ccc;
}
/*------------------------------
 NEWS AND EVENTS
--------------------------------*/
#news-list, #events-list {
	color:#fff;
	margin:0;
	padding:0;
}
#news-list li, #events-list li{
	list-style:none;
	margin-bottom:20px;
}
#news-list li a, #events-list li a {
	color:#fff;
}
span.date, span.loc {
	font-size:0.800em;
	display:block;
	clear:both;
}
span.date {
	font-weight:700;
}

a.more, a.more:hover, a.more:active, a.more:focus {
	color:#f05d21;
	font-size:0.933em;
	text-decoration:none;
}
.event-listing {
	margin-bottom: 25px;
}
.return-link {
	font-weight: bold;
	float: right;
	clear:both;
	width:100%;
	text-align:right;
	margin-bottom:15px;
}
/*------------------------------
 INT
--------------------------------*/

#int-callout {
	padding:15px 10px 5px 10px;
	font-size:0.933em;
}
#int-callout img {
	max-width:100%;
}
#int-callout h2 {
	font-size:1.714em;
}
#int-callout h3 {
	font-size:1.286em;
}
#int-callout p {
	line-height:18px;
}
#int-callout p a {
	color:#555556;
}
#int-callout p a:hover {
text-decoration:none;	
}
#int-callout strong {
	color:#804092;
}

#int-content #content {
	min-height:500px;
	padding:30px;
}
#content h1 {
	text-align: center;
}
#sidebar {
	padding-bottom:25px;
	padding-top:25px;
}
#sidebar .pagetitle {
	color: #fff;
	margin: 0;
    font-weight: 700;
	font-size:0.867em;
}
#sidebar .pagetitle a { 
	color: #fff;
	text-decoration: none;
}
#sidebar li{
	list-style-type: none;
	margin: 0 0 7px 0;
	padding: 0;
	font-size:0.867em;
}
#sidebar ul{
	margin: 7px 0 0 0;
	padding: 0;
}
#sidebar ul.secondlevel{
	margin-bottom:40px;	
}
#sidebar li.menu_active a {
	font-weight:700;
	color:#fff;	
}
#sidebar li.menu_inactive a {
	font-weight:400;
	color:#fff;	
}
#sidebar .secondlevel li {
	padding: 0 0 0 0;
}
#sidebar .secondlevel li > ul > li {
	padding: 0 0 0 15px;
}

/*------------------------------
 NAVIGATION
--------------------------------*/
.mean-container .mean-nav ul li a.mean-expand {
    height: 27px !important;
}
.navbar-collapse{
	max-height:none !important;

}
@media (min-width: 992px) {	

/*.masthead {
	margin-left:-15px;	
	margin-right:-15px;
}*/
.navbar {
  	min-height: 40px;
   
}
.navbar-default {
    background-color: transparent;
	
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}
/*---navbar centering/justify start--*/

ul.navbar-nav {
    padding: 0 !important;
	margin:0 !important;
   /* display:table !important;
    width:100% !important;
	max-width:100% !important;*/
    font-size:0 !important;
	
}
	

.navbar-default .navbar-nav > li {
   /* display:table-cell !important;
	float:none;*/
	
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	line-height:0;


}
/*---navbar centering/justify end--*/
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.navbar-collapse > ul > li {
	/*width: 20%; /* fallback for non-calc() browsers */
	/*width: calc(100% / 5);*/
	font-weight:400;
	font-size:18px;
	text-align:center;
	text-transform:uppercase;
}
.home-nav > ul > li {
	/*width: 16.6666666%;  fallback for non-calc() browsers */
	/*width: calc(100% / 6);*/
}
.navbar-collapse > ul {
	/*width:100%;	*/
}
.navbar-nav > li > a {
	/* removes default padding
	padding: 0;
	*/
}
.nav > li > a {
	/* adjust navbar item height and padding here
	height: 50px;
	padding: 6px 10px 0 10px;
	*/
}
.navbar {
	-webkit-border-radius: 0px; 
	-moz-border-radius: 0px; 
	border-radius: 0px; 
	border: 0;
	margin-bottom: 0;
}
.navbar-default {
	border-color: #fff;
}
.navbar-default .navbar-brand {
	color: #5e5e5e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #fff;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #faa44f;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #faa44f;
	background-color: transparent;
	
}
.navbar-default .navbar-toggle {
	border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}
.navbar-default .navbar-nav {
	background-color:#804092;
}

.navbar-default .navbar-nav > li {
	border-left: 0px solid #666;	
	/*margin-top:5px;
	margin-bottom:5px;*/
	padding-left:7px;
	padding-right:7px;
}
.navbar-default .navbar-nav > li:first-child {
	border-left: 0;	
}
.dropdown-menu {
	/* dropdown bg
	background-color: #6C207E;
	*/
}
.dropdown-menu li {
	text-align: left;
}
.dropdown-menu li a {
	text-align: left;
	color: #082d81;
}
.dropdown-menu:before,
.dropdown-menu:after {
	display:none;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus {
	color: #666;
	/* dropdown menu styles
	color: #f05d21;
	background-color: transparent;
	*/
}
.dropdown-toggle {
	cursor: pointer;
}

/*------------------------------
 MULTI-LEVEL NAV SUPPPORT
--------------------------------*/
.dropdown {
  	position: relative;
}
.dropdown-toggle:focus {
  	outline: 0;
}
.dropdown-menu {
  	position: absolute;
  	top: 99%;
  	left: 0;
  	z-index: 1000;
  	display: none;
 	float: left;
  	min-width: 160px;
 	padding: 5px 0;
  	margin: 2px 0 0;
  	font-size: 14px;
  	text-align: left;
  	list-style: none;
  	background-color: #804092;
  	-webkit-background-clip: padding-box;
    background-clip: padding-box;
  	/*--custom--*/
  	border: 0px solid #ccc;
  	border: 0px solid rgba(0, 0, 0, .15);
 
   	-webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
	/*--custom--*/
  	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
  	right: 0;
  	left: auto;
}
.dropdown-menu .divider {
  	height: 1px;
  	margin: 9px 0;
  	overflow: hidden;
  	background-color: #925ba1;
}
.dropdown-menu > li > a {
  	display: block;
  	padding: 3px 20px;
  	clear: both;
  	font-weight: normal;
  	line-height: 1.42857143;
  	color: #fff;
  	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  	color: #faa44f;
  	text-decoration: none;
  	background-color: #804092;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  	color: #faa44f;
  	text-decoration: none;
  	background-color:#925ba1;
  	/*background-color: #428bca;*/
  	outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  	color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
 	 text-decoration: none;
  	cursor: not-allowed;
  	background-color: transparent;
  	background-image: none;
  	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
  	display: block;
}
.open > a {
  	outline: 0;
}
.dropdown-menu-right {
  	right: 0;
  	left: auto;
}
.dropdown-menu-left {
  	right: auto;
  	left: 0;
}
.dropdown-header {
  	display: block;
  	padding: 3px 20px;
  	font-size: 12px;
  	line-height: 1.42857143;
  	color: #777;
  	white-space: nowrap;
}
.dropdown-backdrop {
  	position: fixed;
  	top: 0;
 	right: 0;
 	bottom: 0;
  	left: 0;
  	z-index: 990;
}
.pull-right > .dropdown-menu {
  	right: 0;
  	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  	content: "";
  	border-top: 0;
  	border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  	top: auto;
  	bottom: 100%;
  	margin-bottom: 1px;
}

/*--CUSTOM MENU STYLES--*/

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 0px 0px 0px 0px;
    -moz-border-radius: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}
}

/*------------------------------
 FORM STYLES (Bootstrap))
--------------------------------*/

.form-control {
	width: 75%;
}
.form-group span.required {
	color: red;
}
.recaptcha {
	margin-top:15px;
}
.form-group input.error, 
.form-group select.error, 
.form-group textarea.error { 
	border: .1em solid red; 
}
.form-group label.error {
	font-weight: normal;
	color: red;
	margin: 1.0em 0 0 0;
}

/*------------------------------
 FOOTER
--------------------------------*/

footer p {
	line-height:18px;
	font-size:0.933em;
}
footer, footer a, footer a:hover, footer a:active, footer a:visited {
	color: #fff;
	
}
footer h3 {
font-size:1.286em;
}
footer .btn-signup {
	margin-bottom:25px;
}
footer .btn-signup, footer a.btn-signup {
    background-color: #faa44f;
    border-color: #f05d21;
	border-left:0px;
	border-right:0px;
	border-bottom:0px;
	border-top:12px solid #f05d21;
    color: #fff;
	background-image:url(../images/f-icon-signup.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding:10px 15px 10px 68px;
	font-size:1em;
	text-align:left;
	line-height:20px;
}
#shareit {
	padding-top:10px;
	padding-bottom:10px;
}
#shareit span.share-label {
	display:inline-block;
	margin-right:2px;
	height:16px;
	line-height:16px;
	
	
}
#shareit .addthis_toolbox {
	display:inline-block;
	
}
#shareit .custom_images a {
	margin-right:2px;
	cursor: pointer;
}
.copyright {
	font-size:0.786em;
	text-align:center;
}
/*------------------------------
 MEDIA QUERIES
--------------------------------*/

@media (min-width: 1200px) {
	.container {
		/* this should be set to width of container if default not used*/
		width: 1000px;
		
	}
}


@media screen and (max-width: 992px) {
	.container {
		width: auto;
	}
	.navbar {
		display: none;
	}
    .collapse.in{
          display:block !important;
    } 
	.purpleBG {
		display:none;
	}
	header {
		min-height:25px;
		padding-bottom:25px;
	}
	#logo .img-responsive {
		
	}
	#home-content .col-md-9 { width: 70%; }
	#home-content .col-md-3 { width: 30%; }
}

@media screen and (max-width: 768px) {
	input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: none; /* mobile firefox too! */
}
	#logo .img-responsive {
		margin:25px auto 15px auto;
		
	}
	#secondary-nav {
		text-align:center;
	}
	#secondary-nav ul {
		margin:auto;
		float:none;
		display:inline-block;
		
	}
	#secondary-nav ul li {
	margin-left:5px;
	margin-right:5px;
	}
	img {
		max-width: 100%;
	}
	
	.form-group {
		padding:0;
		margin-bottom:0;
		clear:none !important;
		float:left;
		display:inline-block;
		width:85%;
	}
	.navbar-nav {
		padding:0;	
		margin:0;
	}
	.navbar-nav > li >a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.nav > li > a {
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	/*#sidebar {
		height: auto;
		padding: 20px;
	}
	#sidebar .pagetitle {
		padding: 0;
	}*/
	.form-control {
		width: 100%;
	}
	#int-content {
		min-height: inherit;
	}
	#int-content .content {
		padding: 20px 10px 0 10px;
	}
	#home-content .col-sm-9 { width: 60%; }
	#home-content .col-sm-3 { width: 40%; }
}

@media screen and (max-width: 677px) {
#secondary-nav ul li:first-child {
	display:block;
	clear:both;
	float:none;
	margin-bottom:20px;
	min-height:25px;
}
#searchit .form-control, #searchit .btn {
	line-height:22px;
}
#btm-dots {
	display:none;
}
#home-content .col-sm-9 { width: 100%; }
#home-content .col-sm-3 { width: 100%; text-align:center;}
#int-content #content{
		min-height:100px;
	}
#welcome-block {
	padding-right:15px;
}
}

@media screen and (max-width: 320px) {
	
}

