/*Table of content
 ----------------------------------------
 1.)Global Typography
 2.)Header part css rules
 3.)Footer part css rules
---------------------------------------*/
/*1.)Global Typography
--------------------------------------*/
/******* font face start **************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1; 
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ins {
	text-decoration: underline;
}
del {
	text-decoration: line-through;
}
a {
	text-decoration: none;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
address {
	font-style: normal;
}
a[href^=tel] {
	color: #545454;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
input, textarea, select, div {
	-webkit-border-radius: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	behavior: url(boxsizing.htc);
}
input[type="text"], input[type="submit"], input[type="button"], input[type="tel"], input[type="email"], textarea {
	-webkit-appearance: none;
}
html {
	height: 100%;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */

#wpadminbar{display:none;}
@font-face {  
  font-family: 'Perpetua';
  src: url('../fonts/Perpetua.eot?#iefix') format('embedded-opentype'),  url('../fonts/Perpetua.woff') format('woff'), url('../fonts/Perpetua.ttf')  format('truetype'), url('../fonts/Perpetua.svg#Perpetua') format('svg');
  font-weight: normal;
  font-style: normal;
}
 

@font-face {
  font-family: 'Perpetua-Bold';
  src: url('../fonts/Perpetua-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Perpetua-Bold.woff') format('woff'), url('../fonts/Perpetua-Bold.ttf')  format('truetype'), url('../fonts/Perpetua-Bold.svg#Perpetua-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PerpetuaTitlingMT-Bold';
  src: url('../fonts/PerpetuaTitlingMT-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/PerpetuaTitlingMT-Bold.woff') format('woff'), url('../fonts/PerpetuaTitlingMT-Bold.ttf')  format('truetype'), url('../fonts/PerpetuaTitlingMT-Bold.svg#PerpetuaTitlingMT-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PerpetuaTitlingMT-Light';
  src: url('../fonts/PerpetuaTitlingMT-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/PerpetuaTitlingMT-Light.woff') format('woff'), url('../fonts/PerpetuaTitlingMT-Light.ttf')  format('truetype'), url('../fonts/PerpetuaTitlingMT-Light.svg#PerpetuaTitlingMT-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Perpetua-BoldItalic';
  src: url('../fonts/Perpetua-BoldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Perpetua-BoldItalic.woff') format('woff'), url('../fonts/Perpetua-BoldItalic.ttf')  format('truetype'), url('../fonts/Perpetua-BoldItalic.svg#Perpetua-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'Perpetua-Italic';
  src: url('../fonts/Perpetua-Italic.eot?#iefix') format('embedded-opentype'),  url('../fonts/Perpetua-Italic.woff') format('woff'), url('../fonts/Perpetua-Italic.ttf')  format('truetype'), url('../fonts/Perpetua-Italic.svg#Perpetua-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLT-Oblique';
  src: url('../fonts/AvenirLT-Oblique.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLT-Oblique.woff') format('woff'), url('../fonts/AvenirLT-Oblique.ttf')  format('truetype'), url('../fonts/AvenirLT-Oblique.svg#AvenirLT-Oblique') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirLT-Roman';
  src: url('../fonts/AvenirLT-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLT-Roman.woff') format('woff'), url('../fonts/AvenirLT-Roman.ttf')  format('truetype'), url('../fonts/AvenirLT-Roman.svg#AvenirLT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}








/******* font face end **************/


body {color: #4b618d;font-size: 15px;line-height: 1;  font-family: 'Perpetua-Bold'; }
*{box-sizing: border-box;}
h1, h2, h3, h4, h5, h6 {padding-bottom: 7px;font-weight: normal;line-height: 125%;  text-transform: uppercase;}
h1 {font-size: 38px;font-weight:bold;}
h2 {font-size: 26px;}
h3 {font-size: 24px;}
h4 {font-size: 20px;}
h5 {font-size: 16px;}
h6 {font-size: 15px;}
a {text-decoration: none;outline: none;}
a:hover {color: #444444;}
a:active, a:hover, a:link, a:focus {outline: none;}
p {font-size: 14px;color: #4b618d; line-height: 137%;}
a {color: #4b618d;font-size:13px;}
/*ul, ol {padding: 0px 0;list-style:none;}*/
strong {font-weight: bold;}
/*2.)Header part css rules
------------------------------------------*/
.container{ width:100%; }
.header-container  { width: 100%;height:134px;}
 #header { color:#fff;  padding:30px 0 20px; width:100%;  position:fixed;z-index:999;   background:#fff;  border-bottom:3px solid #4b618d;}
.nav-container {position: relative; width:100%;   margin:0 auto; text-align:center;}
.nav-menu, .primary-main-menu{  border:2px solid #8e9cb7; position:relative;     z-index: 2; }
.primary-main-menu-inner {border:2px solid #61749b; margin:2px; display: flex;justify-content: space-between;align-items: center;}
.primary-main-menu ul li{      position: relative;   padding: 15px 0 16px;display: inline-block;float: left; }
.primary-main-menu ul li a{ color:#4b618d; transition:all 0.3s linear; font-size: 16px; font-family: 'Perpetua';  line-height:1.2; text-transform:uppercase;  display:inline-block; cursor:pointer; }
.logo{ position:absolute;  top:-12px; display:inline-block; left:0px; right:0px;  }
.logo a{ display:inline-block;     position: relative;  z-index: 9;}
/* .nav-menu ul li:nth-child(2) a, .primary-main-menu ul li:nth-child(2) a{    width: 50px;} */
.primary-main-menu .left-menu, .primary-main-menu .right-menu {width: 50%;}
.primary-main-menu .left-menu ul {margin-right: 15%;display: flex;align-items: center;justify-content: center;}
.primary-main-menu .right-menu ul {margin-left: 20%;display: flex;align-items: center;justify-content: center;}
.primary-main-menu .left-menu li, .primary-main-menu .right-menu li {margin-right: 20px;}
.primary-main-menu .left-menu li:last-child{margin-right: 0;}
.primary-main-menu .right-menu li:first-child {margin-left: 0;}
.primary-main-menu .right-menu li:nth-child(2) {width: 145px;}
.primary-main-menu .left-menu li:first-child {width: 100px;}
.primary-main-menu .left-menu li:nth-child(2) {width: 100px;}
.primary-main-menu ul li:nth-child(4){ margin-left:25%;}
.frist li:last-child{ display:none; }
.sign-up .locator { font-size:0px; display:none; }
.sign-up {bottom: -48px; padding:6px 8px 5px;background:#4B618D; left:3.5%;  position: absolute;   text-align:center; z-index:9; }
.sign-up  a,#header .video-link{ background:#4b618d; padding:0;   font-family: 'AvenirLT-Roman';    float: left;   font-size: 15px; color:#fff;  text-transform:uppercase; display:inline-block;   }
.sign-up  a:first-child { margin-right:8px; }
.sign-up a:nth-child(2) {    margin-right: 8px;}
.banner_slider{ position:relative; text-align:center;  }
.banner_slider  img{ height:auto; }
#header .video-link{bottom: -48px;padding: 6px 8px 5px;right: 9.5%;position: absolute;text-align: center;z-index: 9;}
#header .video-link:after{content:"\25b8";position:relative;padding-left:6px;top:-1px;}
#chestnut-video-wrapper{display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color: rgba(0,0,0,.85);}
#chestnut-video-wrapper video{position:relative;top:50%;width:100%;max-width:100%;height:auto;max-height:100%;margin:0 auto;display:block;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-moz-transform:translateY(-50%);-webkit-transform:translateY(-50%);}
#chestnut-video-wrapper .close{position:fixed;top:15px;right:15px;color:#ffffff;z-index:1001;background:url(../img/cross-close.png) no-repeat center center;background-size:contain;width:30px;height:30px;}
sup{position:relative;top:-4px;font-size:13px;text-transform:lowercase;}
/********* footer section start here **********  */
#footer { background:#4b618d; padding: 23px 10px 20px;  }
#footer p, #footer a{ color:#fff; text-transform:capitalize; display:inline-block;     font-size: 15px;  font-family: 'AvenirLT-Roman';  }
.main{ width:100%; margin:0 auto; max-width:1170px; }
.social-icon { display:NONE; }
.footer-social ul li,  .social-icon ul li a{ float:left; text-align:center; width:45px;  }
.footer-social ul li a, .social-icon ul li a { width:30px; height:30px;   }
ul.social-two li.home a { background:url(../images/footer-home.png) center center no-repeat; height:26px !important; } 
ul.social-two li.person a { background:url(../images/ada-logo.png) center center no-repeat; height:26px !important; }
ul.social-two li.home,
ul.social-two li.person { width:37px !important; }
ul.social-two li.home a { background-size:80%; }
ul.social-two li.person a { background-size:73%; }
.social-icon  ul .fb  a { background-position:6px 3px; }
.social-icon  ul .twitter a { background-position:-31px 3px;  }
.social-icon  ul .google-plus a{ background-position:-65px 3px; }
.footer-social ul .home a{ background-position:-112px 3px; }
.footer-social ul .person a{ background-position:-152px 3px; }
.frist li:last-child{ display:none; }
.footer-logo a{ float:right; }
.footer-social{ margin-top:8px; text-align:center; position:relative; }

/*3.)Footer part css rules--------------------------------------*/
.social-one{ float:left; display:inline-block;}
.footer-detail{ margin-top:8px;text-align:center; position:absolute; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.social-two{ display:inline-block;    float: left; }
.social-two li:last-child { position:relative; height:25px; }
.social-two li:last-child a { position:absolute; bottom:0px; left:0px; width:98px !important; height: auto !important; }
.social-two li:last-child { width:auto !important; }
.social-two li:last-child a { background:none; }
.footer-logo{ display: inline-block;float: right;padding-right: 10px;position: relative; text-align: center;}

.map-detail{ display:none; }
   

 
