﻿@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family:"Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
	font-size: 13px;
	height:100%;
}
.header {
	height: auto !important;
	width: 100%;
	position: relative;
}
.container	{
	box-sizing: border-box  !important;
	border-bottom: 0  !important;
	margin:auto  !important;
    background:none  !important;
    border: 0  !important;
}
.side-navigation	
{
	display:none;
}
#contentBox
{
	margin-left:0;
	margin-right:0;
	min-width:inherit;
	margin-bottom:10px;
}

.rmm.style
{
	-webkit-box-shadow: 0 8px 12px rgba(0,0,0,.175);
    box-shadow: 0 8px 12px rgba(0,0,0,.175);
}
.header *,.footer * {
    box-sizing: border-box;
}

a.skip {
	position: absolute;
	left: -9999px;
	top: 0;
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #fff;
	color: #000;
	font-family: filson-soft, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	text-decoration: none;
	z-index: 50;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
a:active
{
	outline:none;
}
a.skip:hover {
	text-decoration: underline;
}
a.skip:focus {
	text-decoration: underline;
	left: 10px;
	top: 0;
	background-color: #fff;
	color: #000;
	outline: none;
}
.header-image {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 495px;
	z-index: -1;
}
.header-image {
	background-image: url(../Images/Header-Image.jpg);
	background-size: cover;
}
.top-header {
	min-height: 101px;
	background-color: rgba(255, 255, 255,1);
	margin-top: 15px;
	padding: 20px 15px;
	-webkit-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}
.logo {
	float: left;
	padding:14px 0;
}
.logo a
{
	text-decoration:none;
}

.mini-nav {
	float: right;
	height:100px;
}
.mini-nav ul {
	list-style: none;
	padding: 0;
	font-family: filson-soft, sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.mini-nav ul li {
	float: left;
	margin-right: 18px;
	padding:27px 0px 27px 0;
}
.mini-nav ul li > a {
	text-decoration: none;
    color: #000;
    margin: 0;
    display: block;
    padding:0;
    font-size: 13px;
    font-family: filson-soft, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.mini-nav ul li:last-child {
	margin-right: 0;
	padding-top:23px;
}
.mini-nav .toggle-menu-btn .fa-bars
{
	line-height:normal;
	vertical-align: -12%;
}

.search-box {
	position: relative;
}
.search-btn {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
}
.bottom-container {
	/*width: 663px;*/
	position: absolute;
	bottom: 28px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 200;
	margin: 0 auto
}
.bottom-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block
}
.bottom-links ul li {
	float: left;
	padding: 0;
	margin: 0;
	display: table-cell;
}
.bottom-links ul li a {
	
	font-family: "filson-soft", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	display: block;
	padding: 0 10px;
	margin-right: 15px;
	background-color: rgba(255,255,255,.7);
	color: #000;
	line-height: normal;
	transition: color 0.2s ease-in-out;
}
.bottom-links ul li:last-child a {
	margin-right: 0;
}
.box {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.box > a {
	text-decoration: none;
}
.box-img {
	position: relative;
	overflow: hidden;
	max-height: 265px;
}
.box-caption {
	background-color: #e0e0e0;
	color: #820000;
	padding: 0;
	height: 48px;
	line-height: 1.2em;
	position: relative;
	width: 100%;
	vertical-align: middle;
	text-align: center;
	display: table;
}
.box-caption p {
	font-size: 18px;
	font-family: "filson-soft", sans-serif;
	margin: 0;
	display: table-cell;
	margin: 0;
	padding: 0 1em;
	vertical-align: middle;
	width: 100%;
	padding-top: 2px;
}
.box-img img {
	position: relative;
	z-index: 4;
	display: block;
	width: 100%;
}
.footer {
	background-image: url(../Images/Footer-Image.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 250px;
	padding: 35px 0;
	font-size:14px;
}
.footer-left span {
	display: block;
}

.address-box .footer-box:first-child {
	border-left: 0;
	padding-left: 0px;
}
.footer h2 {
	font-family: "filson-soft", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 10px 0;
}
.footer span {
	font-family: filson-soft, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	line-height: 1.4em;
	display:block;
}
ul.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
ul.footer-links li {
	padding-bottom: 10px;
	line-height: normal;
}
ul.footer-links li a {
	font-family: "filson-soft", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	color: #000;
	display:block;
	transition: color 0.2s ease-in-out;
}
.bottom-links ul li a:hover {
	color: #820000;
}
ul.footer-links li a:hover, ul.footer-address li a:hover
{
	color:#900;
}
.footer-box {
	border-right: 1px solid #820000;
    display: inline-block;
    min-height: 165px;
}
.footer-left {
	padding-left: 30px;
	margin-bottom: 70px;
}
.phone-no {
	margin: 20px 0 10px 0;
}
ul.footer-address {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 14px;
	color: #000;
	margin: 20px 0;
}
ul.footer-address li {
	float: left;
}
span.seprator {
	margin: 0 5px;
	display: inline;
}
ul.footer-address li a {
	font-size: 14px;
	color: #000;
	transition: color 0.2s ease-in-out;
}
ul.social-links {
	clear:both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-box:first-child ul.social-links {
	margin-left: -18px;
}
ul.social-links li {
	float: left;
	margin-bottom: 5px;
}
ul.social-links li a {
	margin-right: 10px;
	text-decoration:none;
}
ul.social-links li:last-child a
{
	margin-right:0;
}
.footer-top {
	margin-bottom: 30px;
}
.footer-top a
{
	text-decoration:none;
}
.acc-img {
	margin-right: 10px;
}
.date {
	font-family: "jaf-domus", sans-serif;
	font-size: 18px;
	float: left;
	color: #000;
	width: 53px;
	height: 50px;
	background-color: #cfcfcf;
	border: 2px solid #bdbdbd;
	border-radius: 5px;
	margin-right: 10px;
	text-align: center;
}
.date span {
    margin-top: -2px;
}
.date .day, .date .month {
	display: block;
}
.event-details {
	padding: 5px 0
}
.event-details a {
	transition: color 0.3s ease-in-out;
}
h2.title-text {
	font-family: filson-pro, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	color: #737373;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}
.row-top {
	margin-bottom: 30px;
	margin-top:50px;
	clear: both;
}
.row-bottom {
	margin-bottom: 30px;
	clear: both;
}
.events {
	list-style: none;
	margin: 0;
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
}
.events li {
	clear: both;
	padding:0;
	line-height: 20px;
	margin-bottom: 25px;
	display: inline-block;
	width: 100%;
}
.events li:first-child {
	padding-top: 0;
}
.event-name {
	font-family: filson-soft, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	display: block;
}
.event-details a
{
	color:#820000;
	text-decoration:none;
}
.event-details a:hover
{
	color:#3d3d3d;
	text-decoration:underline;
}
 
.more-events {
	text-align: center;
	display: block;
	margin-bottom: 0;
}
.more-events >a {
	font-family: filson-soft, sans-serif;
	font-style: normal;
	font-weight: 300;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	color: #820000;
	position:relative;
}
.more-events .fa-2x
{
	font-size: 1.3em;
    padding-left: 8px;
    position: absolute;
    top: -1px;
    right: auto;
}

.events-calendar {
	position: relative;
	padding: 0 22px;
}
.carousel {
	position: relative;
/*	padding: 0 22px 0 7px;*/
padding:0 40px;
	overflow:hidden;
	z-index:1;
}
/*Slider */
.carousel-inner > .item > img,  .carousel-inner > .item > a > img {
	width: 100%;
	margin: auto;
}
.carousel-caption {
	position:static;
	text-shadow: none;
	text-align: left;
	padding-top: 15px;
}
h3.carousel-title {
	font-family: filson-pro, sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
h3.carousel-title > a
{
	color:#820000;
	text-decoration:none;
	line-height:1.4em;
}
h3.carousel-title > a:hover
{
	color: #737373;
	text-decoration:underline;
}
.carousel-Description {
	color: #000 !important;
	font-family: filson-soft, sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	margin-bottom: 20px
}
.readMore {
	color: #820000;
	text-decoration: underline;
	margin-left:5px;
}
.readMore:hover, .more-events >a:hover {
	color: #3d3d3d;
	text-decoration:underline;
}
.carousel-indicators .active {
	background-image:url(../Images/red-circle.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center center;
	width: 13px;
	height: 13px;
	margin: 1px;
	margin-left: 10px;
}
.carousel-indicators li {
	background-image:url(../Images/black-circle.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center center;
	width: 13px;
	height: 13px;
	margin-left: 10px;

}
.carousel-indicators {
	bottom: 0px;
}
.carousel-control
{
	opacity:1;
	top:30%;
	width:auto;
	background-color:transparent;
	text-shadow:none;
}
.carousel-control.left {
	/*background-image: url(../Images/slider-arrow-left.png);*/
	background:none;
	background-image:none;
	background-color:transparent;
	outline:0;
	-ms-filter: none;
	filter:none;
}
.carousel-control.right {
	/*background-image: url(../Images/slider-arrow-right.png);*/
	background:none;
	background-image:none;
	background-color:transparent;
	outline:0;
	-ms-filter: none;
	filter:none;
}
.carousel-control .fa  {
	color:#cfcfcf;
}

.top-nav-links {
	display: none;
}
.menu-text {
	float: left;
}
.navbar-toggle {
	display: block;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	margin-top: 24px;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.skip-nav {
	position: absolute;
	top: -45px;
	left: 0;
	height: 0;
	width: 0;
	z-index: 9999999;
}
/*search-box*/
.ms-mpSearchBox a.ms-srch-sb-searchLink img.ms-srch-sbLarge-searchImg
{
	display:none;
}
.search-box > input.searchBox {
	width: 130px;
	height: 25px;
	color: #000;
	padding: 4px 20px 4px 5px;
	margin:0;
	margin-top: 22px;
	font-family: filson-soft, sans-serif; 
  	font-style: normal; 
  	font-weight: 400;
	font-size:12px;
	border:1px solid #666;
}
.search-box .btnSearch ,.search-box input[type=button] {
	background-image: url(../Images/header-Search-Icon.png);
	background-repeat: no-repeat;
	background-color:transparent;
	min-width:10px;
	width: 10px !important;
	height: 10px !important;	
	background-size: cover;
	position: absolute;
	top: 7px;
	right: 6px;
	margin: 0 !important;
	padding: 0;
	cursor:pointer;
	border: 0;
}
.search-box > .btnSearch:focus
{
	outline:0;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink:hover
{
	background-color:transparent;	
}
.ms-srch-sbLarge
{
	background:none;
}
.ms-mpSearchBox {
    width: 130px;
    position: relative;
}
#SearchBox
{
	width:100%;
	float:none;
}
.ms-srch-sb-border
{
    border: 1px solid #666;
    padding: 0;
    height: 25px;
    width:100%;
}
.ms-srch-sb-border:hover,.ms-srch-sb-border:focus,.ms-srch-sb-borderFocused,.ms-srch-sb-border:active
{
	border: 1px solid #666;
    padding: 0;
    height: 25px;
    width:100%;
}

.search-box input::-webkit-input-placeholder { /* Chrome */
 color: #000;
}
.search-box input:-ms-input-placeholder { /* IE 10+ */
 color: #000;
}
.search-box input::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
.search-box input:-moz-placeholder { /* Firefox 4 - 18 */
 color:#000;
}
img.Bb {
	margin: 0;
	margin-top: -2px;
	width: 18px;
	height: 18px;
}
.header .container {
	display: none;
}
table.events tr {
   margin: 10px 0;
}

table.events tr td {
   padding-bottom: 20px;
}
.links-box .footer-box:last-child
{
	border-right:0;
}
.top-header.header-bg
{
	background-color: rgba(255, 255, 255,1);
	/*border-bottom:1px solid #e7e7e7;*/
}
.searchform
{
	position:relative;
	padding:38px 0;
}
a.menu-active
{
	background-color:#fff !important;
	transition:all .3s  ease-in-out;
}
/*===== Custome style =====*/
#s4-bodyContainer
{
	padding-bottom:0;
}
#s4-titlerow
{
	height:auto;
}
#s4-titlerow,div.welcome
{
	padding:0;
}
/*Ribbon style*/
.ms-core-brandingText {
    font-size: 1.2em;
    padding-left: 20px;
    width: 100%;
}
.ms-core-suiteLink a:hover
{
	background-color:#4c9cd7;
}
.ms-core-suiteLink a,.ms-core-suiteLink a:visited,.ms-core-suiteLink a:hover
{
	color:#fff;
}
.ms-siteactions-root > span > a.ms-core-menu-root,#suiteBarButtons span ,.ms-qatbutton span,.ms-dlgCloseBtn span,#ms-designer-ribbon *
{
	-webkit-box-sizing: initial !important;
	-moz-box-sizing: initial !important;
	box-sizing: initial !important;		
}
.ms-navedit-editLinksText
{
	display:none !important;
}
/*overwrite bootstrap style*/
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0;
    font-weight: inherit;
}

@media (min-width: 768px) {
.container {
	width: 750px !important;
}
.footer-box:first-child ul.social-links {
	margin-left: 0;
}
/*Main Navigation*/

.rmm.style ul {
	display: block;
}
.rmm.style>ul > li {
	width: 20%;
	position: relative;
}
.rmm-submenu li {
	width: 100%!important;
}
.rmm.style {
	background-color: #fff;
	padding: 22px 15px;
	display: none;
	
}
.rmm-menu {
	margin-left: -15px;
	margin-right: -15px;
}
.rmm ul:hover {
	background-color: #fff;
}
.rmm-menu ul li:hover, .rmm.style ul li a, .rmm ul li:hover, .rmm ul ul li a:hover, .rmm.style ul li:hover, .rmm.style ul ul li a:hover {
	background-color: transparent;
}
.rmm.style ul {
	background-color: #fff;
	box-shadow: none;
}
.rmm.style ul li a:hover {
	background-color: transparent;
}
.rmm.style ul ul li {
	border: 0;
}
.rmm.style ul li a {
	font-family: filson-soft, sans-serif;
	font-style: normal;
	font-weight: 400;
	color:#000;
	font-size: 15px;
	padding: 0px 15px 10px 15px;
}
.rmm.style ul ul li a {
	font-family: filson-soft, sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #000;
	font-size: 15px;
	padding: 0 15px 10px 15px;
	display:block;
}
.rmm.style ul ul li a:hover {
	color: #820000;
	text-decoration:underline;
}
.rmm.style ul ul {
	display: block;
	background-color: #fff;
}
.rmm.style ul li > a:not(:only-child):after {
	content: "";
	background-color: transparent;
}
.rmm.style ul li > a:not(:only-child):after:hover {
	background-color:transparent;
}
.rmm ul ul {
	top: initial
}
/*ul.rmm-submenu {
	border-right: 1px #4d4d4d solid;
}*/
.rmm ul {
	padding-bottom: 20px;
}
.rmm-menu li:nth-child(5) ul.rmm-submenu {
	border: 0;
}
.rmm.style ul {
	display: block;
}
.rmm-toggled.rmm-view.rmm-closed, .rmm-toggled {
	display: none !important;
}
.logo img {
    width: 236px;
    height: 36px;
}
.rmm.style .fa-angle-right
{
	display:none;
}
.top-header
{
    padding: 0px 15px;
	min-height:100px;
}
.mini-nav ul li > a
{
	font-size:12px;
}
.header 
{
	height:430px;
}
.search-box input[type="text"]
{
	margin-top:0px;
}
.navbar-toggle
{
	margin-top:0px;
}
.search-btn 
{
	top:8px;
}
.mini-nav ul li
{
	padding:0 !important;
	margin:0 !important;
}
.mini-nav ul li > a
{
	padding: 22px 10px 36px 10px;
    margin-top: 5px;
    line-height: 2em;
	background-color:transparent;
}
.logo
{
	padding:32px 0;
}
.searchform
{
	padding:25px 0;
	margin-left:5px;
}
.mini-nav ul li:last-child
{
	padding-top: 20px;
}
.rmm.style
{
	clear:both;
	position: absolute;
	z-index: 100;
}
.menu-container {
    position: relative;
    width: 100%;
}

}
@media (min-width: 768px) and (max-width: 992px)
{
.footer-box{

	padding:0 15px 0 15px !important;
	min-height: 230px;
}
.address-box
{
	padding-left:0;
	width:52%;
}
.links-box
{
	padding-right:0;
	width:48%;
}
.rmm.style ul li a,.rmm.style ul ul li a
{
	font-size:13px;
}
.footer-left
{
	padding-left:0;
}
}
@media (min-width: 992px) {
.container {
	/*width: 970px;*/
	width: 948px !important;}
.footer-box:first-child ul.social-links {
	margin-left: 0px;
}
.logo img
{
	width:394px;
	height:60px;
}
.header {
	height: 550px;
}
.mini-nav ul li > a {
    font-size: 15px;
	padding: 28px 10px 34px 10px;
    margin-top: 0;
    line-height: normal;
	background-color:transparent;
}
.search-box input[type="text"]
{
	margin-top:0px;
}
.navbar-toggle
{
	margin-top:2px;
}
.search-btn 
{
	top:8px;
}
.rmm.style {
    background-color: #fff;
    padding: 22px 15px;
}
.mini-nav ul li {
    padding: 27px 0px 27px 0;
}
.mini-nav ul li:last-child
{
	padding-top:24px;
}
.logo {
    padding: 20px 0;
}
}
@media (min-width: 1200px) {
.container {
	width: 1170px !important;
}
.mini-nav .toggle-menu-btn .fa-bars	
{
	vertical-align: -8%;
}
}
 @media (min-width: 1600px) {
.footer-box {

	padding-left: 50px;
}
.footer .container {
	width: 1100px
}
}
@media (max-width: 1200px)
{
.footer-left {
    padding-left: 0px;
}	
}
@media (max-width: 768px)
{
.mini-nav .toggle-menu-btn .fa-bars	
{
	vertical-align: -8%;
}
}

@media (max-width: 767px) {
.top-header {
	background-color: rgba(255, 255, 255, 1);
	margin-top: 0;
}
.bottom-container {
	width: 100%;
}
.bottom-links ul {
	display: block;
}
.bottom-links ul li {
	float: none;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.bottom-links ul li a {
	margin-right: 0;
}
.header {
	height: 377px;
}
.bottom-container {
	bottom: 0;
}

.row-top {
	background-color: #e2e3e4;
	padding: 20px 0 0 0;
	margin-top:0;
}
.box-caption {
	background-color: transparent;
}
.box {
	padding: 0 15px;
	border: 0;
}
.events-calendar, .carousel {
	padding: 0;
}
.more-events {
	text-align: center;
}
.events-calendar {
	margin-bottom: 20px;
}
.carousel-caption {
	padding-top: 0;
}
#myCarousel {
	background-color: #e2e3e4;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0 70px;
	padding-top: 20px;
}
.carousel-control {
	top: 40%;
	width: 25px;
	height: 40px;
	margin-left: 28px;
	margin-right: 28px;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-control {
	display: block
}
.footer-box:first-child ul.social-links {
	margin-left: 0px;
}
.footer-left {
	margin-bottom: 50px;
	padding-left:0;
}
.footer-box {
	margin-bottom: 30px;
	min-height: 120px;
}
h2.title-text {
	font-size: 18px;
	color: #000;
}
h3.carousel-title {
	font-size: 15px;
	color: #000 !important;
}
.carousel-Description {
	font-size: 13px;
}
.bottom-links ul li {
	margin-bottom: 6px;
}
.bottom-links ul li:last-child {
	margin-bottom: 0;
}
.bottom-links ul li a {
	font-size: 22.73px;
	padding: 5px 10px;
}
.rmm-toggled {
	width: 100%;
    background-color: #fff;
    min-height: 60px;
    margin: 0 auto;
    border-bottom: 1px solid #59595c;}
.rmm-toggled-button span {
	float: left;
	display: block;
	margin: 2px 6px;
	height: 2px;
	background: #232020;
	width: 20px;
}
.search-Icon {
	float: right;
	float: right;
	margin-top: 4px;
	height: 18px;
	width: 18px;
}
.search-Icon.expanded {	
	margin-top:5px;
}  
.search-Icon img {
	width: 18px;
	height: 18px;
}
.top-nav-links, .rmm.style .rmm-mobile li.top-nav-links {
	display: block;
	border: 0;
}
.box-caption p {
	vertical-align: top;
	padding-top: 5px;
}
.footer {
	background-image: none;
	background-color: #fff;
	margin-bottom:0;
	padding-bottom:0;
}
.navbar-header {
	padding: 0;
}
.rmm-toggled-controls, .rmm.style ul {
	padding: 15px;
}
.rmm.style ul {
	padding-top: 0;
	padding-bottom: 0;
}
.row-bottom {
	margin-bottom: 0;
}
.rmm-toggled-button {
	margin: 8px 10px 0 0
}
#search-modal {
	clear: both;
	overflow: hidden;
	padding: 20px;
    position: relative;
    z-index: 10000;
    background-color: #fff;
}
.search-box > input.searchBox {
	width: 150px;
	height: 30px;
	padding: 5px 5px 5px 12px;
	font-family: filson-soft, sans-serif; 
	font-style: normal; 
	font-weight: 300;
	font-size:12px;
	margin:0;
}
.on {
	height: 377px;
}
.quick-search {
	position: relative;
	width: 245px;
	margin: 0 auto;
}
ms-mpSearchBox a.ms-srch-sb-searchLink img.ms-srch-sbLarge-searchImg
{
	display:none;
}
.search-box
{
	width:auto;
}
.search-box > input.searchBox
{
	margin:0;
}

.ms-srch-sbLarge
{
	background:none;
}
.ms-mpSearchBox {
    width: 150px;
    position: relative;
}
#SearchBox
{
	width:100%;
	float:none;
}
.ms-srch-sb-border
{
    border: 1px solid #666;
    padding: 0;
    height: 30px;
    width:100%;
}
.ms-srch-sb-border:hover,.ms-srch-sb-border:focus,.ms-srch-sb-borderFocused,.ms-srch-sb-border:active
{
	border: 1px solid #666;
    padding: 0;
    height: 30px;
    width:150px;
}
.search-box .btnSearch, .search-box input[type=button]
{
	width:84px !important;
    height: 30px !important;
    background-image:none;
    font-size: 12px;
	font-family: filson-soft, sans-serif; 
	font-style: normal; 
	font-weight: 300;
    position: relative;
    top: auto;
    right:auto;
    color: #fff;
    background-color: #020202;
    border: 0;
    padding: 0.7em 1.5em;
    -webkit-border-top-right-radius: 0.5em;
    -webkit-border-bottom-right-radius: 0.5em;
    -webkit-border-bottom-left-radius: 0.5em;
    -webkit-border-top-left-radius: 0.5em;
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-bottomright: 0.5em;
    -moz-border-radius-bottomleft: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
    border-top-left-radius: 0.5em;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    text-transform: uppercase;
	cursor:pointer;
	margin-left: 5px !important;
	text-decoration:none;
}
.search-box .btnSearch:hover
{
	background-color:#020202;	
}

.submit-btn:focus,.submit-btn:active
{
	outline:0;
}
.search-box input::-webkit-input-placeholder { /* Chrome */
	 color: #6d6e71;
}
.search-box input:-ms-input-placeholder { /* IE 10+ */
 	color: #6d6e71;
}
.search-box input::-moz-placeholder { /* Firefox 19+ */
	 color: #6d6e71;
}
.search-box input:-moz-placeholder { /* Firefox 4 - 18 */
 	color:#6d6e71;
}
.header > .container {
	padding: 0;
}
.rmm.style ul ul {
/*	min-height: 377px;*/
	padding-bottom:10px;
}
.rmm-toggled-button,.search-Icon
{
	cursor:pointer;
}
.rmm.style ul ul .rmm-back-main a
{
	padding-left:0;
}
.rmm.style ul ul li a
{
	padding:8px 15px;
}
.footer-box
{
	float:none;
	width:100%;
	border:0;
	padding:0 15px !important;
}
.expanded img
{
	width:18px;
	height:12px;
}
.rmm.style ul {
    padding-left: 35px;
    padding-right: 15px;
    z-index: 10000;
}
.logo
{
	padding:0;
}
.logo img
{
	width:236px;
	height: 36px;
}
.carousel-control .fa
{
	color:#fff;
}
.rmm.style .fa-angle-right
{
	 right: 0;
    position: absolute;
    font-size: 1.8em;
    top: 5px;
}
.rmm.style .fa-angle-left
{
    left: -17px;
    position: absolute;
    font-size: 1.8em;
    top: 3px;
}
.search-Icon.expanded .fa-angle-up
{
	font-size:1.8em;
}
.search-Icon .fa-search
{
	font-size:16px;
}
.header 
{
	height:375px;
}
.rmm.style ul ul li:last-child
{
	border-bottom:0;
}
.address-box,.links-box
{
	padding:0;
}

#contentBox
{
	min-width:inherit;
	margin-top: 75px;
}
#s4-titlerow
{
	height:auto;
}
.search-Icon .fa-search
{
	font-size:16px;
}
.search-Icon .fa-lg
{
	line-height:27px;
}
.rmm-menu {
border-bottom: 1px solid #59595c;
}
}

@media (min-width: 485px) and (max-width: 767px) {
.box {
	padding: 0 54px;
	border: 0;
}
.footer-box {
	width: 100%;
	padding:0;
	min-height: 143px;
}
.footer-box:nth-child(3) {
	padding-left: 30px;
}
/*.address-box .footer-box:nth-child(2) {
	border-left: 1px solid #820000;
}*/
.carousel-control {
	top: 35%;
}
.rmm.style ul {
	padding-left: 50px;
	padding-right: 15px;
}
.events-calendar {
	padding: 0 22px;
}
.address-box,.links-box
{
	float:left;
	width:50%;
}
.links-box > .footer-box
{
	border-right:0;
}
.address-box .footer-box
{
	padding-right:15px !important;
}
.links-box .footer-box
{
    border-left: 1px solid #820000;
    padding-left: 30px !important;
    padding-right: 0;
}
.rmm .rmm-back a:after
	{
		left:-22px;
	}

}
@media (max-width: 480px) {
.logo img
{
	width:200px;
	height:30px;
}
}
/*iPad touch scroll*/
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation : landscape) {
body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

}
/*iPad touch scroll*/
@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) and (orientation : portrait) {
body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
}

/* mini-nav update with Canvas link 1-31-19 -- Anh */

@media (min-width: 992px){
.mini-nav ul li:nth-child(2) {
	background: url("/style library/SAC/Images/canvas-logo.png") 10px 28px no-repeat;
	padding-left: 22px !important; }
}

@media (max-width: 991px){
	.mini-nav ul li:nth-child(2) {
	background: none;
	padding-left: 0 !important; }		
	.mini-nav ul { padding: 5px 0 0 0; }
}

@media (min-width: 992px) and (max-width: 1200px){
    .mini-nav ul li > a { padding: 36px 7px; }
    div.logo { max-width: 320px; padding-top: 30px; }
    div.logo img { width: 100%; height: auto; }	
}

@media (min-width: 768px) and (max-width: 991px){
    .mini-nav ul li > a { padding: 33px 5px; }
    div.logo { max-width: 250px; padding-top: 32px; }
    div.logo img { width: 100%; height: auto; }	
}

