@charset "utf-8";
/* CSS Document */
/*------------------------------------*\
	RESET
\*------------------------------------*/
body,
.region-content-inner, .block-box .block-inner, .block-login .block-inner {
  color: #666;
}

a,
a:link,
a:visited {
  color:#666;
  text-decoration: none;
}
p a,
p a:link,
p a:visited {
  border-bottom: 1px solid #666;
}
a:focus,
a:hover,
a:active {
  color: #666;
}
h1, h2, h3, h4, h3 a, h3 a:link, h3 a:visited {
  color:#666;
}

h1 a,
ul#main-menu li a,
.site-name a,
h3 a, h3 a:link, h3 a:visited {
  text-decoration: none;
}

pre, div.code {
  border-left: 5px solid #FF5B53;
}
.highlight {
  background: #FF5B53;
}


/*------------------------------------*\
	Pages CSS
\*------------------------------------*/
ul.links li {
  padding: 0 1em 0 0; /* LTR */
}
li.comment-add a,
li.comment-add a.active {
  background: #FF5B53;
}
.item-list .pager li {
  border: 1px solid #605D5A;
}
.item-list .pager .pager-current {
  background:#FF5B53;
  color: #fff;
}
.item-list .pager li a:hover {
  background:#EC7B72;
  color: #fff;
}

/*------------------------------------*\
	NAVIGATION CSS
\*------------------------------------*/
/*
 * Main menu links
 */
ul#main-menu li a:hover,
ul#main-menu li a.active:hover {
  border-bottom: 1px solid #FF5B53;
  color: #FF5B53;
}
ul#main-menu li a.active {
  border-bottom: 1px solid #FF5B53;
  color: #FF5B53;
}

ul.primary li.active a, ul.primary li.active a:hover, ul.primary li.active a:focus {
  background: #FF5B53;
}

/*------------------------------------*\
	BLOCKS CSS
\*------------------------------------*/

h2.block-title {
  color:#000;
  border-bottom: 1px solid #605D5A;
}

/* Block box */
.block-login .block-inner h2.block-title,
.block-poll .block-inner h2.block-title,
.block-box .block-inner h2.block-title {
  color: #FF5B53;
  border-bottom: 1px solid #FF5B53;
}

/* Block slideshow */
.block-slideshow .views-field-body {
  background:url(../images/red/blockquote.png) 0 0 no-repeat;
}
.block-slideshow .views-field-body .field-content {  
  background:url(../images/red/blockquote-bottom.png) bottom right no-repeat;
}


/* Block list */
.block-list.block-box ul li {
  background: url(../images/red/bullet.png) 0 15px no-repeat;
}
.block-comment-recent ul li a:hover,
#block-block-7 ul li a:hover,
.block-list ul li a:hover {
  color: #FF5B53;
}

.form-required {
  color: #FF5B53;
}

/* Recent news */
.block-views-blog-block .views-field-view-node a,
.view-list-articles .views-field-view-node a {
  background: url(../images/red/bullet.png) 0 9px no-repeat;
}

/* Block recent comments */
.block-comments-recent-block li a {
  color: #000;
}
.block-comments-recent-block li a:hover {
  color: #FF5B53;
}


/*------------------------------------*\
	FORMS CSS
\*------------------------------------*/
/* Typography and backgrounds for all form buttons */
button, input[type="reset"], input[type="submit"], input[type="button"] {
  background:#FF5B53 none repeat scroll 0 0;
  border:1px solid #605D5A;
  color: #fff;
}

input.form-submit:hover {
  background: #EC7B72;
}

/* FAQs */
.view-faq ul li {
  margin-left: 0;
}

.view-faq h3 {
  margin-bottom: 0;
}

.view-faq h3 a:hover {
  color: #555;
}

.view-faq .attachment h3 a:hover {
  color: #FF5B53;
}

.view-faq .more-link {
  display: none;
}

/* Custom */
@font-face {
    font-family: 'FrutigerLTStd55Roman';
    src: url('../fonts/frutigerltstd-roman-webfont.eot');
    src: url('../fonts/frutigerltstd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/frutigerltstd-roman-webfont.woff') format('woff'),
         url('../fonts/frutigerltstd-roman-webfont.ttf') format('truetype'),
         url('../fonts/frutigerltstd-roman-webfont.svg#FrutigerLTStd55Roman') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

}

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

}

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

}

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

}

body {
  background-color: #F9F9F9;
  color: #3F3F3F;
  font-family: 'FrutigerLTStd45Light', Helvetica, Verdana, Arial, sans-serif;
  font-family: Helvetica, Verdana, Arial, sans-serif/9;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 24px;
  text-align: left;
}

h2 {
  color: #3F3F3F;
  font-family: DidotLTStdItalic;
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 1px;
  opacity: 0.9;
  /* text-align: left; */
  text-transform: none;
}

ul#main-menu {
  float: none !important;
  margin: 0;
  text-align: center;
  width: 100% !important;
}

ul#main-menu li {
  display: inline-block;
  *display: inline;
  float: none !important;
  padding: 0;
  *zoom: 1;
}

ul#main-menu li a {
  -moz-transition: border-color 0.1s ease-in-out 0s;
  border-top: 4px solid rgba(40, 40, 40, 0);
  color: #666666;
  float: left;
  font-weight: 100;
  letter-spacing: 2px;
  padding: 31px 12px 0;
  text-transform: uppercase;
}

@media (min-width: 1220px) {
  ul#main-menu li a {
    padding: 31px 21px 0;
  }
}

ul#main-menu li a:hover,
ul#main-menu li a.active,
ul#main-menu li a.active:hover {
  border-bottom: 0;
  border-top: 4px solid #282828;
  color: #666;
}

h1,
h1.site-name a,
h2.site-name,
h2.site-name a {
  color: #3F3F3F;
  font-family: DidotLTStdItalic;
  font-size: 92px;
  font-weight: 100;
  letter-spacing: 3px;
  line-height: 100px;
  padding-bottom: 26px;
  padding-top: 20px;
  text-align: center;
}

h6,
h6.site-slogan {
  font-family: 'FrutigerLTStd45Light',Helvetica,Verdana,Arial,sans-serif;
  font-family: Helvetica, Verdana, Arial, sans-serif/9;
  font-size: 18px;
  letter-spacing: 6px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 60px;
}

h3, h4, h3 a, h3 a:link, h3 a:visited {
  color:#666;
  font-family: 'FrutigerLTStd45Light',Helvetica,Verdana,Arial,sans-serif;
  font-family: Helvetica, Verdana, Arial, sans-serif/9;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

blockquote {
  color: #3F3F3F;
  font-family: DidotLTStdItalic;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 2px;
  line-height: 31px;
  padding-bottom: 20px;
  padding-top: 20px;
}

blockquote p {
  margin: 0;
}

blockquote strong {
  display: block;
  color: #666;
  font-family: 'FrutigerLTStd45Light',Helvetica,Verdana,Arial,sans-serif;
  font-family: Helvetica, Verdana, Arial, sans-serif/9;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
}

#section-footer {
  text-align: center;
}

.view-faq .attachment {
  display: none;
}

.view-faq .views-row,
#node-page-8 blockquote {
  float: left;
  margin: 1.5%;
  padding: 0;
  width: 30%;
}

p b,
p strong {
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
}

div.col {
  float: left;
  margin: 0 8% 25px 0;
  width: 46%;
}

div.col-last {
  clear: right;
  margin-right: 0;
}

div.col ul {
  margin-left: 0;
}

div.col p {
  margin-bottom: 0;
}

#node-page-9 .clear-block {
  clear: both;
  float: left;
  margin-top: 1.846em;
  text-align: center;
}

em,
i {
  font-family: DidotLTStdItalic;
  font-style: normal;
}

hr {
  background: transparent;
  margin-bottom: 0;
}

#node-page-9 hr {
  background: #ccc;
  clear: both;
  display: block;
  margin: 0 auto 40px;
  width: 75%;
}

#webform-client-form-1 {
  margin: 0 auto;
  width: 50%;
}

.form-required {
  color: #666;
}

#webform-client-form-1 label {
  text-transform: uppercase;
}

#webform-client-form-1 .form-text {
  background: transparent;
  border: 1px solid #666;
  font-family: 'FrutigerLTStd45Light',Helvetica,Verdana,Arial,sans-serif;
  font-family: Helvetica, Verdana, Arial, sans-serif/9;
  height: 35px;
  letter-spacing: 2px;
  padding: 5px;
  text-transform: uppercase;
  width: 95%;
}

#node-webform-1 .field-name-body {
  margin: 0 auto;
  width: 50%;
}

#webform-component-contact_number {
  display: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  background: #666;
  border: 1px solid #666;
}

input.form-submit:hover {
  background: #888;
}

#page {
  background: transparent;
}

.webform-confirmation {
  margin: 0 auto;
  text-align: center;
  width: 50%;
}

.page-node-1 .links {
  display: none;
}

.col img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

#node-page-3 .col {
  margin-bottom: 6%;
}

.slideshow {
  float: left;
  height: auto !important;
  width: 48% !important;
}

.slideshow img {
  height: auto !important;
  max-width: 100%;
  width: 100% !important;
}

.front .field-name-body {
  float: right;
  width: 48%;
}

.front .field-name-body ul {
  margin-left: 0;
}

.front #section-content {
  clear: both;
  min-height: 840px;
}

/* CONCEPT DEVELOPMENT WORKSHOP */
.page-node-22 #region-branding {
  display: none;
}

.page-node-22 .node h1 {
  margin-bottom: 0;
}

h6.site-slogan {
  text-align: center;
}

table,
form tbody {
  border: 0;
  padding: 0;
}