@import url("http://hello.myfonts.net/count/2dbc33");@font-face{font-family:'SerifaLT-Bold';src:url('fonts/2DBC33_0_0.eot');src:url('fonts/2DBC33_0_0.eot#iefix') format('embedded-opentype'),url('fonts/2DBC33_0_0.woff') format('woff2'),url('fonts/2DBC33_0_0.woff') format('woff'),url('fonts/2DBC33_0_0.ttf') format('truetype');}html{font-family:'Montserrat',sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;} {
	margin: 0;
	overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
1.1 Grid
--------------------------------------------------------------*/
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 85%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
.four.columns:nth-child(4n+1) {
    margin-left: 0;
}

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}

@media (min-width:480px) and (max-width:750px){
.four.columns{width: 48%; margin-left: 4%;}
.four.columns:nth-child(4n+1){margin-left: 4%;}
.page-template-front-page .four.columns:nth-child(2n+1) {
    margin-left: 0;
}
.page-template-default .four.columns,
.page-template-default .eight.columns{
	width: 100%;
	margin-left:0;
}

}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body{
	overflow-x: hidden;
}


body,
button,
input,
select,
textarea {
	color: #4A4B4C;
	font-size: 17px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	border-top: 10px solid #2CAFA4;
  background: #EFEFF0;
  color: #2CAFA4;
  margin: 0;
  padding: 26px 25px 10px;
}
blockquote p{font-size:19px;}
blockquote footer{color:#9D9FA2; padding-bottom: 5px;}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0;
  	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }

::-webkit-input-placeholder {color: #666;}
:-moz-placeholder {color: #666; /* Firefox 18- */}
::-moz-placeholder {color: #666; /* Firefox 19+ */}
:-ms-input-placeholder {color: #666;}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 17px;
  color: #555;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #D31245;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
	color: #fff;
	background: #D31245;
}
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
.site-branding{
	  float: left;
  width: 51%;
}
#logo{
	display: block;
  margin: 40px 0 28px;
}
.fullWidthContainer {
	border-top: 2px solid #D1D3D4;
	border-bottom: 2px solid #D1D3D4;
}
#masthead{margin-bottom: 40px;}
#colophon{background:#4A4B4C;}
.site-footer{
	padding: 55px 0 65px;
	color:#8F9194; 
	font-size: 15px;
}
.site-footer p{margin-top:0;}
.site-footer a{color:#fff; font-size: 14px; text-decoration: none;}
.site-footer a:hover{color:#9FA1A4;}

#footerTag{margin-bottom: 59px;}
#nyctLogo, #baruchLogo{
	display: inline-block;
	height: 58px;
}
#nyctLogo{margin-right: 36px;}
#baruchLogo{}
.footerLogo{
	float:left;
}

#newsletter{color: #fff; margin-bottom: 54px;}
#newsletter .button{
	background: #2CAFA4; 
	color:#fff; 
	border:0;
	margin-left: -4px;
	height: 34px;
	line-height: 34px;
}
#newsletter .button:hover {background: #EEB111;}
#mce-EMAIL{
	height: 34px;
	width: 290px;
	padding: 3px 15px;
	font-size: 15px;
	background: #fff;
	border: none;
}

/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #D31245;
	text-decoration: none;
}

a:visited {}

a:hover,
a:focus,
a:active {
	color:#4A4B4C;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.secondary_nav{
	  float: right;
  margin: 20px 0;
  width: 49%;
}
.menu-secondary-container{float: right;}
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul, 
.secondary_nav ul,
.site-footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation ul {text-align:center;}
.main-navigation li {display: inline-block;}

.secondary_nav li,
.site-footer li {
	float: left;
	position: relative;
}
#secondary_menu li{margin-left:12px;}
.site-footer li{color: #fff; font-size: 16px;}

.main-navigation a,
#secondary_menu a {
	display: block;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}
.main-navigation a{
	padding: 24px 22px 22px;
	color:#B3B5B8;
	font-size: 17px;
	letter-spacing: 2.8px;
}
.main-navigation a:hover,
.main-navigation ul ul li:hover > a,
.main-navigation .current-menu-item a,
.main-navigation .current_page_item > a,
.main-navigation ul ul.sub-menu .current-menu-item a {color:#4A4B4C;}
#secondary_menu a{
	padding: 13px 17px;
 	border: 2px solid #D31245;
 	color: #4A4B4C;
 	font-size: 13px;
}
#secondary_menu a:hover{
	color: #fff;
	background: #D31245;
}
#footerMenu a{padding: 0 16px;}
#footerMenu li:nth-child(1) > a {padding: 0 16px 0 0;}

.main-navigation ul ul {
	background: #fff;
    border-bottom: 12px solid #EEB111;
    float: left;
    position: absolute;
    top: 63px;
    left: -999em;
    z-index: 99999;
}
.red-border ul.sub-menu {border-bottom-color:#D31245}
.green-border ul.sub-menu {border-bottom-color:#2CAFA4}
.main-navigation ul ul li{
	display: block;
    text-align: left;
    border-right: 2px solid #D1D3D4;
    border-left: 2px solid #D1D3D4;
}
.main-navigation ul ul li:first-of-type{
	padding-top: 20px;
}
.main-navigation ul ul li:last-of-type{
	padding-bottom:15px;
}
.main-navigation ul ul a {
	width: 205px;
    color: #B3B5B8;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.2em;
    letter-spacing: 1px;
    text-transform: none;
    padding: 0 22px 16px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul#primary-menu ul ul,
.secondary_nav ul ul,
.secondary_nav ul ul ul {display:none;}

.main-navigation ul ul.sub-menu a {color: #B3B5B8;}
.main-navigation li:hover > a {}
.main-navigation ul ul :hover > a {}
.main-navigation ul ul a:hover {}
.main-navigation ul li:hover > ul {}
.main-navigation ul ul li:hover > a {}

/* Small menu. */
.menu-toggle, #secondary_nav_mobile {
	display: none;
}

@media screen and (max-width: 750px) {
.site-branding{width: 72%;}
#logo {margin: 35px 0 20px;}
.secondary_nav,
.main-navigation  {
	display: none;
}
.fullWidthContainer {
  border-bottom: none;
}
.fullWidthContainer .container{
	  width: 100%;
	  padding: 0;

}
.menu-toggle,
.main-navigation.toggled
#secondary_nav_mobile {
	display: block;
}
#content.toggled, .home #primary.toggled {opacity: 0.6;}
.menu-toggle {
	display: block;
	float: right;
	margin: 36px 0px 0;
	background: url('img/mobile-menu.png') no-repeat;
	width: 46px;
	height: 40px;
	cursor: pointer;
}
.menu-toggle.toggled {background: url('img/mobile-menu-close.png') no-repeat;}
.main-navigation{background: #EFEFF0; padding-bottom: 90px;}
.main-navigation ul{text-align:left;}
#primary-menu {margin-bottom: 24px;}
#primary-menu li{
	display: block;
	clear: both;
	background: #fff;
	border-bottom: 2px solid #D1D3D4;
}
#primary-menu a {
	padding: 24px 10% 22px;
	width: 100%;
}
ul#primary-menu ul {
	display: block;
    border: none;
    float: none;
    position: relative;
    top: initial;
    left: initial;
}
ul#primary-menu ul li{
	display: block;
    text-align: left;
    border: none;
}
.main-navigation ul ul li:first-of-type{
	padding-top: 0px;
}
.main-navigation ul ul li:last-of-type{
	padding-bottom:18px;
}
ul#primary-menu ul li a {
	padding: 0px 10% 14px;
}
.menu-secondary-container{float: none;}
#secondary_nav_mobile {padding: 0 10%;}
#secondary_nav_mobile a{letter-spacing:0;}
#secondary_menu li:first-child {margin-left: 0;}

}/* END Media Query */

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 0px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.group:before,
.group:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.row:after {
	content: "";
	display: table;
}

.group:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.row:after {
	clear: both;
}
.group,
.entry-content,
.comment-content,
.site-header,
.site-content,
.site-footer,
.row {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
.borderHighlight {border-top: 12px solid #D31245;}
.blog .borderHighlight,
.single-post .borderHighlight,
.archive .borderHighlight
{margin-bottom: 40px;}

.firstColor, .firstColor a, .button.red {border-color: #D31245; }
.firstColor a:hover, .button.red:hover{
	color: #fff;
	background: #D31245;
}

.secondColor, .secondColor a, #secondary_menu .secondColor a, .button.yellow,
.page-template-front-page .borderHighlight:nth-child(2),
.page-template-front-page .borderHighlight:nth-child(3n+2) {border-color: #EEB111;}
.secondColor a:hover, a.secondColor:hover, #secondary_menu .secondColor a:hover, .button.yellow:hover{
	color: #fff;
	background: #EEB111;
}
.thirdColor, .thirdColor a, #secondary_menu .thirdColor a, .button.green,
.page-template-front-page .borderHighlight:nth-child(3),
.page-template-front-page .borderHighlight:nth-child(3n+3) {border-color: #2CAFA4; }
.thirdColor a:hover,  a.thirdColor:hover, #secondary_menu .thirdColor a, .button.green:hover{
	color: #fff;
	background: #2CAFA4;
}

.floatingBorder{
	width: 46.85%;
	margin-right: 6.3%;
	float: left;
}
.floatingBorder.last{margin-right: 0;}
.starsThree{margin-left: 30px;}
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary,
.page .has-post-thumbnail .entry-content {
	margin: 55px 0 0;
}
.page .entry-content{margin:0;}

.page-content ul,
.entry-content ul,
.entry-summary ul,
.page-content ol,
.entry-content ol,
.entry-summary ol {
	margin: 0;
  	padding: 0 0 0 20px;
}
.page-content li,
.entry-content li,
.entry-summary li {margin-bottom: 0.6em;}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.categories, .categories ul{
	list-style:none;
}
.categories{
  color: #B3B5B8;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.3px;
  text-transform: uppercase;
}
.categories ul {
	margin:20px 0 0;
	padding: 0;
}
.categories a {
	color: #B3B5B8;
	font-size:16px;
	font-weight: 400;
	letter-spacing: normal;
	text-decoration:none;
	text-transform: none;
}
.categories .current-cat a,
.categories a:hover {color: #2CAFA4;}

.blog .post{border-bottom: 1px solid #4A4B4C;}
.entry-title, 
.entry-title a{
	color:#58595B;
	font-family: 'SerifaLT-Bold', serif;
	font-size: 37px;
	font-weight: 500;
	line-height: 1em;
	text-decoration:none;
	margin: 0 0 13px;
}
.entry-content p:first-child {margin-top:0;}

.attachment-post-thumbnail {margin-bottom: 24px}
.entry-meta{height: 65px;}
.entry-meta img {
	float: left;
	margin: 0 26px 0 0;
}
.excerpt-link {margin-bottom: 62px;}
.excerpt-link a, .sectionReveal a{
	color:#B3B5B8;
	text-decoration:none;
}
.excerpt-link a:hover,
.sectionReveal a:hover {color:#4A4B4C;}
.excerpt-link  a:hover > .arrow-right {border-left-color:#4A4B4C;}
.excerpt-link  a:hover > .arrow-down,
.sectionReveal a:hover > .arrow-down {border-top-color:#4A4B4C;}

.imageContainer{
	position:relative;
	height: 247px;
        margin-bottom:2em;
}
.imageOverlay{
	position: absolute;
	top:0; left: 0;
	padding: 44px 32px 0;
	width: 52.6%;
	height: 100%;
	background: rgb(238, 177, 17); /* The Fallback */
	background: rgba(238, 177, 17, 0.9);
}
.imageOverlay.yellow, .contentContainer.yellow{
	background: rgb(238, 177, 17); /* The Fallback */
	background: rgba(238, 177, 17, 0.9);
}
.imageOverlay.red, .contentContainer.red{
	background: rgb(211, 18, 69); /* The Fallback */
	background:rgba(211, 18, 69, 0.9);
}
.imageOverlay.green, .contentContainer.green{
	background: rgb(44, 175, 164); /* The Fallback */
	background:rgba(44, 175, 164, 0.9);
}
.imageText{
	color:#fff;
	font-family: 'SerifaLT-Bold', serif;
	font-size: 37px;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 34px;
}
.imageIcon{}

.page-template-page-fellows .imageContainer{margin-bottom:50px;}
.page-template-page-fellows .entry-title{
	margin-bottom:35px;
	color:#B3B5B8;
	font-family:'Montserrat', sans-serif;
	font-size:24px;
	text-transform: uppercase;
}
.page-template-page-fellows .borderHighlight {margin-bottom:30px;}
.page-template-page-fellows .row ul,
.page-template-front-page .row ul {margin:0; padding: 0; list-style:none;}
.page-template-page-fellows li.four.columns{margin-bottom: 50px;}
.sectionImage {margin-bottom: 18px;}
.NOsectionImage,
.NOblockImage{
	border: 2px solid #D1D3D4;
	color:#B3B5B8;
	width:100%;
	height: 146px;
	text-align:center;
	margin-bottom: 25px;
}
.sectionTitle{
	font-size:17px;
	font-weight:700;
}
.sectionSubTitle{
	font-size:17px;
	margin-bottom: 30px;
	min-height: 25px;
}
p.sectionSubTitle {
    margin-bottom: .3em;
}
.sectionBody{
	font-size:15px;
	overflow: hidden;
}
.sectionBody.closed{
	height: 124px;
}
.sectionBody.closed.open{
	height: 100%;
}
.sectionReveal{margin-top: 15px; font-size: 15px;}
.sectionReveal a{cursor:pointer;}
.arrow-down {
	display:inline-block;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #B3B5B8;
}
.arrow-down.flip{
-webkit-transform: rotate(180deg) ;
-moz-transform: rotate(180deg) ;
-o-transform: rotate(180deg) ;
-ms-transform: rotate(180deg) ;
transform: rotate(180deg) ;
}
.arrow-right {
	display:inline-block;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;	
	border-left: 10px solid #B3B5B8;
}

.stripesBG{
	padding-left: 1000px;
    margin-left: -1000px;
    padding-right: 1000px;
    margin-right: -1000px;
	background-color: #E0E1E2;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}


.page-template-front-page .hentry {
  margin: 0 0 10px;
}
.page-template-front-page li.four.columns{
	min-height: 350px;
	margin-bottom: 50px;
	padding-top: 30px;
}

.blockImage{}
.page-template-front-page .blockBody{font-size: 17px;}

.slides{list-style: none; margin: 0; padding: 0;}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
10.4 Slider
--------------------------------------------------------------*/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */

 /*--------------------------------------------------------------
10.5 Portal
--------------------------------------------------------------*/
.banner{
	color:#fff;
	text-align: center;
	padding-left: 100px;
    margin-left: -100px;
    padding-right: 100px;
    margin-right: -100px;
	margin-bottom: 6em;
}
.stripesBanner{
	padding-left: 1000px;
    margin-left: -1000px;
    padding-right: 1000px;
    margin-right: -1000px;
	background-color: #E0E1E2;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255, 255, 255, .2)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255, 255, 255, .2)), color-stop(.75, rgba(255, 255, 255, .2)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
    background-image: linear-gradient(41deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.banner a{
	text-decoration: underline;
	color:#fff;
}
.banner.green{
	background: #2CAFA4;
}
.banner.yellow{
	background: #EEB111;
}
.banner.red{
	background: #D31245;
}
.bannerDescription{
	width: 75%;
    	margin: 0 auto;
}
.bannerDescription a {
    color: #FFF;
    text-decoration: underline;
}
.margin15{
    margin: 15px 0;
}
.banner h1{
	letter-spacing: 0.04em;
}
.banner h2 {
    font-size: 1.3em;
}
.portalSubTitle{
	font-size:17px;
	margin-bottom: 5px;
	min-height: 25px;
        width:80%;
	font-style:italic;
}
#iconbar{
	margin: 0 auto;
}

.portalBody{
	font-size:15px;
	overflow: hidden;
        width:80%;
}
.icon {
    float: left;
    width: 16%;
    color: #C6C7C9;
    margin: 0 15px;
    padding-bottom: 100px;
}
.repeaterImgMobile{
	display: none;
}
.four.columns.repeaterImg {
    margin-left: 0;
}

.icongraphic {
	height: 75%
}

.icon div{
	height: 162px;
}
.icon p {
    margin-bottom: 1.5em;
    padding-top: 175px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.4em;
}
#news{
	background: url(img/news_grey.png)no-repeat;
    background-position: center;
    background-size: 100%;
}
#news:hover, #newsactive{
	background: url(img/news.png)no-repeat;
	background-position: center;
	background-size: 100%;
	color: #2CAFA4;
}
#messages{
	background: url(img/message_board_grey.png)no-repeat;
	background-position: center;
	background-size: 100%;
}
#messages:hover, #messagesactive{
	background: url(img/message_board.png)no-repeat;
	background-position: center;
	background-size: 100%;
	color:#EEB111;
}
#events{
	background: url(img/events_grey.png)no-repeat;
	background-position: center;
	background-size: 100%;
}
#events:hover, #eventsactive{
	background: url(img/events.png)no-repeat;
	background-position: center;
	background-size: 100%;
	color:#D31245;
}
#resources{
	background: url(img/session_resources_grey.png)no-repeat;
	background-position: center;
	background-size: 100%;
}
#resources:hover, #resourcesactive{
	background: url(img/session_resources.png)no-repeat;
	background-position: center;
	background-size: 100%;
	color: #2CAFA4;
}
#jobs{
	background: url(img/jobs_grey.png)no-repeat;
	background-position: center;
	background-size: 100%;
}
#jobs:hover, #jobsactive{
	background: url(img/jobs.png)no-repeat;
	background-position: center;
	background-size: 100%;
	color:#EEB111;
}
div.sectionDiv {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px #C7C8CA solid;
    width: 100%;
}
div.sectionDiv:last-child {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 0;
    width: 100%;
}

input[value="Enter"] {
    margin-top: 1em;
    margin-bottom: 5em;
}

 /*--------------------------------------------------------------
10.6 Session Cohorts
--------------------------------------------------------------*/

.cohortTitle{
	color: #2CAFA4;
	text-align: center;
	margin-top: 40px;
        letter-spacing: .02em;
}
.cohortImage{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.cohortSemester{
	display: block;
        text-align: center;
        padding-top: 20px;
        color:#4A4B4C;
        letter-spacing: .08em;
	margin-bottom: 4em;
}
.cohortSemester:hover{
	color:#2CAFA4;
}

ul.nodisc{
	list-style: none;
    padding-bottom: 50px;
}


/*--------------------------------------------------------------
10.7 Session Resources
--------------------------------------------------------------*/
.syllabus{
	color: #2CAFA4;
	text-align: left;
	margin-top: 40px;
}
.readingList{
	padding-left:25px;
}
.resources a {
	color: #22B7AC;
	line-height: 2;
	text-decoration: underline;
}
.session {
	margin-bottom: 2em;
}
li.sectionTitle{
	list-style-type: none;
	    font-size: 1.1em;
}
.syllabusIcon {
        margin-bottom: 18px;
        padding-top: 40px;

}
.session-description {
    color: #2cafa4;
    font-weight: bold;
}
/*--------------------------------------------------------------
10.8 Message Board
--------------------------------------------------------------*/

.cma-widget-ajax {
    margin-top: -2em;
}
.cma-form-container input[type="submit"] {
    padding: 0 17px !important;
    color: #555 !important;
    font-weight: 700 !important;
    border: 1px solid #D31245 !important;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    background: #FFF !important;
    font-family: "Montserrat" !important;
}
.cma-form-container input[type="submit"]:hover{
    background: #D31245 !important;
    color: #FFF !important;
    border: none !important;
    font-family: "Montserrat" !important;
    text-shadow: none;
}
.cma-thread-list .cma-thread-list-header {
    padding: 5px 0 !important;
    margin-left: -11px !important;
}
.cma-thread-list .cma-thread-list-header div{
    width:75px !important;
}
input[value="Post Discussion"], input[value="Post your Reponse"]{
    margin-bottom: 7em;
}    
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 45px;
  background: #ffffff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {display: none;}
.flex-direction-nav a:before {display: none;}
.flex-direction-nav a.flex-next:before {display: none;}
.flex-direction-nav .flex-prev {display: none;}
.flex-direction-nav .flex-next {display: none;}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  /* width: 100%; */
  position: absolute;
  bottom: 6px;
  right: 41%;
  /* text-align: center; */
	z-index: 9999;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 13px;
  height: 13px;
  display: block;
  background: transparent;
  border: 2px solid #B3B5B8;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #B3B5B8;
}
.flex-control-paging li a.flex-active {
  background: #B3B5B8;
  cursor: default;
}
.flex-control-thumbs {display: none;}
.flex-control-thumbs li {display: none;}
.flex-control-thumbs img {display: none;}

.slideContainer{position: relative;}
.slideContainer .attachment-post-thumbnail {margin-bottom: 20px}
.contentContainer{
	position: absolute;
	top: 0; left: 0;
	color: #fff;
	padding: 45px 75px 0 35px;
	height: 100%;
	width: 52.5%;
}
.contentContainer h1,
.contentContainer h2,
.contentContainer h3{
	font-family: 'SerifaLT-Bold', serif;
	font-size: 36px;
	font-weight: normal;
	letter-spacing:0px;
	line-height: 1.2;
	margin: 0 0 25px;
}
.linkContainer{height: 38px;}
.slideContainer a {float:right;}
.linkMobile{display: none;}

/* Slider Quote Styles */
.entry-content .flexslider ul {
	padding:0;
}
.sliderQuoteImg{max-width: 112px}
.sliderQuote li{position:relative;}
.sliderQuote .flex-control-nav{
	bottom: 86px;
	left: 130px;
	right: 0;
}
.sliderQuote .flex-control-paging li a{
	  width: 28px;
  height: 28px;
  display: block;
  background: url(img/blockquote-single-star.png)no-repeat;
  border: none;
  border-radius:0;
}
.sliderQuote .flex-control-paging li a.flex-active{background: url(img/blockquote-single-star-active.png)no-repeat;}
@media screen and (max-width: 750px){
.sliderQuote .flex-nav-container {display: block;}
}
@media screen and (max-width: 400px){
.sliderQuote img.attachment-post-thumbnail.wp-post-image {display: block;}
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
13.0 Media Queries
--------------------------------------------------------------*/

@media screen and (max-width: 1110px) {
  .contentContainer{padding: 30px 75px 0 35px;}
  .contentContainer h1, .contentContainer h2, .contentContainer h3{font-size: 29px;}
}

/* Full screen at 960px */
@media screen and (max-width: 960px) {
  .home #masthead{margin-bottom: 0;}
  #sliderContainer{width: 100%;}
.flexslider{margin-bottom: 0;}
.contentContainer{
	padding: 40px 75px 0 35px;
	text-align:center;
  	width: 100%;
  	height: 120%;
}
.slideContainer a {
  float: none;
  border-color: #fff !important;
  color:#fff;
}
.contentContainer h1, .contentContainer h2, .contentContainer h3{font-size: 32px;}
.linkMobile{display: block;}
.linkContainer, .flex-nav-container {display: none;}
.stripesBG{padding-top: 44px;}
.imageOverlay{width: 100%;}
.imageText{
	float: left;
  width: 85%;
}
.imageIcon {float: right;}
.imageContainer{height: 210px;}
#mce-EMAIL{width: 220px;}

.icon{
	width:15%;
}
.icon p{
	padding-top: 150px; 
}
}

/* Max-width 750px */
@media (max-width: 750px) {
.slideContainer {height: 340px;}
.contentContainer {height: 100%;}
.page-template-front-page .blockBody {font-size: 15px;}
.imageContainer{height: 165px;}
.imageText{font-size: 32px;}
.imageIcon {width: 15%;}
#borderRow{display:none;}
.page-template-front-page li.four.columns{margin-bottom: 20px;}
#mce-EMAIL{width: 137px;}
.icon{
	width: 12%;
}

}

/* phablet */
@media (max-width: 550px) {
.contentContainer{
	font-size:15px;
	padding: 40px 21px 0 30px;
	text-align: left;
}
.imageContainer {height: 116px;}
.imageOverlay{padding: 28px 24px 0;}
.imageText{font-size: 22px;}
.starsThree{margin-left: 12px;}
#colophon .one-half.column:first-child{
	border-bottom: 1px solid #86888A;
  padding-bottom: 30px;
  margin-bottom: 34px;
}
#nyctLogo{margin-bottom: 12px;}
#mce-EMAIL{width: 230px;}

/* Portal on Mobile*/
.banner h1, .banner h2, .banner p {
	text-align: left;
}
.bannerDescription{
	margin-left: 0;
	width: 100%;
}
.imageIcon {
    width: 15%;
    display: none;
}
header.entry-header{
	margin-left: -38px;
    margin-right: -100px;
}

#iconbar{
	background-color: #EEEFF0;
	text-align: center;
	padding-left: 100px;
    margin-left: -100px;
    padding-right: 100px;
    margin-right: -100px;
}
.portalBody{
	width:100%;
	text-align: left;
}
.resources{
	text-align: left;
}

.icon{
	width: 100%;
    margin-left: 0;
    height: 6rem;
    margin-bottom: .4rem;
	border-bottom: 2px solid;
	padding-bottom: 4rem;
}
.imageText{
	margin-left: 1rem;
}
.repeaterImg {
	display: none;
}
.repeaterImgMobile{
	display: block;
}
#news:hover, #news, #newsactive, #messages:hover, #messages, #messagesactive, #events:hover, #events, #eventsactive, #resources:hover, #resources, #resourcesactive, #jobs:hover, #jobs, #jobsactive{
	background-position: top left;
    background-size: 20%;
    margin-top: 8px;
    margin-left: 6px;
}
.icon p {
    position: absolute;
    left: 6rem;
    width: 70%;
    font-size: 23px;
    text-align: left;
    padding-top: 0.01rem;
    line-height: 1.5rem;
}


}
@media (max-width: 400px) {
	.slideContainer {height: 420px;}
	.imageOverlay{padding: 20px 20px 0;}
	.imageContainer {height: 95px;}
	#sliderContainer.container{padding: 0;}
	img.attachment-post-thumbnail.wp-post-image,
	.imageIcon{display:none;}
	.imageText{width: 100%;}
	#mce-EMAIL {width: 185px;}
	#footerMenu li:nth-child(1) > a {padding: 0px 9px 0 0;}
	#footerMenu a{padding: 0 10px;}
}

/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 550px) {}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
body {margin:0px; padding:0px;}
.form-control.form_name , .form-control.form_textarea, .form-control.date_form{  background: #E0E0E0; border: medium none; height: 50px; padding: 0 12px;  width: 100%; color: #999; font-size: 14px;}
.col_form_fifty {  float: left; padding-right: 10px; width: 50%;}
.site-content p span {  margin-bottom: 25px;}
.col_form_sevnty {  float: left;  padding: 0 19px 0 0;  width: 70%;}
.col_form_thirty {  float: left;  width: 30%;}
.col_form_fourty {  float: left;  padding: 0 19px 0 19px;  width: 40%;}
.date_birth { color: #9f9f9f;  display: inline-block;  font-size: 14px; vertical-align: middle;  padding-right: 5%;  width: 30%;  margin:0px;}
.date_form { padding: 0 15px; width: 187px;}
.form-control.form_textarea {  height: auto;  padding: 15px 12px;}
.col_form_select {  float: left; padding-left: 9px;  width: 50%;}
.col_form_handred { float: left;  margin-bottom: 45px;  width: 100%;}
p .submit_btn {  background-color: transparent;  border:2px solid #eeb111;  box-sizing: border-box;  color: #555;  cursor: pointer;  display: inline-block;
  font-size: 13px;  font-weight: 700;  height: 45px;  line-height: 45px;  padding: 0 55px;  text-align: center; text-decoration: none;  text-transform: uppercase;
  white-space: nowrap;  transition-duration:0.5s;  -webkit-transition-duration:0.5s;  margin-bottom: 30px;}
p .submit_btn:hover { background-color: #eeb111;}
.site-content p.briefy {  color: #9f9f9f;  font-weight: 200;  line-height: 28px;  margin-bottom: 30px;}
h2.assessment_heading {  border-top: 1px solid #f9f9f9;  display: inline-block;  font-size: 20px;  font-weight: 500; margin-bottom: 0;  margin-top: 20px;
  padding: 30px 0 0;  width: 100%;}
.form-control.form_name {    color: #999;}
select.form-control.form_name option {    padding: 5px 12px;}
.form-control.form_name.select_form {    background-image: url("../../uploads/2017/03/arrow-right-1.png");    background-size: 18px 10px;	-webkit-appearance: none;
    -moz-appearance: none;    appearance: none;	background-origin: content-box;	background-position: right 0rem center;	background-repeat: no-repeat; background-color: #fff;	border: 1px solid #d1d1d1;}
.date_birth .wpcf7-not-valid-tip {
    font-size: 16px;
    width: 187px;
}
.hello_date .form-control.date_form {
    width: 70%;
}
.site-content .date_birth {
    margin: 0;
}
.form-control.form_name.fileupload {
    padding: 0;
}
.site-content placeholder {
    color: #333;
}
.site-content .pixel_file {
    color: #999;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
}
/********* responsive css 	start ************/
@media (max-width:767px){
.col_form_fourty ,.col_form_sevnty{  padding: 0;  width: 100%;}
.col_form_thirty { width: 100%;}
}
@media (max-width:639px){
.col_form_fifty,.col_form_sevnty, .col_form_fourty , .col_form_select, .col_form_thirty{width:100%;	padding:0;}
}