/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html, button, input, select, textarea {color: #474747;}
body {font-size: 1em; line-height: 1.4;}
aside {margin-bottom: 30px;}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
.optanon-alert-box-wrapper .optanon-alert-box-button-middle {
	background-color: #0079c0!important;
    border: 1px solid #0079c0!important;
}

::-moz-selection {
    background: #008ce0;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #008ce0;
    text-shadow: none;
    color: #fff;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}
.clear {clear:both;}
.pam    {display: none;} /* Facebook Stream header */

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.hide{
    display: none;
}

.show{
    display: block;
}

body{
    width:100%;
    background:#e8e8e8;
}

.mobile-cta-buttons{
    display: none;
}

.bg {
    background: #fff;
    border: 1px solid #c4c4c4;
    padding: 1%;
}



/* GLOBAL STYLING FORM ELEMENTS------------------------------------------------------*/

::-webkit-input-placeholder, ::-webkit-textarea-placeholder   {
    color: #999;
    font-weight: normal;
    font-style: italic;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

input:-ms-input-placeholder, textarea:-ms-textarea-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

input:required, textarea:required {
    box-shadow:none;
}

.rounded{
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pos-a{
    position: absolute;
}
.pos-r{
    position: relative;
}

.ribbon{
    background: url("../images/blue-ribbon.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    font-size: 1.6em;
    line-height: 41px;
    margin: 0;
    right: -10px;
    text-align: center;
    top: 13px;
    width: 259px;
    height: 42px;
    overflow: hidden;
}

.longribbon{
    background: url("../images/long-blue-ribbon.png");
    color: #FFFFFF;
    font-size: 1.6em;
    line-height: 41px;
    margin: 0;
    right: -10px;
    text-align: center;
    top: 13px;
    width: 279px;
    height: 42px;
    overflow: hidden;
}


/* ---------------------------------------------------------------------------------
   Header styling
------------------------------------------------------------------------------------*/

#mob-search-form, #mob-search-tab{display: none;}

#header-container{
    height:162px;
    background:url("../images/header-bg2.jpg") repeat-x 0 0;
    width:100%;
}

header{
    margin: 0 auto;
    max-width: 980px;
    padding: 0 1%;
    width: 98%;
}

a#main-logo{
    float: left;
    margin: 20px 0 27px 20px;
}

#top-nav{
    float:right;
    line-height: 0;
    width: 45%;
}

#top-nav ul{
    margin:0;
}

#top-nav ul li{
    background: none repeat scroll 0 0 #0079C1;
    float: left;
    line-height: 1em;
    list-style-type: none;
    width: 33.333%;
}

#top-nav ul li a#top-nav-first{
    background: none;
}

#top-nav ul li a{
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 4px 1%;
    font-size: .9em;
    display: block;
    background: url("../images/top-nav-seperator.png") no-repeat scroll left 0 transparent;
}

#top-nav ul li:hover, nav ul li:hover{
    background: #0482cd;
}
/* UPDATING CHANGES TO BE SCALED DOWN TO 1024 X 768 --------*/

#top-nav ul li#con-pad {
   /* width: 44%;*/
}

#top-nav ul li.mobile-width{
    width: 22.222%;
}

#top-nav ul li a:hover, #top-nav ul li a:active,#nav-1:hover{
    background: url("../images/top-nav-seperator.png") no-repeat scroll left 0 #008ce0 !important;
}

nav ul li a:hover, nav ul li a:active{
    background: url("../images/top-nav-seperator.png") no-repeat scroll right 0 #008ce0;
    text-decoration: none !important;
}

/*MAIN NAV STYLING------------------------------------------------------*/

nav{
    width: 100%;
    clear: both;
    height: 38px;
    background: url("../images/nav-seperator.png") no-repeat left 0;
}

nav ul{
    margin: 0;
    list-style: none;
}

nav ul li{
    float: left;
    font-size: 1.3em;
    height: 2em;
    line-height: 2em;
    margin: 0;
    padding: 0;
}

nav ul li.mobile-width, nav ul li#con-pad{
    display: none;
}

nav ul li a{
    text-decoration:none;
    color:#fff;
    text-align:center;
    float:left;
    background:url("../images/nav-seperator.png") no-repeat right 0;
    font-family: 'verveineregular',san-serif;
    width: 100%;
}

#nav-1 .subMenu{min-width: 260px;}

#nav-1, #nav-3{
    width: 14.2%;
}

#nav-2 {
    width: 14.2%;
}

#nav-4 {
    width: 14.2%;
}
#nav-5 {
    width: 14.2%;
}

#nav-6 {
    width: 14.2%;
}

#nav-7 {
    width: 14.2%;
}

#nav-8 {
    width: 19%;
}
.subMenu                    {position: absolute;z-index: 27;background: #008ce0;display: none;border-bottom: 1px solid #0079c1;
    border-left: 1px solid #0079c1;border-right: 1px solid #0079c1;margin-top: 37px;min-width: 230px;}
.subMenu li                 {display:block;overflow:hidden;float: none;height:auto;}
.subMenu li a {
    background: none repeat scroll 0 0 transparent;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 2% 5%;
    text-align: left;
    width: 90%;
}

.subMenu li a:hover{background-image:none;background-color:#0093ea;}


.subMenu2{
    background: none repeat scroll 0 0 #2AADFB !important;
    border: 1px solid #0079C1;
    display: none;
    font-size: 0.9em;
    left: 100%;
    position: absolute;
    width: 100%;
    z-index: 1010;
}
.subMenu2 li                {font-size: 1em;}
.subMenu2 li a              {background: none;height:auto;text-align: left;}




/*END OF MAIN NAV STYLING------------------------------------------------------*/

nav .mobile-menu-tab{
    color: #FFFFFF;
    display: none;
    font-size: 0.9em;
    height: 42px;
    text-align: right;
    width: 53%;
    float: right;
}

nav .mobile-menu-tab h2{
    font-size: 2em;
    font-weight: normal;
    line-height: 1.3em;
    margin: 5px 0;
    padding-right: 16%;
}

#search-form{
    clear: right;
    float: right;
    margin-top:17px;
    position: relative;
}

/* Form wrapper styling */
.form-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    clear: right;
    float: right;
    font-size: 0.8em;
    margin: 31px 0;
    max-width: 434px;
    min-width: 209px;
    padding: 2px;
}

/* Form text input */

.form-wrapper input {
    background: url('../images/search-icon.png') no-repeat 96% center #EEEEEE;
    border: 0 none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: block;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    width: 243px;
    text-indent: 5px;
    font-style: italic;
    color: #888;
}

.form-wrapper input:focus, #mob-search-form input:focus, input#Form_RefinedGeneralTextSearchForm_sGeneralText:focus{
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
    color: #474747;
    font-style: normal;
}

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 36px;
    width: 21.9%;
    color: #fff;
    text-transform: uppercase;
    background: #0079C1;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);

}

.form-wrapper button:hover{
    background: #008ce0;
}

.form-wrapper button:active,
.form-wrapper button:focus{
    background: #004575;
    outline: 0;
}

.form-wrapper button:before { /* left arrow */
    border-color: transparent #0079C1;
    border-style: solid solid solid none;
    border-width: 8px 8px 8px 0;
    content: "";
    left: -6px;
    position: absolute;
    top: 12px;
}

.form-wrapper button:hover:before{
    border-right-color: #008ce0;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before{
    border-right-color: #008ce0;
}

.form-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

/*MAIN ELEMENTS--------------------------------*/

.HomePage #content a{
    color:#0079c1;
}

#main{
    display: block;
    margin: 0 auto;
    max-width: 980px;
    padding: 20px 1%;
    width: 98%;
}

#mob-course-button{
    display: none;
    border: 1px solid #004575;
    margin: 0 auto 20px;
    padding: 1.5%;
    height: 38px;
    position: relative;
}

#mob-course-button h1{
    color: #FFFFFF;
    font-size: 1.8em;
    font-weight: normal;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

#Breadcrumbs{
    font-size: .8em;
    margin-bottom: 10px;
}

#Breadcrumbs a {
    color: #0079C1;
}

#Breadcrumbs a:hover {
    text-decoration: underline;
}

#Form_RefinedGeneralTextSearchForm_action_processRefinedGeneralTextSearchForm, #SearchForm_SearchForm_action_results,.SearchCourseResultPage #Form_RefinedGeneralTextSearchForm_action_processRefinedGeneralTextSearchForm{
    display: none !important;
}

#main.SearchCourseResultPage{
    overflow: visible;}

ul#SearchResults li {
    border-bottom: 1px dashed #CCCCCC;
    margin: 15px 0 0;
    padding-bottom: 2px;
    list-style: none;
}

ul#SearchResults:first-child {
    border-top: 1px solid #CCCCCC;
}

ul#SearchResults li a.readMoreLink {

}

a.searchResultHeader {
    color: #0079C1;
    font-size: 2em;
    font-weight: normal;
    font-family: 'verveineregular',san-serif;
}

#introduction ul li, .sidebarText ul li, .Page .content ul li, .accordion ul li{
    background: url("../images/list-point.png") no-repeat scroll 0 7px transparent;
    list-style-type: none;
    margin-left: 1%;
    padding-left: 20px;
}
.CoursePage .groupedArticle ul{
   
    margin-top:0px;
	margin-bottom:5px;
  }

.CoursePage .groupedArticle ul li{
    background: url("../images/list-point.png") no-repeat scroll 0 14% transparent;
    list-style-type: none;
    margin-left: 2%;
    margin-top: 1px;
    padding-left: 6%;
  }
  
.CoursePage .full-width ul li{
    background: url("../images/list-point.png") no-repeat scroll 0 14% transparent;
    list-style-type: none;
    margin-left: 2%;
    margin-top: 1px;
    padding-left: 3%;
  }
  
.CoursePage .full-width h2 {margin:1% 0 1% 0 !important;}

.sidebarText p{font-size: .9em;}

/* ==========================================================================
   ACCORDION
   ========================================================================== */
.FaqPage #content a, .FaqPage #content a:link, .FaqPage #content a:visited, .FaqPage #content a:active {
    text-decoration: none;
    color: #0079C1;
}

.FaqPage #content a:hover{text-decoration: underline;}
   

/* ==========================================================================
   ACCORDION
   ========================================================================== */

#accordion-wrapper{
    margin: 0 auto 20px;
    max-width: 1024px;
    width: 98%;
}

#accordion ol{margin-left: 0 !important;}

.liteAccordion {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    text-align: left;
}

.liteAccordion > ol {
    height: 100%;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.liteAccordion.basic .slide > p {
    background: none repeat scroll 0 0 #333333;
    color: white;
    line-height: 100%;
}

.liteAccordion .slide > p {
    -moz-transform: translateX(-100%) rotate(-90deg);
    -moz-transform-origin: right top;

    -webkit-backface-visibility:hidden;
    -webkit-transform:translateX(-100%) rotate(-90deg);
    -webkit-transform-origin:100% 0;

    -ms-transform:translateX(-100%) rotate(-90deg);
    -ms-transform-origin:100% 0; /* IE 9 */

    color:white;
    font-size: 1em;
    font-weight: normal;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 19;

}

.liteAccordion.basic .slide > p {
    background: url("../images/arrow-tab-inactive.png") no-repeat scroll 6px center #0079C1;
    border-bottom: 2px solid #004575;
    border-top: 1px solid #004575;
    color: white;
}

.liteAccordion .slide > p span {
    -webkit-user-select:none;
    display: block;
    text-align: center;
    line-height: 37px;
    font-size: 1em;
}

.liteAccordion .slide > div {
    background: none repeat scroll 0 0 white;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
}

figure {
    display: block;
    width: 100%;
    margin: 0;
}
.FigAlignTop        {top:0;}
.FigAlignBottom     {bottom:0;}
.accordion-caption {
    padding:11px 12px;
    position:absolute;
    width:335px;
    z-index:3;
}
.accordion-caption-right {
    right:0px;
    padding:7px 12px;
    position:absolute;
    top:0;
    width:350px;
    z-index:3;
    margin-right: 20px;
}

.accordion-caption h3,.accordion-caption h4, .accordion-caption-right h3{
    background: none repeat scroll 0 0 transparent;
    color: #474747;
    font-family: 'verveineregular',san-serif;
    font-size: 1.78em;
    margin: 0 10px;
    padding: 2.5% 0 0;
    text-align: left;
    white-space: nowrap;
    text-indent: .6em;
}

.accordion-caption-right h3.BanHeadingNoBackground, .accordion-caption-right h3.BanHeadingExtraLarge{
    white-space: pre-wrap !important;
    text-indent: 0 !important;
    background: none !important;
    margin-left: 1em;
    width: 100%;
}

.accordion-caption h4,.accordion-caption-right h4{
    font-size: 1.5em;
    margin: 10px 0 0;
    padding: 0.5% 7%;
    text-align: left;
}

.accordion-caption p, .accordion-caption-right p{
    font-family: 'corporatesbqregular',serif;
    font-size: 1em;
    margin: 10px 0;
    padding: 0.5% 7%;
}

.accordion-caption p a, .accordion-caption-right p a{
    color: #008ce0;
    text-decoration: none;
    font-family: 'corporatesbqbold',san-serif;
}

.accordion-caption p a:hover, .accordion-caption-right p a:hover{
    color: #0079C1;
    text-decoration: underline;
}

.pagination {
    bottom: 3%;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 0.5%;
    z-index: 2000;
}

.pagination a{
    background: none repeat scroll 0 0 #E3882B;
    color: #FFFFFF;
    margin: 0 1px;
    padding: 4px 10px;
    text-decoration: none;
    border: 1px solid #E3882B;
}

.BlogTree .pagination, .BlogHolder .pagination {
	display: block;
    overflow: hidden;
    padding: 1%;
    width: 98%;
	position: relative;
	right: 0.5%;
	bottom: 0%;
}

.BlogTree .pagination ul, .BlogHolder .pagination ul {
	list-style: none outside none;
}

.BlogTree #introduction .pagination ul li, .BlogHolder #introduction .pagination ul li {
	background: none repeat scroll 0 0 #fff;
    color: #575757;
    display: inline-block;
	list-style-type:none outside none;
	padding-left:1px;
}

.BlogTree #introduction .pagination ul li a, .BlogHolder #introduction .pagination ul li a{
	background: none repeat scroll 0 0 #EEEEEE;
	border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    color: #575757;
	text-align: center;
    font-family: 'verveineregular',san-serif;
	}
	
.BlogTree #introduction .pagination ul li a:hover, .BlogTree .pagination ul li a.selected, .BlogHolder #introduction .pagination ul li a:hover, .BlogHolder .pagination ul li a.selected {
	background: #0079C0 !important;
    color: #fff;
    border-color: #004575;
	} 
.pagination a.activeSlide{
    background: #fff;
    color: #E3882B;
    border: 1px solid #E3882B;
}

.pagination a:hover{
    background: #fff;
    color: #e3882b;
    border: 1px solid #E3882B;
}

.liteAccordion .slide > p.selected, .liteAccordion .slide > p.selected:hover {
    background: url("../images/arrow-tab-active.png") no-repeat 6px center #f7942f;
    border-top: 1px solid #e3882b;
    border-bottom: 1px solid #e3882b;
}

.liteAccordion .slide > p{
    cursor: pointer;
}

.liteAccordion .slide > p:hover{
    background: url("../images/arrow-tab-active.png") no-repeat scroll 6px center #008ce0;
}
.liteAccordion .slide figcaption p:hover{background:none;}

/* Holder Page Start */
.HolderPage .container {
	margin-top:20px;
}
.col-md-4 {
    width: 45%;
	float:left;
	margin:20px 2%;
}

.col-md-4 h2 {
	margin:10px 0;
}

.col-md-4 h2 a{
	color: #0079C0;
}

/* Holder Page End */

/* MAIN CONTENT -------------------------------------------*/

.h20                            {height:20px;}
#course-aside                   {float:left;padding: 0;width: 28%;}
#course-sidebar                 {margin-top: 1%;width:94%;}
.CoursePage #content, .TwoColumnPage #content, .InternshipOpportunitiesPage #content {width: 70%;float:right;margin-right: 0;}
.CoursePage #content h1         {margin-bottom: 20px;}
.CoursePage #content a, .TwoColumnPage #content a         {color:#0079C1; cursor: pointer;}
.CoursePage .bridge-cta-button, .TwoColumnPage .bridge-cta-button  {margin-left: 0px !important;width:275px;}
.CoursePage #image-container    {margin-bottom:20px;}
.course-quick-look-container    {margin-bottom: 20px;}
.course-quick-look-container a {color: #ffffff!important; text-decoration: underline!important;}
.course-hero-image              {width: 49%;overflow: hidden;}
.course-hero-image img          {width: 100%;}
.course-quick-look              {background: #0079C1;padding: 1% 1% 1% 2%;width: 47%;color:#fff;margin-left: 1%;}
.course-quick-look p {margin:0px!important;}
.course-quick-look .ButtonURL {float: left; width: 100%; text-align: center;}
.course-quick-look .ButtonURL a {color: #fff!important; text-decoration: none!important;}
.course-quick-look .ButtonURL h4{background: rgba(255,255,255, 0.5); padding: 6px; margin: 0px;color: #ffffff!important;}
.course-quick-look h2           {text-align:center;color:#fff;margin:0 0 5px;}
.course-question                {font-weight:bold;width:25%;text-align: right;margin-bottom: 5px;}
.course-question p              {margin:0 0 8px;font-size: .9em;}
.course-answer                  {width:67%;margin: 0 2% 8px 0;font-size: .9em;}
.CoursePage #introduction h2,.InternshipOpportunitiesPage #introduction h2    {color:#fff !important;text-align: left;text-indent: 10%;}
.CoursePage #introduction h2 a  {color:#fff !important;}
.groupedArticle                 {width:45%;padding:0 2% 2% 2%;}
.groupedArticle h2,.full-width h2             {margin:3% 0 1% 0 !important;}
.groupedArticle p,.player-info p   {margin-top:5px;margin-bottom:5px;}
.courseGroup                    {margin-bottom: 20px;}
.videoDiv                       {width:31%;margin-left:3%;}
.werenow                        {width:96%;padding-bottom: 0;}
.werenow .authorDate            {border-bottom: 1px dashed #ccc;padding-bottom:5px;}
.werenow h4                     {margin:0;font-size: 1.6em;}
.werenow h4 a                   {font-style: normal;color:#474747 !important;}
.werenow h4 a:hover             {text-decoration: none;}
.werenow p                      {margin:0 0 10px 0;}
.werenow img                    {margin-right: 20px;padding:5px; border:1px solid #ccc;}
.werenow h3                     {margin: 0;}
.werenow .blog-link-wrapper     {border-top: 1px dashed #ccc;}
.werenow .blog-link-wrapper a   {float:right !important;text-align: right;width:inherit !important;}
.werenow a                      {font-style: italic;color:#0079C1;padding-top: 1%;}
.werenow a:hover                {text-decoration: underline;}
.expandThis                     {display: none;}
.courseGroup h3                 {color:#0079C0 !important;}
.player                         {padding:2px;border: 1px solid #c4c4c4;}
.sidebarText                    {margin-top: 2%;width:94%;text-indent: 7px;}
.sidebarText a                  {color:#0079C1;}
.sidebarText p a:first-child    {font-size: 1.3em;}
.sidebarText a:hover            {text-decoration: underline;}
.player-info h3                 {margin-bottom: 0px !important;margin-top:5px;}
.CourseFeeTable                 {table-layout:fixed; width:900px;}
.scrollTables                   {width: 100%; overflow: hidden;}
form a                          {color: #0079C1; cursor: pointer;}
.BanHeadingSmall, .BanHeadingLarge, .BanHeadingExtraLarge{
    background: url('../images/sketch-sprite.png') no-repeat 0 0 !important;
}

.BanHeadingExtraLarge{
    background-position: 0 -156px !important;
    height: 61px !important;
    width: 562px;
}

.BanHeadingLarge {
    background-position: -3px -75px !important;
    height: 69px !important;
    width: 360px !important;
}
.BanHeadingSmall {
    background-position: 0 0;
    height: 67px !important;
    width:261px !important
}

.BanHeadingNoBackground{
    text-align: left !important;
    padding: 0.5% 0 !important;
    background:none !important;
}

#content{
    float: left;
    min-width: 289px;
    width: 69%;
}

.LocationPage #content {
    width: 70%;
}

.LocationPage #content ul li{list-style-type: none;}

.LocationPage .bannerTitle{
    background: url("../images/block-border.png") no-repeat scroll 0 0 transparent;
    font-family: 'verveineregular',san-serif;
    font-size: 2.6em;
    height: 73px !important;
    text-align: center;
    width: 362px;
    text-shadow: 1px 1px 4px #000;
}

.LocationPage .bannerDescription{
    font-size: 1.1em;
    left: 36px;
    top: 120px;
    width: 333px;
    text-shadow: 1px 1px 4px #000;
}

#introduction, #feed, .BlogTree #BlogContent{
    margin-bottom: 35px;
    min-width: 0;
    position: relative;
    padding: 1% 2%
}

.LocationPage #introduction {
    position: static;
    margin-bottom: 0;
    padding: 1% 2%;
    margin-top: 20px;
}

#feed {
    padding: 0% !important;
}

#introduction h2, #introduction h3{
    color: #0079C0 !important;
    margin: 0;
    font-size: 2.5em;
}

.TwoColumnPage #introduction h2{
    color: #0079C0 !important;
    margin: 0;
    font-size: 2em;
}
.TwoColumnPage #introduction h3{
    color: #0079C0 !important;
    margin: 0;
    font-size: 1.5em;
}
.LocationPage #introduction h2, .AboutPage #introduction h2, .LocationPage #introduction h3 {
    color: #0079C0 !important;
    margin-bottom: 0;
}
.HomePage #introduction p, .LocationPage #introduction p, .AboutPage  #introduction p {
    margin-top:5px;
}

#introduction p#first-paragraph{
    color: #0079c1;
    font-size: 1em;
}

#Form_Form .optionset ul li {
	float: left;
    margin: 0px;
    padding: 0px 15px;
    list-style: none;
}

#Form_Form fieldset label {
	font-weight: bolder;
}

#Form_Form fieldset input {
	padding:10px;
	border-radius: 5px;
	width: 50%;
}

#Form_Form fieldset select{
	padding:10px;
	border-radius: 5px;
	width: 52%;
}
#Form_Form fieldset input.radio{
	width:inherit;
}
#Form_Form fieldset div.field {
	margin-top:20px;
	float:left;
	width: 100%;
}

#Form_Form fieldset div.nolabel {
	float:left;
	width: 96%!important;
}

#Form_Form div.privacypolicy {
	width: 30px!important;
    float: left;
}



#Form_Form .Actions {
	margin-top: 20px;
}
.UserDefinedForm .content {
	padding-left: 15px;
}

/* ASIDE-------------------------------------------*/

#home-aside, #bridge-aside {
    float: right;
    min-width: 0;
    padding: 0;
    width: 28%;
}

#bridge-aside {
    padding-top: 2%;
}

#find-a-course{
    background: url("../images/find-me-a-course-bg.jpg") repeat scroll 0 0 transparent;
    border: 1px solid #888888;
    padding: 54px 0 25px;
}

#find-a-course form {margin:0 auto; width:90%;}

#find-a-course label{
    display: block;
    color: #fff;
}
#find-a-course .field {margin:5.2% 0;}
#find-a-course div select{
    border: 1px solid #757575;
    padding: 10px 3px;
    width: 100%;
    -webkit-appearance:none;
}

#find-a-course #advanced-search {
    color: #FFFFFF;
    float: right;
    margin-top: 2%;
}

#find-a-course a{
    font-style: italic;
    margin: 0 auto;
    text-decoration: none;
}

#advanced-search:hover{
    text-decoration: underline;
}

.Actions>input{
    display: block;
    float: none;
    margin: 0 auto;
    padding: 2px;
    width: 112px;
    font-size: 1.9em;
    font-family: 'verveineregular',san-serif;
}

.Actions input#Form_SearchCourseRefinedForm_action_processSearchCourseRefinedForm{
    float: right;
}


#IndustryID label:after, #CityID label:after{
    content: '' !important;
}
/* END ASIDE ------------------------------

BLOG FEEDS--------------------------------*/

.more-button {
    bottom: -28px;
    position: absolute;
    left: 46%;
    cursor: pointer;
    font-family: 'verveineregular',san-serif;
}

#feed .more-button {
    bottom: -27px;
}

.more-button p{
    background: none repeat scroll 0 0 #0079C1;
    color: #FFFFFF;
    margin: 0;
    padding: 0 13px;
    border: 1px solid #004575;
}

.more-button p:hover{
    background: none repeat scroll 0 0 #008ce0;
}
.more-button p a{color:#fff !important;font-size: 1.25em;}
#feed h1{
    float: left;
    padding: 0 0 0 10px;
    margin: 10px 0;
}

#feed-cats{
    float: right;
}

#feed-cats ul li{
    float: left;
    list-style-type: none;
    margin: 0 10px;
    padding: 0 20px;
}

.HomePage #feed-cats ul li a{
    font-family: 'verveineregular',san-serif;
    text-decoration: none;
    color: #888;
    font-size: 1.5em;
}
.LocationPage #image-container {margin-bottom: 20px;}
#image-container-text    {position: absolute;color: #fff !important;left: 20px;}
.LocAlignTop        {top:40px;}
.LocAlignBottom     {bottom:20px;}
.bannerTitle, .bannerDescription    {color: #fff !important;}

#news{border-bottom: 2px solid #8E4199;}
.HomePage #news a:hover{color: #8E4199;}
#events{border-bottom: 2px solid #00A2B0;}
.HomePage #events a:hover{color: #00A2B0;}

.event{
    background: #00A2B0 !important;
}

.event-title a{
    color: #00a1ae !important;
}
.news-title a{
    color: #914399 !important;
}

.blog-wrapper{
    clear: both;
    display: block;
    overflow: hidden;
    border-top: 1px dashed #C4C4C4;
    padding-bottom: 5px;
    position: relative;
}

.blog-wrapper .category-type{
    float: left;
    margin-right: 1%;
    width:23%;
}

.blog-wrapper .category-type h4{
    background: none repeat scroll 0 0 #8E4199;
    color: #FFFFFF;
    float: right;
    font-weight: normal;
    padding: 0 5px;
    text-align: center;
    width: 35%;
    margin: 0 0 5px 0;
}

.blog-wrapper .category-type .blog-image {
    clear: right;
    margin: 0 4%;
    padding: 6% 0;
}

.blog-details{
    float: right;
    width: 72%;
    margin: 0 1%;
}

.blog-details h3 {
    line-height: 1.2em;
    margin: 14px 0 0;
}

.blog-details p{
    margin: 5px 0;
}

span.date{
    color: #c4c4c4;
    font-style: italic;
    font-size: .7em;
    display: block;
    margin: 5px 0;
}

.more-tab{
    background: #ccc;
    bottom: 0;
    color: #FFFFFF !important;
    cursor: pointer;
    padding: 3px 1px 2px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 20px;
}

.more-tab:hover{
    background: #ddd;
}

/*SOCIAL MEDIA FEED--------------------------------*/

#social-media-feed{
    display: block;
    margin-bottom: 34px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #C4C4C4;
    padding-top:66px;
    height: 394px;
}

.WhereAreTheyNowPage .social-links, #social-media-feed .social-links{
    float: left;
    height: 53px;
    text-indent: -9999px;
    width: 50%;
    max-width: 148px;
}

.home-dt-buttons {
    background: url("../images/button-bg-sprite-home.png") no-repeat scroll 0 0 transparent!important;
    font-size: 1.3em!important;
    border: none!important;
    width: 150px!important;
    height: 32px!important;
}

.home-dt-buttons {
    float: left!important;
    width: 150px!important;
    font-size: 1.3em!important;
    margin: 0 5px 20px!important;
    padding: 2% 0!important;
    line-height: 34px!important;
}

.VideoCompetitionPage .social-links, #social-media-feed .social-links{
    float: left;
    height: 53px;
    text-indent: -9999px;
    width: 50%;
    max-width: 148px;
}

#social-media-feed #weibo{
    background:url('../images/social-sprite.jpg') no-repeat 0 0 ;

}

#social-media-feed #weibo:hover{background-position: 0px -53px}

#social-media-feed #facebook{
    background:url('../images/social-sprite.jpg') no-repeat -153px 0 ;
}

#social-media-feed #facebook:hover{background-position: -153px -53px}
/*Temporary testimonial styling*/

#inner-wrapper {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/testimonial.jpg");
    background-repeat: no-repeat;
    display: block;
    height: 684px;
    overflow: hidden;
    width: 702px;
    position: relative;
}

#testimonial-text {
    background: url("../images/testimonial-transparent-bg.png") repeat scroll 0 0 transparent;
    position: absolute;
    top: 182px;
    width: 30%;
}

#inner-wrapper #title p {
    background: none repeat scroll 0 0 #0079C0;
    color: #FFFFFF;
    font-size: 1.2em;
    padding: 2px;
    text-align: center;
    width: 25%;
    position: absolute;
}

#testimonial-text p {
    color: #474747;
    display: inline-block;
    font-size: 1.1em !important;
    font-style: italic;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 2px 7px;
}

p#text-style {
    font-size: 2em !important;
    font-weight: bold;
    font-style: normal;
}

/*  FAQ Page Start */

.FaqPage h2 { margin:0.3em 0;}
.FaqPage #content {  width: 96%;  margin-bottom: 20px; padding:1% 2%;}
.accordion { width:48%; display:inline-table; margin-right:15px;}
.accord-content { display: none; }

.accord-list {
	margin-left:0px!important;
}

.accord-list-item {
	background:none!important;
	display: inline-table;
	width: 49%;
	line-height:1!important; 
	margin-bottom:0px!important;
	margin-left:0px!important;
	padding-left:3px!important;
}

.accord-list-item h3{
	font-size:1.5em;
}

.accordionfaq-wrapper {
	margin-top:15px;	
}

.accord-wrapper { 
	border: solid 1px #DEDEDE;
	/*padding: 10px 10px 10px 10px;*/
	margin-bottom: 10px;
}

.accord-header ul {
	margin:0 0;
	margin-left:0px!important;
}

.accord-header ul li {
	margin-bottom: 0px!important;
	margin-left: 0px!important;
}

.accord-header {
	font-size: 1em;
	color: #0079C0;	
	/*margin-bottom:5px;*/
	padding:10px;
	background-color:aliceblue;
}
.accord-header:hover {
	cursor:pointer;
}

.accord-content {
	padding:10px 10px 1px 25px;
	background-color:#FEFEFE;
}
/* FAQ Page End */

/* ==========================================================================
   FOOTER
   ========================================================================== */

#footer-wrapper{
    background: #0079C1 url('../images/footer-bg.jpg') repeat 0 0;
    width: 100%;
    clear: both;
}

footer{
    display: block;
    margin: 0 auto;
    max-width: 980px;
    overflow: hidden;
    padding: 2% 0;
}

footer ul li{
    list-style-type: none;
}

footer div ul li a{
    color: #fff;
    text-decoration: none;
    font-size: .8em;
}

footer div ul li.footer-main-cat a, #contact-details ul li.footer-main-cat, #contact-details ul li a{
    font-size: .9em;
}
footer ul li.footer-main-cat{
    margin-top:1em;
	font-weight: bold;
}
footer div ul li.footer-main-cat a{
    font-weight: bold;
}

#contact-details p{
    color: #fff;
}

.contact-address{
    margin-bottom: 40px;
    font-size: .9em;
}

footer div ul li a:hover{
    border-bottom: 1px dotted #fff !important;
    color: #fff;
}

#col-1, #col-2, #col-3, #col-4, #col-5{
    color: #FFFFFF;
    float: left;
    border-right: 1px dotted white;

}

#col-1, #col-2, #col-3 {
    margin: 0 1%;
    width: 22%;
}

#col-5>p{
    font-size: 2.5em;
    margin: 0;
    font-family: 'verveineregular',san-serif;
    text-align: center;
}

#col-4{
	display:none;
    border: none;
    width: 1%;
}

#col-5{
    border: medium none;
    margin-left: 1%;
    width: 25%;
}

#additional-content-wrapper{
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    overflow: hidden;
    padding: 10px 0 0;
    width: 100%;
}

#additional-content{
    max-width: 980px;
    width: 98%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

/* -------------------------STYLING FOR SPONSORS ---------------------------*/

#additional-content ul{
    list-style: none;
    display: block;
    height: 92px;
    overflow: hidden;
    float: left;
    margin: 0;
}

#additional-content ul li{
    float: left;
    margin-right:25px;
}

#additional-content ul li a{
    display: block;
    height: 100px;
}

.footerLogo {float:right;}

#additional-content ul li img{
    margin-top : -103px;
    opacity:0;
    transition-property : opacity;
    -moz-transition-property : opacity; /* FireFox */
    -webkit-transition-property : opacity; /* Safari / Chrome */
    -o-transition-property : opacity; /* Opera */
    -moz-transition-duration : 0.7s; /* FireFox */
    -webkit-transition-duration : 0.7s; /* Safari / Chrome */
    -o-transition-duration : 0.7s; /* Opera */
    transition-duration : 0.7s;
}
#additional-content ul li img:hover{
    opacity:1;
    transition-property : opacity;
    -moz-transition-property : opacity; /* FireFox */
    -webkit-transition-property : opacity; /* Safari / Chrome */
    -o-transition-property : opacity; /* Opera */
    -moz-transition-duration : 0.7s; /* FireFox */
    -webkit-transition-duration : 0.7s; /* Safari / Chrome */
    -o-transition-duration : 0.7s; /* Opera */
    transition-duration : 0.7s;
}

#additional-content img{
    margin-top: 10px;
}

#additional-content .disclaimers{
    font-size: 0.7em;
    margin: 0;
    padding: 38px 0 5px;
    text-align: left;
    color: #888;
}
#additional-content .disclaimers p{
    float:left;
}
#additional-content .disclaimers a{
    color: #888;
}
.disclaimersLink{
    margin-left: 20px;
}

.disclaimers a:hover {
    text-decoration: underline;
}

/*FOOTER FORM---------------------------------*/

#footer-wrapper form{
    font-size: .8em;
}

#footer-wrapper input{
    width: 100%;
}

#footer-wrapper input.text, #footer-wrapper textarea{
    border: 1px solid #004575;
    padding: 8px 1%;
    width: 98%;
    margin: 8px 0;
}

#footer-wrapper form p{
    margin: 20px 0;
}

#footer-wrapper form input.action{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #004575;
    color: #004575 !important;
    font-family: 'verveineregular',san-serif;
    font-size: 2em;
    padding: 4px;
    width: 33%;
}
#footer-wrapper form label {display:none;}

/*==========================================================================
COURSE PAGE
==========================================================================
*/

ul.cta-buttons{
    list-style: none;
    margin: 0;
}

ul.cta-buttons li a{
    background: url("../images/button-bg-sprite.png") no-repeat 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 1.2em;
    height: 67px;
    line-height: 67px;
    margin-bottom: 5px;
    text-align: center;
}

ul.cta-buttons li a:hover {
    background: url('../images/button-bg-sprite.png') no-repeat 0 -66px;
}

#related-links, .related-links {
    margin-top: 1%;
    width: 94%;

}

.related-links {
    margin-bottom:2%;
}

#related-links ul, .related-links ul {
    margin: 0;
}
#related-links ul li a, .related-links ul li a {
    background: url("../images/arrow-right.png") no-repeat scroll 97% center transparent;
    border-top: 1px dashed #474747;
    color: #474747;
    display: block;
    font-size: 1em;
    padding: 5px 3%;
}

.related-links ul li p {
    border: medium none !important;
    color: #0079C1;
    font-family: 'verveineregular',san-serif;
    font-size: 2em;
    font-weight: normal;
    margin: 0;
    padding: 2% 3%;
}

#related-links ul > li:first-of-type a, .related-links ul > li:first-of-type a{border:none !important;}


#related-links ul li, .related-links ul li {
    list-style: none outside none;
}

#related-links li#exclude {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px solid #EDEDED;
    font-weight: bold;
}

.related-links li#exclude{
    background: none repeat scroll 0 0 transparent;
    border-top: none;
    font-weight: bold;
}

#course-content{
    float: right;
    width: 71%;
}

#course-title {
    margin: 0 0 20px;
}

.content-wrapper, .content-wrapper-2{
    display: block;
    margin: 20px auto;
    overflow: hidden;
}

.content-wrapper-2 {
    overflow: visible !important;
}

#quick-guide{
    background: url("../images/footer-bg.jpg") repeat scroll 0 0 #0079C1;
    float: right;
    margin-left: 1%;
    min-height: 300px;
    padding: 1% 1% 1% 2%;
    width: 47%;
}

#quick-guide h2{
    margin: 0 0 10px;
    color: #fff;
}

#quick-guide table{
    color: #fff;
    font-size: .9em;
}

#quick-guide table tr{
    margin: 10px 0;
}

#quick-guide table th{
    text-align: right;
    vertical-align: top;
    width: 35%;
}

#quick-guide table td{
    padding-left: 3%;
}

#image-container {
    width: auto;
    float: left;
}

.LocationPage #image-container {
    width: 98%;
    float: none;
    margin: 20px 0;
}


.LocationPage .mobile-cta-button{
    background: none repeat scroll 0 0 #0079C1;
    border: 1px solid #004575;
    color: #FFFFFF;
    display: block;
    font-size: 3em;
    height: 40px;
    line-height: 34px;
    padding: 3% 0;
    text-align: center;
    width: 99%;
    margin-bottom: 10px;
    font-family: 'verveineregular',san-serif;
}

#about-course {
    position: relative;
    padding: 1%;
}

#about-course h2 {
    color: #FFFFFF;
    line-height: 52px;
    margin: 0;
    position: relative;
    z-index: 2;
}

#about-course #ribbon {
    background: url("../images/course-ribbon.png") no-repeat scroll 0 0 transparent;
    height: 64px;
    left: -21px;
    position: absolute;
    width: 281px;
}

.column-l {
    float: left;
    width: 45%;
    padding: 0 1%;
}

.column-r {
    float: right;
    width: 45%;
    padding: 0 1%;
}

.full-width {
    width: 98%;
    padding: 0 1%;
    clear: both;
}

.courseGroup .full-width{
    clear: both;
    padding: 0 2% 1%;
    width: 96%;
}

#iframeWrapper{
    width:100%;
}

.course-video {
    float: left;
    margin-left: 6%;
    width: 29.333%;
}

.full-width>div:first-of-type {
    margin-left: 0;
}

.content-wrapper h3 {
    color: #0079C0;
}

.image-scale {width: 100%;max-width: 100% !important;}

.fb_iframe_widget{margin-top:0px!important; vertical-align:top;}

/* WHERE ARE THEY NOW CONTAINER --------------------*/


#banner-watn{
    margin:20px 0;
    display: block;
    overflow: hidden;
    position: relative;
    height: 426px;;
}

.WhereAreTheyNowPage #banner-image-watn{
    position: relative;
}

.VideoCompetitionPage #banner-image-watn{
    position: relative;
}

#thumbs-container .thumbs img{float:left;}
.thumbs ul {float:left;padding-left: 4%;width:70%;}
.thumbs ul li{color:#fff;font-size: .9em;list-style-type: none;}
.thumbs ul li:first-child{font-family: 'verveineregular',san-serif;font-size: 1.2em !important;line-height: 1.8em;}

.grad-details{
    position: absolute;
    height: 418px;
    border: 4px solid #FF771C;
    width:65%;
    overflow: hidden;
}
.grad-details iframe{width:100% !important; height: 100% !important; z-index:-1;}
.mobile-grad-details  iframe {width:100% !important;}
.selected-thumb{
    background: #ff771c !important;
    position: relative;
}

.selected-thumb .selected-arrow{
    background: url("../images/thumb-arrow.png") no-repeat scroll 0 0 transparent !important;
    display: block;
    height: 25px;
    left: -11px;
    position: absolute;
    top: 29px;
    width: 13px;
    z-index: 20;
}
.selected-arrow{
    display: none;
}

.grad-details img{
    position: absolute;
}
.grad-details .QandA{
    position: absolute;
    right: 0;
    top: 20px;
    width: 60%;
    z-index: 10;
}

.QandA h1,.QandA h2,.QandA h3,.QandA h4,.QandA h5,.QandA h6,.QandA p{
    margin: 10px 0;
    padding: 0 3%;
}
.mobile-grad-details h1,.mobile-grad-details h2,.mobile-grad-details h3, .mobile-grad-details h4, .mobile-grad-details h5, .mobile-grad-details h6{
    padding:0;
    margin:5px 0;
    color:#000 !important;
}


.grad-details .QandA .gradQuestion, .mobile-grad-details .gradQuestion{
    color:#0079C1;
    font-family: 'corporatesbqbold', san-serif;
    font-size: 1.2em;
}

.mobile-grad-details .gradQuestion, .mobile-grad-details .gradQuestion p{padding: 10px 0 0;;margin:0;}
.mobile-grad-details .gradQuestion{border-top:1px dashed #474747;}

.grad-details .QandA .gradAnswer,.mobile-grad-details .gradAnswer{font-family: 'verveineregular',san-serif; font-size: 1.5em;}
.mobile-grad-details .gradAnswer,.mobile-grad-details .gradAnswer p{padding:0;}
.mobile-grad-details .gradQuestion p{padding-top:0 !important;}

#banner-image-watn .grad-details .grad-name{
    background: none repeat scroll 0 0 #0079C1;
    bottom: 45px;
    color: #FFFFFF;
    float: left;
    font-family: 'verveineregular',san-serif;
    font-size: 1.5em;
    left: 0;
    padding: 1% 2%;
    position: absolute;
    text-align: center;
    z-index: 9;
}

#banner-image-watn .grad-details #QandA{
    float: right;
}

.WhereAreTheyNowPage #thumbs-container{
    background: none repeat scroll 0 0 transparent;
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 34.4%;
    position: relative;
    padding-left:13px;
    height:100%;
}

.VideoCompetitionPage #thumbs-container{
    background: none repeat scroll 0 0 transparent;
    float: right;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 34.4%;
    position: relative;
    padding-left:13px;
    height:100%;
}

#weiboQRCode img {
	width: 116px;
}
#weiboFeed, #facebookFeed {position: absolute;margin-top:60px;}
.WhereAreTheyNowPage #thumbs-container ul{
    margin:0;
}
.WhereAreTheyNowPage #thumbs-container ul li.thumbs{
    background: none repeat scroll 0 0 #0079C0;
    cursor: pointer;
    height: 70px;
    margin-top: 1px;
    padding: .5em;
    position: relative;
    list-style-type: none;
}
.WhereAreTheyNowPage #thumbs-container ul li.thumbs:first-child{margin-top:0;}

.WhereAreTheyNowPage #thumbs-container ul li.thumbs:hover{background-color: #FF771C;}

.WhereAreTheyNowPage .container{
    float: left;
    margin-right: 2%;
    min-height: 171px;
    padding-top: 65px;
    width: 29.74%;
}


.WhereAreTheyNowPage .container ul{margin-bottom: 0;}
.WhereAreTheyNowPage .container ul li{
    background: url("../images/blue-arrow-right.png") no-repeat scroll 5px center transparent;
    margin-left: 0;
    padding-left: 0;
    text-indent: 6px;
    list-style-type: none;
}
.WhereAreTheyNowPage #talk-to-us{
    margin-right: 0 !important;
}

.WhereAreTheyNowPage #talk-to-us a{
    color: #0079C1;
    text-decoration: underline;
}

.WhereAreTheyNowPage #how-to-apply p{
    font-family: 'corporatesbqregular', serif;
    font-size: 1em;
    text-align: center;
}

.VideoCompetitionPage #thumbs-container ul{
    margin:0;
}
.VideoCompetitionPage #thumbs-container ul li.thumbs{
    background: none repeat scroll 0 0 #0079C0;
    cursor: pointer;
    height: 70px;
    margin-top: 1px;
    padding: .5em;
    position: relative;
    list-style-type: none;
}
.VideoCompetitionPage #thumbs-container ul li.thumbs:first-child{margin-top:0;}

.VideoCompetitionPage #thumbs-container ul li.thumbs:hover{background-color: #FF771C;}

.VideoCompetitionPage #thumbs-container ul li.thumbs a{
    color:#FFF;
}

.VideoCompetitionPage #thumbs-container ul li.thumbs a:hover{
    
	text-decoration: underline;
}

.VideoCompetitionPage .container{
    float: left;
    margin-right: 2%;
    min-height: 171px;
    padding-top: 65px;
    width: 29.74%;
}


.VideoCompetitionPage .container ul{margin-bottom: 0;}
.VideoCompetitionPage .container ul li{
    background: url("../images/blue-arrow-right.png") no-repeat scroll 5px center transparent;
    margin-left: 0;
    padding-left: 0;
    text-indent: 6px;
    list-style-type: none;
}
.VideoCompetitionPage #talk-to-us{
    margin-right: 0 !important;
}

.VideoCompetitionPage #talk-to-us a{
    color: #0079C1;
    text-decoration: underline;
}

.VideoCompetitionPage #how-to-apply p{
    font-family: 'corporatesbqregular', serif;
    font-size: 1em;
    text-align: center;
}

#how-to-apply a:hover{text-decoration: underline;}

.VideoCompetitionPage .more-button{
    bottom: -27px;
    left: 37%;
    right: 37%;
    width: 24%;
}

#main.VideoCompetitionPage{padding-bottom: 35px;}

.VideoCompetitionPage #weibo{
    background: url('../images/social-sprite.jpg') no-repeat 0 -53px;
    height: 53px;
}

.VideoCompetitionPage #facebook{
    background: url('../images/social-sprite.jpg') no-repeat -148px -53px;
    height: 53px;
}
.WhereAreTheyNowPage .more-button{
    bottom: -27px;
    left: 37%;
    right: 37%;
    width: 24%;
}

#main.WhereAreTheyNowPage{padding-bottom: 35px;}

.WhereAreTheyNowPage #weibo{
    background: url('../images/social-sprite.jpg') no-repeat 0 -53px;
    height: 53px;
}

.WhereAreTheyNowPage #facebook{
    background: url('../images/social-sprite.jpg') no-repeat -148px -53px;
    height: 53px;
}
/* END COURSE ASIDE --------------------------------*/

/* ==========================================================================
SEARCH RESULTS PAGE
==========================================================================*/
.InternshipOpportunitiesSearchPage #main{overflow: visible;}
.InternshipOpportunitiesSearchPage .Actions{display: block;overflow: hidden;}
.InternshipOpportunitiesSearchPage #signup #Form_NotificationsForm_action_processSubscription{float:right;}

.InternshipOpportunitiesSearchPage #filter,.InternshipOpportunitiesSearchPage aside#filter-search #signup{margin-bottom: 20px;padding: 4% 3%;}
.InternshipOpportunitiesSearchPage #filter #Form_SearchCourseRefinedForm{ width: 98%;}
.InternshipOpportunitiesSearchPage aside#filter-search{width: 27.3%;}

.InternshipOpportunitiesSearchPage aside#filter-search #signup p{
    margin-top: 60px;
    font-family: 'corporatesbqbold',san-serif;
    font-size: .8em;
}

.InternshipOpportunitiesSearchPage #signup .middleColumn>input{
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    height: 36px;
    padding: 0 3%;
    width: 100%;
}

.InternshipOpportunitiesSearchPage #signup #Form_NotificationsForm_action_processSearchCourseRefinedForm{
   margin-right: 0;
}


.InternshipOpportunitiesSearchPage #signup label{
    color:#474747;
    font-family: 'verveineregular',san-serif;
    font-size: 1.3em;
}

.InternshipOpportunitiesSearchPage #signup label:after{
    content: ' *';
    color: red;
}

.InternshipOpportunitiesSearchPage #signup #sIndustry label:after{
    content:' ';
}

.InternshipOpportunitiesSearchPage #search-table tr:nth-child(2n+2){
    background: #D2EBFC;
}

aside#filter-search{
    display: block;
    float: left;
    min-width: 0;
    width: 25%;
    margin-bottom: 20px;
}

aside#filter-search h1{
    margin: 0;
    color: #474747;
}

aside#filter-search label, #mob-course-button #Form_SearchCourseRefinedForm .field label{
    color: #0079C0;
    display: block;
    margin: 0 0 1%;
}

aside#filter-search select {
    border: 1px solid #CCCCCC;
    color: #A4A4A4;
    padding: 1%;
    width: 100%;
    cursor: pointer;
    margin-bottom: 5%;
}

.action {
    color: #fff;
    padding: 10px;
    background: url("../images/ie-submit-button.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #004575;
    float: right;
}

aside#filter-search input.submit {
    width: 48%;
}

aside#filter-search input.clear {
    color: #004575;
    padding: 10px;
    border: 1px solid #959595;
    float: left;
    width: 48%;
}

#search-results-wrapper{
    float: right;
    width: 68.5%;
    margin-bottom: 20px;
}

#search-results-wrapper form.form-wrapper{
    display: block;
    float: none;
    margin: 2% auto;
    width: 80%;
}

#search-results-wrapper form.form-wrapper input {
    float: none;
}

#search-results-wrapper h1{
    text-align: center;
    margin: 0;
}

#search-results-wrapper h1{
    color: #474747;
    font-size: 2em;
}

#search-results-wrapper h1 span{
    color: #0079C1;
    font-family: 'corporatesbqbold',san-serif;
    font-size: 0.7em !important;
}

#search-results-wrapper p{text-align:left;}

#search-table tr {margin: 1% 0;}
#search-table .row-1 {
    padding: 3%;
    width: 48%;
}

.row-1 h2 {
    margin: 2% 0 0;
    font-size: 1.8em;
    font-family: 'verveineregular',san-serif;
}

#search-table .row-2 {font-size: .9em;width:16%;}
#search-table .row-3 p{text-align: center;}

#search-results-wrapper .row-1 p.search-link a {
    color: #009933;
    margin:0;
}

#search-results-wrapper .row-1 p {
    padding: 0;
}

table#search-table {margin: 2% 0;}

table#search-table p{
    font-size: 0.9em;
    margin: 2% 0;
}

table#search-table th {

    text-align: center;
    background: #d2ebfc;
}

table#search-table th:first-child{text-align: left;}

form#Form_RefinedGeneralTextSearchForm {
    display: block;
    overflow: hidden;
    padding: 3%;
}

#search-results-wrapper p a{color:#0079C1}
#search-results-wrapper p a:hover{text-decoration: underline;}

#Form_RefinedGeneralTextSearchForm_sGeneralText {
    background: url("../images/search-icon.png") no-repeat scroll 98% center #EEEEEE;
    border: 1px solid #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    display: block;
    height: 41px;
    margin: 0 auto;
    padding: 10px 1.2%;
    text-indent: 5px;
    width: 73%;
}

#Form_RefinedGeneralTextSearchForm fieldset {
    float: left;
    width: 100%;
}


table#search-table img {
    display: block;
    margin: 0 auto;
}

table#search-table ul {
    margin:0;
}

table#search-table ul li {
    float: left;
    text-align: right;
    width: 50%;
    list-style-type: none;
}

table#search-table ul li a {
    background: none repeat scroll 0 0 #004575;
    color: #FFFFFF !important;
    font-size: 0.8em;
    padding: 2px 0 2px 5px;
}

table#search-table ul li a:hover {
    background: #015894;

}

table#search-table ul li a span {
    background: none repeat scroll 0 0 #0079C0;
    padding: 2px 5px;
}

table#search-table ul li a:hover span {
    background-color: #0481cb;
}

table#search-table ul li:first-child {
    text-align: left;
}

ul#search-pagination {
    display: block;
    overflow: hidden;
    padding: 1%;
    width: 98%;
}

ul#search-pagination li{
    display: inline;
}

ul#search-pagination li a {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
    border-radius: 2px 2px 2px 2px;
    color: #575757;
    display: inline-block;
    margin: 0;
    padding: 3px 8px;
    text-align: center;
    font-family: 'verveineregular',san-serif;
}

ul#search-pagination li a:hover, ul#search-pagination li a.selected {
    background: #0079C0 !important;
    color: #fff;
    border-color: #004575;
}

a.tab-link {
    background: none repeat scroll 0 0 #004575;
    color: #FFFFFF !important;
    font-size: 0.8em;
    padding: 2px 0 2px 5px;
    line-height: 15px;
}

a.tab-link:hover {
    background: #015894;
    text-decoration: none !important;
}

a.tab-link span {
    background: none repeat scroll 0 0 #0079C0;
    padding: 2px 5px;
    margin-left: 5px;
}

a.tab-link:hover span {
    background-color: #0481cb;
}

#mob-course-button #Form_SearchCourseRefinedForm .field {
    margin: 2% 0;
}

#mob-course-button #Form_SearchCourseRefinedForm .action {
    float: left;
    font-size: 1.3em;
    width: 25%;
    padding: 2%;
}

#mob-course-button > div{
    border: 1px solid #888888;
    padding: 0 2% 3%;
    position: absolute;
    top: 100%;
    width: 91%;
    z-index: 20;
    box-shadow: 0 5px 5px 1px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    display: none;
}

/* END SEARCH RESULTS PAGE --------------------------------*/

/*==========================================================================
Start Date Page
==========================================================================
*/

.timetable-left{
	float:left;
	width:45%;
}

.timetable-right{
	float:right;
	width:45%;
}

/* END Start Date PAGE --------------------------------*/

/*==========================================================================
BRIDGE PAGE
==========================================================================
*/

#useful-links ul li a{font-size: 1em !important;}

#mob-link-button {
    display: none;
    margin-bottom: 0;
    overflow: hidden;
}

#bridge-contact, .LocationPage #course-types-container, #useful-links {
    margin-bottom: 20px;
    padding-top: 56px;
}

#course-types-container .sub-list {
    margin: 0 0 4%;
    padding-left: 15px;
}

#course-types-container li > .sub-list li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #0079C0;
    list-style: circle inside none;
}

#course-types-container li > .sub-list li a {
    display: inline;
    background: none;
    color: #0079C0;
}

#course-types-container li > .sub-list li a:hover {
    text-decoration: underline;

}

#course-types-container ul li, #useful-links ul li, .WhereAreTheyNowPage .container ul li a, .VideoCompetitionPage .container ul li a {
    border-bottom: 1px dashed #474747;
    margin: 0 3% 0 5%;
    list-style-type: none;
}

#course-types-container ul li:first-child, #useful-links ul li:first-child, .WhereAreTheyNowPage .container ul li:first-child, .VideoCompetitionPage .container ul li:first-child {
    border-top:1px dashed #474747;
}

.WhereAreTheyNowPage .container ul li a:hover, .VideoCompetitionPage .container ul li a:hover, #useful-links ul li a:hover, #course-types-container > ul > li > a:hover, #related-links ul li a:hover,.related-links ul li a:hover{
    background-color: #c9eafd;
}

.WhereAreTheyNowPage .container ul li a:hover, .VideoCompetitionPage .container ul li a:hover, #course-types-container ul li a:hover, #useful-links ul li a:hover {
    color: #474747;
}

#related-links ul li a.selected {
    text-decoration: underline;
}

#course-types-container ul li a, #useful-links ul li a, .WhereAreTheyNowPage .container ul li a, .VideoCompetitionPage .container ul li a  {
    color: #0079C0;
    display: block;
    font-family: 'corporatesbqregular',serif;
    font-size: 1em;
    padding: 3% 0;
}

.map-container ul li a,a.email{
    color: #0079C0;
    text-decoration: underline;
    padding-left: 3px;
}

#bridge-contact p {
    font-size: .9em;
    padding: 0 2%;
}

#bridge-contact ul {
    margin: 0;
    overflow: hidden;
}

#bridge-contact ul > li {
    border-top: 1px solid #fff;
}

#bridge-contact ul > li a:hover {
    background: url("../images/arrow-down.png") no-repeat scroll 96% center #C9EAFD;
}

#bridge-contact ul.sub-list li:last-child {
    clear: both;
    list-style-type: none;
    width: 100%;
}

#bridge-contact ul.sub-list li {
    background: none repeat scroll 0 0 transparent;
    font-size: 0.9em;
    list-style: none;
    margin: 5px 0;
    text-indent: 14px;
}

#bridge-contact ul li a {
    background: url("../images/arrow-down.png") no-repeat scroll 96% center #EDEDED;
    display: block;
    font-size: 1em;
    padding: 2%;
    color: #575757;
}

#bridge-contact ul li img {
    display: block;
    margin: 0 auto;
}

#bridge-contact ul li a.selected, #course-types-container ul li.selected {
    background: url('../images/arrow-up.png') no-repeat 96% center #c9eafd;
}

a.bridge-cta-button, #introduction a.bridge-cta-button {
    background: url("../images/button-bg-sprite.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    height: 67px;
    line-height: 67px;
    text-align: center;
    width: 267px;
    float: right;
    margin: 0 0 5px 5px;
    font-size: 2em;
    font-family: 'verveineregular',san-serif;
}

a.bridge-cta-button:hover {
    background: url("../images/button-bg-sprite.png") no-repeat scroll 0 -66px transparent;
}

.AboutPage #content-wrapper {
    display: block;
    overflow: hidden;
}

.AboutPage aside {
    float: right;
    margin: 24px 0 0 3%;
    min-width: 0;
    width: 28%;
}

.AboutPage  aside img {
    margin-bottom: 20px;
    padding: 2%;
    width: 95%;
}

.AboutPage #introduction {
    float: left;
    width: 65%;
    margin: 0;
    padding: 0 1%;
}

#Form_CommentsForm_PetName{display:none;}

.MaketoFormPage .action, .NewsPage .action, .EventsPage .action {
    border: 1px solid #004575 !important;
    color: #FFFFFF !important;
    font-size: 2em;
    padding: 1%;
    width: 30% !important;
    font-family: 'verveineregular', san-serif;
    margin-bottom: 1%;
}

.MaketoFormPage .chzn-container-single .chzn-single, .MaketoFormPage input  {
    margin: 0% 0 4%;
}

.MaketoFormPage header #SearchForm_SearchForm_Search{margin: 0;}

.MaketoFormPage .chzn-container-single .chzn-single {
    padding: 8px !important;
}


.MaketoFormPage .chzn-container-single .chzn-single div b {
    margin-top: 8%;
}

.red {
    color: #ff0000;
}

.MaketoFormPage p.required {
    background: none repeat scroll 0 0 #D2EBFC;
    font-family: 'corporatesbqbold';
    min-width: 425px;
    padding: 1% 0 1% 1%;
    width: 42%;
}

.MaketoFormPage ul li.mktField, .MaketoFormPage ul li#mktFrmButtons{
    list-style-type: none;
}

.MaketoFormPage ul li.mktField label{
    font-family: 'verveineregular', san-serif;
    font-size: 1.3em;
}

.MaketoFormPage ul.mktLblLeft{padding:0 1%;}

/*Contact Us*/

.ContactPage #content, .MaketoFormPage #content, .MaketoFormPage .content-container  {
    padding: 1% 2%;
    margin-bottom: 20px;
    width: 96%;
}

.ContactPage #content ul li{
    list-style-type: none;
}

.half-width {
    width: 45%;
    min-width: 0;
}

.l{
    float: left;
}

.r{
    float: right;
}

.map-container {
    margin-bottom: 25px;
}

.map-container h3 {
    font-size: 2.4em;
    margin: 5px 0;
    color:#0079C1;
}

.map-container img{
    padding: 2%;
}

.ContactPage ul#services li {
    list-style: disc inside;
}

.ContactPage ul#services li a {
    color: #0079C0;
}

.ContactPage ul#services li a:hover {
    text-decoration: underline;
}

/*Ask A Question Page*/

.contact-form label {
    display: block;
    margin-bottom: 1%;
}

.contact-form > li, #filter-search > div {
    margin: 0 0 2%;
}

.contact-form select, .contact-form input, .contact-form textarea, #Form_CommentsForm input, #Form_CommentsForm textarea{
    border: 1px solid #CCCCCC;
    cursor: pointer;
    padding: 2% 0;
    width: 99.2%;
    text-indent: 5px;
}

.contact-form select {
    padding: 7px 0 !important;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance-select: none;
}

select.start-time {
    float: left !important;
    margin-left: 4% !important;
    width: 48% !important;
}

.contact-form p {
    background: none !important;
    font-family: 'corporatesbqregular' !important;
    padding: 0 !important;
    margin: 0 0 1% !important;;
}

select.start-time:first-of-type{
    margin-left: 0;
}

.contact-form .submit {
    color: #FFFFFF;
    font-size: 1em;
    height: 41px;
    width: 23%;
    border: 1px solid #004575;
}
/* END BRIDGE PAGE PAGE --------------------------------*/

/* BlOG HOLDER PAGE & NEWS PAGE -----------------------------------*/

.NewsPage #introduction ul, .EventsPage #introduction ul {
    list-style: disc inside !important;
}

.NewsPage #image-container, .EventsPage #image-container {
    width: 98%;
    float: none;
}


.werenow .authorDate, .BlogHolder .authorDate, .NewsPage .authorDate, .EventsPage .authorDate, .NewsEventsMixedHolderPage .authorDate {
    color: #777777;
    font-size: 0.9em;
    font-style: italic;
}

.EventsPage #introduction h1{
    color:#00A2B0;
}

.NewsPage #introduction h1{
    color:#8E4199;
}

.BlogHolder #introduction p a, .BlogHolder a.popular, .BlogHolder .archiveMonths li a,
.NewsPage p.tags a,
.NewsPage a.popular,
.NewsPage .archiveMonths li a,
.NewsPage #introduction p a,
.EventsPage p.tags a,
.EventsPage a.popular,
.EventsPage .archiveMonths li a,
.EventsPage #introduction p a,
.NewsEventsMixedHolderPage p.tags a,
.BlogTree .tags a, .BlogTree p a,
#introduction a
{
    color: #0079C0;
}

.BlogHolder #introduction p a:hover, .BlogHolder .archiveMonths li a:hover, .BlogHolder a.popular:hover, .BlogHolder p.tags a:hover,
.NewsPage a.popular:hover,
.NewsPage .archiveMonths li a:hover,
.NewsPage p.tags a:hover,
.NewsPage #introduction p a:hover,
.EventsPage a.popular:hover,
.EventsPage .archiveMonths li a:hover,
.EventsPage p.tags a:hover,
.EventsPage #introduction p a:hover,
.NewsEventsMixedHolderPage p a:hover,
.WidgetHolder ul li a:hover,
.BlogTree .tags a:hover, .BlogTree p a:hover,
#introduction a:hover
{
    text-decoration: underline !important;
}

.BlogHolder #Sidebar, .NewsPage #Sidebar, .EventsPage #Sidebar, .BlogTree #Sidebar {
    padding: 0 3%;
}

.BlogHolder #bridge-aside, .NewsPage #bridge-aside, .EventsPage #bridge-aside {
    padding-top: 0;
}

.NewsPage #introduction h1, .EventsPage #introduction h1 {
    font-size: 2.25em;
    margin: 10px 0;
}

.NewsEventsMixedHolderPage .blog-details { width: 75%;}
.NewsEventsMixedHolderPage .category-type {width:21%;}

.CoursePage #introduction,.InternshipOpportunitiesPage #introduction{padding-top: 45px !important;margin-bottom: 20px;}
.CoursePage .ribbon,.InternshipOpportunitiesPage .ribbon{
    background: url("../images/blue-ribbon.png") repeat-x scroll 0 -42px transparent;
    height: 45px;
    left: -12px;
}

.InternshipOpportunitiesPage #introduction p{margin: .5em 0;}


h2.ribbon + table {margin-top:20px;}

#bridge-aside .WidgetHolder h3{margin:10px 0 0; color:#474747;}
#bridge-aside .WidgetHolder a {color:#0079C1;}
#bridge-aside .WidgetHolder ul, #bridge-aside .WidgetHolder p {
    font-family: 'verveine',sans-serif;
    margin: 0 0 5px;
    padding-left: 4%;
    list-style:none;
    font-size: 1.1em;
}
.tagcloud a:after{content: ', '}

#Sidebar .WidgetHolder h3{font-size: 1.6em;}

#bridge-aside .WidgetHolder .archiveMonths li a:before{content: "- ";}
#bridge-aside .WidgetHolder {padding:10px 0;border-top:1px dashed #474747;}
#bridge-aside .WidgetHolder:first-child{border: none;padding-top:0;}

/* END BlOG HOLDER PAGE -----------------------------------*/

/*Internship Opportunities page*/
.InternshipOpportunitiesSearchPage #search-table .row-4 p{text-align: center;}
.InternshipOpportunitiesSearchPage #search-table .row-1 {width:36%;}
.InternshipOpportunitiesSearchPage #search-table .row-1 h2{font-family: 'corporatesbqbold',san-serif;font-size: .9em;}
.InternshipOpportunitiesSearchPage #search-table .row-1 h2 a{color:#0079C1;}
.InternshipOpportunitiesSearchPage #search-table .row-2{text-align: center;}
/*CSS3 CLASSES AND STYLING ELEMENTS ---------------------------------*/

.cssgradients #mob-course-button{
    background: #449fe5; /* Old browsers */
    background: -moz-linear-gradient(top,  #449fe5 0%, #2989d8 50%, #2a5e99 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#449fe5), color-stop(50%,#2989d8), color-stop(100%,#2a5e99)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #449fe5 0%,#2989d8 50%,#2a5e99 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #449fe5 0%,#2989d8 50%,#2a5e99 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #449fe5 0%,#2989d8 50%,#2a5e99 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #449fe5 0%,#2989d8 50%,#2a5e99 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#449fe5', endColorstr='#2a5e99',GradientType=0 ); /* IE6-9 */

}

.boxshadow #header-container{
    -webkit-box-shadow:  0px 2px 5px 0px rgba(000, 000, 000, .5);
    box-shadow:  0px 2px 5px 0px rgba(000, 000, 000, .5);
}

.boxshadow #additional-content-wrapper{
    -webkit-box-shadow:  0px -10px 8px 0px rgba(000, 000, 000, .3);
    box-shadow:  0px -10px 8px 0px rgba(000, 000, 000, .3);
}

.boxshadow #footer-wrapper{
    -webkit-box-shadow:  0px -3px 4px 0px rgba(000, 000, 000, .3);
    box-shadow:  0px -3px 4px 0px rgba(000, 000, 000, .3);
}

.borderradius #footer-wrapper form input, .borderradius #footer-wrapper form textarea, .borderradius aside#filter-search input.clear, .borderradius .submit,.borderradius #find-a-course select, .borderradius #mob-course-button, .borderradius .mobile-cta-buttons ul li a, .borderradius .action {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#filter-search .field{margin:10px 0;}
#filter-search .text{margin:0px 0;  -webkit-width:100% !important; -moz-width:100%; width:93%;}
.cssgradients .chzn-container .chzn-results .highlighted, .cssgradients .action, .cssgradients .mobile-cta-button ul li a, .cssgradients .LocationPage .mobile-cta-button {
    background: #0079c1; /* Old browsers */
    background: -moz-linear-gradient(top,  #0079c1 39%, #1e5799 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#0079c1), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #0079c1 39%,#1e5799 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
}

.cssgradients .action:hover{
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #0079c1 61%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(61%,#0079c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#0079c1 61%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#0079c1 61%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#0079c1 61%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#0079c1 61%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0079c1',GradientType=0 ); /* IE6-9 */
}

.cssgradients #footer-wrapper input.action, .cssgradients ul#search-pagination li a, .cssgradients aside#filter-search input.clear {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 27%, rgba(237,237,237,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 27%,rgba(237,237,237,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 27%,rgba(237,237,237,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 27%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 27%,rgba(237,237,237,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );

}

.cssgradients #footer-wrapper input.action:hover, .cssgradients aside#filter-search input.clear:hover {
    background: rgb(237,237,237);
    background: -moz-linear-gradient(top,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(237,237,237,1)), color-stop(73%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 73%);
    background: -o-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 73%);
    background: -ms-linear-gradient(top,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 73%);
    background: linear-gradient(to bottom,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 73%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );

}


.borderradius .more-button p{
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
}

.boxshadow nav .mobile-menu-tab, .boxshadow #mob-search-tab{
    -webkit-box-shadow: inset 0px 3px 5px -1px rgba(000, 000, 000, .2);

    box-shadow: inset 0px 3px 5px -1px rgba(000, 000, 000, .2);
}


p.message {
    border: 1px solid #CCCCCC;
    border-radius: 0 0 0 0;
    color: #009933;
    font-size: 1.3em;
    margin: 10px auto;
    padding: 22px;
    text-align: center;
}
#MemberLoginForm_LoginForm_action_logout{
    float: none;
    margin: 0 auto;
    font-size: 1.2em;
    padding: 20px;
    display: block;
}

#MemberLoginForm_LoginForm{
    background: #fff;
    padding: 2% 2% 0;
    border: 1px solid #CCCCCC;
    width: 28%;
}

#MemberLoginForm_LoginForm_action_dologin,  #MemberLoginForm_LostPasswordForm_action_forgotPassword{
    float: left;
    font-size: 3.2em;
    margin: 20px 0 5px;
    padding: 3px;
    width: 100%;
}

#MemberLoginForm_LostPasswordForm_action_forgotPassword {
    width: 27.8% !important;
}

p#ForgotPassword a{
    color: #0079c1;
}

p#ForgotPassword {
    clear: both;
    text-align: center;
    width: 100%;
}

p#ForgotPassword a:hover{
    text-decoration: underline;
}

#MemberLoginForm_LoginForm #Email{
    margin-bottom: 20px;
}

#MemberLoginForm_LoginForm #Password {
    margin-bottom: 5px;
}

input#MemberLoginForm_LoginForm_Email, input#MemberLoginForm_LoginForm_Password, input#MemberLoginForm_LostPasswordForm_Email{
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    padding: 12px 2px;
    width: 267px;
}

p#SuccessMessage {color:#3E933A;background:#E2F7D8;border-color:#9FDE9C;}
p#NoticeMessage {color:#CCBD00;background:#FFF8D7;border-color:#F1E988;}
p#ErrorMessage {color: #DA1D1D;background: #FFDFDF;border-color: #FFBBBB;}

label.error, .validate, .message {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid red;
    border-radius: 4px 4px 4px 4px;
    color: red;
    font-family: 'corporatesbqbold',san-serif !important;
    font-size: 0.8em !important;
    padding: 6px;
    display: inline-block;

}

#mktForm_5741 .error, label.error{display: inline-block !important;}

label.error:before{content:"* ";}
#main #Message {display:none;}
#main #page-result-content {
    padding: 2%;
    width: 96%;
    margin-bottom: 5px;
}

#Sidebar {
    padding: 0 2%;
}

span.no_result_header {font-size: 1.2em; font-weight:bold;}

.MaketoFormPage .l {
    overflow: visible !important;
}


.HolderPage .title{
	padding: 0 !important;
}

.title{padding: 0 1% !important;}
.fixed{position: fixed;}
.QandA iframe{width:95% !important;    margin: 2% 0;}

.InternshipOpportunitiesPage #content{float:right;}
.InternshipOpportunitiesPage .title{margin-bottom: 20px;}
h4,h3{color:#0079C1;margin-bottom: 5px !important;}
.Page .content>h3,.Page h4{margin-top: 10px;}
.Page p{margin-top:5px;}
.Page .content a,.WhereAreTheyNowPage .content a,.VideoCompetitionPage .content a{color:#0079C1;}
#content-wrapper li a{color:#0079C1;}
.Page #main a:hover{text-decoration: underline;}
.Page .content{padding:0 1%;display: block;overflow: hidden;}
.Page .formatedtable, .TwoColumnPage .formatedtable{width: 65%;}
.Page .formatedtable th, .TwoColumnPage .formatedtable th{background-color: #555454; padding: 5px; text-align: left; vertical-align: top; color: #FFF;}
.Page .formatedtable tr, .TwoColumnPage .formatedtable tr{background-color:#fff;}
.Page .formatedtable tr:nth-child(odd), .TwoColumnPage .formatedtable tr:nth-child(odd) {background-color:#eeeeee;}
.Page .formatedtable td, .TwoColumnPage .formatedtable td{padding:5px;font-size:.9em;color:#666; vertical-align: top;}

.Page .formatedtable1, .TwoColumnPage .formatedtable1{width: 65%;}
.Page .formatedtable1 th, .TwoColumnPage .formatedtable1 th{background-color: #dddddd; padding: 5px; text-align: left; vertical-align: top; color: #666;}
.Page .formatedtable1 tr, .TwoColumnPage .formatedtable1 tr{background-color:#fff;}
.Page .formatedtable1 tr:nth-child(odd), .TwoColumnPage .formatedtable1 tr:nth-child(odd) {background-color:#efeded;}
.Page .formatedtable1 td, .TwoColumnPage .formatedtable1 td{padding:5px;font-size:.9em;color:#666; vertical-align: top;}

.groupedArticle .formatedtable tr td, .groupedArticle .formatedtable tr th {
	border: 1px solid #eee;
}

.Page table, .TwoColumnPage table{width: 65%;}
.Page table td, .TwoColumnPage table td{padding:5px;font-size:.9em;color:#666; vertical-align: top;}
#introduction ul li, ol li, .Page ol li,.Page .content ul li{margin:5px 0;}
#introduction ul, .Page .content ul{margin-left:2%;}
ol, .Page ol{list-style: decimal outside none;margin-left:4% !important;}
.LocationPage #introduction ol{margin-left:5% !important;}
.AboutPage h3{font-size: 2em;}
.banTextWhite h3, .banTextWhite p{ text-shadow: 0 0 6px #000;color:#fff !important;}
.banTextWhite p a{text-shadow: none !important;}

#mob-search-form{display: none;}
.SearchCourseResultPage #search-table tbody tr{border-bottom: 1px dashed #ccc;}
.NewsPage #introduction img,.EventsPage #introduction img{max-width:100%;height:auto;}
.news-title,.event-title{line-height: 1.2;}

/*END OF CSS3 CLASSES AND STYLING ELEMENTS IN HEADER------------------------*/

/* ==========================================================================
   IE Conditional classes
   ========================================================================== */


.lt-ie9 .highlighted, .ie9 .highlighted {
    color: #fff !important;
    background: #0079C0 !important;
}

.lt-ie8 #top-nav{
    width: 430px;
}

.lt-ie9 #mob-course-button, .ie9 #mob-course-button{
    background: #0079C1 url("../images/ie8-mobile-button-bg.jpg") repeat-x 0 0px;
}

.lt-ie9 #mob-course-button:hover, .ie9 #mob-course-button:hover {
    background: #0079C1 url("../images/ie8-mobile-button-bg.jpg") repeat-x 0 -64px;
}

.lt-ie9 #col-3 ul:first-child, .lt-ie9 #footer-form input.submit{
    border:none !important;
}

.lt-ie9 #find-a-course .action{
    border:none;
}

.lt-ie9 .form-wrapper input {
    border: 1px solid #ccc;
}

.lt-ie9 #find-a-course .action:hover{
    background: #0079C1 url("../images/ie-submit-button.jpg") repeat-x 0 -32px;
}

.lt-ie9 .course-video {
    margin: 0 2%;
}

/*.lt-ie9 .fixedSidebar{width:100% !important;}*/

.lt-ie9 .liteAccordion .slide > p{
    /* IE8+ - must be on one line, unfortunately */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=3.061616997868383e-16, M12=1, M21=-1, M22=3.061616997868383e-16, SizingMethod='auto expand')";

    /* IE6 and 7 */
    filter: progid:DXImageTransform.Microsoft.Matrix(
        M11=3.061616997868383e-16,
        M12=1,
        M21=-1,
        M22=3.061616997868383e-16,
        SizingMethod='auto expand');

    margin-left: 0;
    margin-top: 0;
}

.lt-ie9 .liteAccordion .slide > p span {
    height: 320px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;

    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

@media only screen and (max-width: 880px) {
	.accordion {
		width:100%;
	}
}

@media only screen and (max-width: 500px) {

	.accord-list-item {
		width:98%;
	}
    
	table#search-table td h2{background: none repeat scroll 0 0 #D2EBFC;}
    #mobile-slider-wrapper figcaption h3 {
        font-size: 1.6em !important;
    }
    .WhereAreTheyNowPage #how-to-apply{
        margin-right: 0;
        width: 98%!important;
        margin-bottom: 37px;
    }
    .WhereAreTheyNowPage #talk-to-us{
        width: 98%!important;
    }
	.VideoCompetitionPage #how-to-apply{
        margin-right: 0;
        width: 98%!important;
        margin-bottom: 37px;
    }
    .VideoCompetitionPage #talk-to-us{
        width: 98%!important;
    }
    .BanHeadingExtraLarge {background:none!important;width:100%!important;height:auto!important;}

    .news-title,.event-title{font-size: 2em!important;}
    .NewsPage #introduction h1,.EventsPage #introduction h1{font-size: 2em;line-height: 1.2;}
    ol,.LocationPage #introduction ol{margin-left: 7% !important}
    footer{padding-bottom:5%;}
    .MaketoFormPage .action {
        width:100%;font-size:2em;padding:1%;margin-bottom: 0;}

    .LocationPage #content #image-container-text    {position: static;margin:20px 0 0 5px;}
    .LocationPage #content .bannerTitle, .LocationPage #content .bannerDescription
    {color:#474747 !important;text-shadow: none;width:100%;}
    .LocationPage #image-container-text .bannerTitle{
        text-align: left;
        text-indent: 12px;
    }

    .mobile-grad-details iframe{width:100% !important;    margin: 2% 0;}
    #about-course h2, .content-wrapper h2 {
        background: url("../images/arrow-dropdown-inactive.png") no-repeat scroll right center #0079C1;
        border-top: 1px solid #CCCCCC;
        color: #FFFFFF;
        font-size: 1.2em;
        height: 34px;
        line-height: 34px;
        margin: 0 0 5px 0;
        text-indent: 11px;
        width: 100%;
        text-shadow: 0px 1px 0px #000;
    }

    #mob-link-button {margin: 10px 0 0;overflow: hidden;}
    .EventsPage #bridge-aside, .NewsPage #bridge-aside {display: none;}
    .NewsEventsMixedHolderPage .blog-details {padding: 0 2%;}
    .NewsEventsMixedHolderPage .blog-wrapper .category-type h4 {width: 100%;float: none;}
    .NewsEventsMixedHolderPage .category-type {width: 40%;}
    #Form_RefinedGeneralTextSearchForm_sGeneralText {width: 98%;}
    .LocationPage #course-types-container { margin-bottom: 5px;}
    .MaketoFormPage .content-container {margin: 5px 0;}
    .NewsEventsMixedHolderPage #introduction {padding: 0 2%;}


    #Breadcrumbs {margin-bottom: 5px;}

    /*Blog holder page */
    .BlogHolder .blog-details, .NewsEventsMixedHolderPage .blog-details { width: 96%;}


    #bridge-aside {float: none;margin: 20px auto 0;width: 100%;}
    #bridge-contact ul li img {margin: 0;}
    #bridge-contact ul.sub-list li {float: left;}


    .map-container img {width: 95%;}

    /*Ask A Question*/
    .MaketoFormPage .half-width {width: 100%}
    .MaketoFormPage p.required {min-width: 0; width: 99%;}

    /*Contact Us*/
    .ContactPage #content {margin: 5px 0;min-width: 0;padding: 2%;}

    /*About Us*/
    .AboutPage #content-wrapper {margin: 5px auto;}
    .AboutPage #introduction { display: block;float: none;margin: 0 auto;width: 96%;}
    .AboutPage h1 { margin: 0 0 0 1%;}

    .content-wrapper, .content-wrapper-2, #about-course {padding: 0;}
    #about-course p {padding: 0 4%;}
    .content-wrapper p {padding: 0 4%;}

    /*Search results page*/
    #search-results-wrapper h1 {font-size: 1.2em;padding-left: 2%;text-align: left;}
    #search-results-wrapper p {font-size: 0.9em;padding-left: 4%;}
    #search-results-wrapper form.form-wrapper {float: none; margin: 4% auto; width: 92%;}


    .column-l, .column-r {float: none;width: 100% !important;padding: 0;}

    .title {display: block;margin: 0 auto;text-align: left;width: 98%;}
    #about-course #ribbon {display: none;}

    #footer div ul li a{font-size: 1em;margin: 5px 0;}
    #footer div ul li a:hover{ border-bottom: none;}
    #footer-social-media {display: block;overflow: hidden;border-top: 1px dotted #fff;}
    #footer-social-media p{font-size: 1.3em;}
    #footer-social-media ul{float: none;}
    #footer-social-media ul li{float: none;}
    footer div ul li.footer-main-cat a, #contact-details ul li.footer-main-cat{font-size: 1.3em !important;}
    #footer-social-media ul li a#facebook, #footer-social-media ul li a#twitter{background: none !important;font-size: 1em;text-indent: 0;width:100%;}
    #contact-details ul li{font-size: 1em;}
    #footer-form{width: 98%;}
    #footer-form input, #footer-form textarea{font-size: 1.3em; padding: 13px 5px;width: 98.24%;}
    #footer-form p input.submit{display: block;font-size: 1.5em;width: 47%;max-width: 204px;}

    #additional-content{width: 98%;}
    #additional-content ul{display: none;}
    #find-a-course{display: none;}


    #col-1, #col-2, #col-3, #col-4, #col-5 {
        border-bottom: 1px dotted #FFFFFF;
        border-right: 0 none;
        float: none;
        margin: 0 auto;
        padding: 0 !important;
        width: 96% !important;
        height: auto;
    }
    #col-3{padding-bottom: 20px;}
    #col-3 ul{ border-top: 1px dotted #fff;padding-top: 24px;}
    #col-3 ul:first-of-type{border:none;}
    #col-5{background: none; border: none;margin-top: 20px}

    #feed-cats{clear: both;float:none;width: 100%;}
    #feed-cats ul{display: block;margin: 0;overflow: hidden;}
    #feed-cats ul li#news{background: #914399;}
    #feed-cats ul li#events{background: #00A1AE;}
    #feed h2{padding-left: 2%;}
    #events a:hover, #news a:hover{color: #fff !important;}
    #feed-cats ul li{ width: 45%;margin: 0 2%;padding: 0;}
    .HomePage #feed-cats ul li a{color: #FFFFFF;display: block;height: 40px;line-height: 40px;text-align: center;}

    #social-media-feed{width: 99.3%;margin: 5px 0; max-height: 399px;}
    #social-media-feed h2{ padding-left: 2%;text-align: left;}
    #social-media-feed .social-feed {width: 80%;}
    #social-media-feed p{font-size: 1em;}
    #social-media-feed .social-feed-title{font-size: 1.2em;}

    .more-button {left: 39%;}
    #home-aside{ margin: 30px auto 0;}

    #introduction {padding: 4%;}
    a#main-logo{
        background: url("../images/logo-stacked.jpg") no-repeat 0 0;
        /*IE < 9 fall back that don't support SVG*/
        background: rgba(0,0,0,0) url('../images/logo-stacked.svg') no-repeat 0 0;
        height: 111px;
        width: 186px;
        margin-top: 29px;
    }

    a#main-logo img {
        display: none;
    }
    /*LOCATION PAGE*/
    .LocationPage .mobile-cta-button {padding: 7% 0;}
    .LocationPage h1{margin-bottom:0;}


    /*WHERE ARE THEY NOW PAGE*/

    .WhereAreTheyNowPage #thumbs-container{width:100%;overflow: hidden;height:auto;}
	.VideoCompetitionPage #thumbs-container{width:100%;overflow: hidden;height:auto;}
    #banner-watn{margin:10px 0;height:auto;}

    .category-type{display: none;}


    #quick-guide {
        display: block;
        margin: 2% auto;
        width: 94%;
        min-height:0;
    }

    #quick-guide h2 {
        background: none repeat scroll 0 0 transparent !important;
        border-top: none;
        font-size: 1.5em;
        margin: 0;
        padding: 1% 0;
    }

    .mob-course-content-2 h2{background-color: #036cab !important;}
    .mob-course-content-3 h2 {background-color: #04639c;}
    .Page .content{padding: 0 3% !important;}
    .Page ol, .TwoColumnPage ol{margin-left:7% !important;}
    .Page ol li, .TwoColumnPage ol li{margin:10px 0 !important;}
    #mobile-slider-wrapper figcaption h3{font-size: 1.6em;}
    #search-table .row-1{width:1%;}
    #search-table tr td{width:96%;}

    .InternshipOpportunitiesSearchPage table#search-table th{width:30%;}
    .InternshipOpportunitiesSearchPage table#search-table td{width:30%;padding-left:0;}

    .chzn-container-single .chzn-single div b {margin-top: 16%!important;}
    #mob-content-pos1 .caption1 h3,#mob-content-pos6 .caption1 h3{
        font-size: 1.7em;
        padding-left: .5em;
        padding-top: 10px;
    }
    #search-table .row-2 {width: 24%;}

    #mobile-slider-wrapper .BanHeadingLarge{
        background: url("../images/mob-sketch-box.png") no-repeat 0 0 !important;
        width:301px!important;
    }

    /*INTERNSHIP OPPORTUNITIES PAGE*/
    .InternshipOpportunitiesSearchPage #search-table tr:nth-child(2n+2){background: none;}

    table#search-table,#search-table tr {display: block;}

    table#search-table .row-3 p {text-align: left;}
    table#search-table ul {display: block;margin: 0;overflow: hidden;}
    table#search-table tbody tr{padding-top: 0 !important;}
    table#search-table img {padding: 2% 0;margin:0}
    .InternshipOpportunitiesSearchPage #search-table .row-1 h2{font-family:"verveineregular",san-serif; padding:2%;font-size:1.5em;}
    .InternshipOpportunitiesSearchPage #search-table .row-1 h3{margin:0;padding:0;font-size: 1em; font-family: corporatesbqbold;}
    table#search-table td h2{font-size:1.5em;}

    .row-1 .tab-link{padding:5px;line-height:20px;}

    #additional-content img {margin:0 auto!important;}

}

/*-----------------------------------------------------------------
    MOBILE TABLET DISPLAY
    --------------------------------------------------------------*/
@media only screen and (max-width: 480px){
	.mktoForm .mktoButton{padding:0 20px!important;}
	.mktoForm,
  	.mktoForm * {
    	padding: 0px!important;	
  }
	
	#Form_Form fieldset input, #Form_Form fieldset select{
		width: 97%;
	}
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px), only screen and (max-device-height: 480px) {
	.mktoForm,
  	.mktoForm * {
    	padding: 0px!important;	
  }
}

@media only screen and (max-width: 840px) and (min-width: 481px){
	
  .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*padding: 10px;*/
	width: 100%!important;
  }
  .mktoForm .mktoGutter,
  .mktoForm .mktoOffset {
    display: none;
  }
  .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoForm input[type=url],
  .mktoForm input[type=text],
  .mktoForm input[type=date],
  .mktoForm input[type=tel],
  .mktoForm input[type=email],
  .mktoForm input[type=number],
  .mktoForm textarea.mktoField,
  .mktoForm select.mktoField {
    width: 100%!important;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoForm select.mktoField {
    height: auto;
  }
  .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoForm .mktoRadioList,
  .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
  
  .mktoButton{width:98px!important;}
}
@media only screen and (max-width: 840px), only screen and (max-device-width: 840px), only screen and (max-device-height: 840px) {
  .mktoMobileShow .mktoForm,
  .mktoForm * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /*padding: 10px;*/
  }
  .mktoMobileShow .mktoForm .mktoGutter,
  .mktoMobileShow .mktoForm .mktoOffset {
    display: none;
  }
  .mktoMobileShow .mktoForm .mktoFormCol .mktoLabel {
    text-align: left;
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormCol {
    float: none;
  }
  .mktoMobileShow .mktoForm .mktoFieldWrap {
    float: none;
  }
  .mktoMobileShow .mktoForm fieldset {
    padding: 0 10px;
  }
  .mktoMobileShow .mktoForm input[type=url],
  .mktoMobileShow .mktoForm input[type=text],
  .mktoMobileShow .mktoForm input[type=date],
  .mktoMobileShow .mktoForm input[type=tel],
  .mktoMobileShow .mktoForm input[type=email],
  .mktoMobileShow .mktoForm input[type=number],
  .mktoMobileShow .mktoForm textarea.mktoField,
  .mktoMobileShow .mktoForm select.mktoField {
    width: 100%;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 18px;
  }
  .mktoMobileShow .mktoForm select.mktoField {
    height: auto;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoField {
    clear: left;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoFormCol {
    clear: both;
  }
  .mktoMobileShow .mktoForm .mktoRadioList,
  .mktoMobileShow .mktoForm .mktoCheckboxList {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix {
    float: left;
    padding-left: 0;
    padding-right: 5px;
  }
  .mktoMobileShow .mktoModal .mktoModalContent {
    padding: 10px 0;
  }
  .mktoMobileShow .mktoModal .mktoModalClose {
    right: 0;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon {
    display: block;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on {
    width: 100%;
  }
  .mktoMobileShow .mktoForm .cf_widget_socialsignon .cf_sign_on_button {
    width: auto;
  }
}

@media only screen and (max-width: 820px) {

    .Actions input#Form_SearchCourseRefinedForm_action_processSearchCourseRefinedForm {
        float: none;
        margin: 0;
    }
    /*MOBILE SLIDER WRAPPER*/
    #mobile-slider-wrapper{overflow: hidden;display: block;margin: 1em auto 0;   }
    #mobile-slider-wrapper figure  {margin:0;display: none;}
    #mobile-slider-wrapper figcaption{display: block; margin: 1% auto 0;overflow: hidden;width: 98%;}
    #mobile-slider-wrapper h2   {padding: 3% 0;text-align: center;color:#fff;font-family: 'corporatesbqregular', sans-serif;font-size:17px;
                                cursor:pointer;margin: 0;border:1px solid #04639c;}
    #mobile-slider-wrapper h2.selected {background:#f7942f;border:1px solid #e3882b;}
    #mobile-slider-wrapper figcaption h3, #mobile-slider-wrapper figcaption h4{color: #474747 !important;display: table; margin: 10px 0;padding: 5px 0 0 5px;}
    #mobile-slider-wrapper figcaption h3{font-size: 1.8em;padding:10px 0 0 10px;}
    #mobile-slider-wrapper figcaption p {color: #474747 !important;}
    #mobile-slider-wrapper a {text-decoration: underline;color: #0079C0;display: inline-block;}

    ul#SearchResults li {
        padding-bottom: 20px;
    }
    ul#SearchResults li a.readMoreLink {
        margin-right: 0;
    }
    .selected-thumb .selected-arrow {display: none;}

    .lt-ie9 .MaketoFormPage .action{height:59px;}

    .MaketoFormPage ul.mktLblLeft.r{margin-bottom: 0;}
    .scrollTables{overflow:scroll;}
	.col-md-4 {
		width:96%;
	}
    
    .Page .content{padding: 0 1%;}
    .Page ol, .TwoColumnPage ol{margin-left:5%;}
    .Page .content ul li{padding-left: 5% !important;}
    .WhereAreTheyNowPage #thumbs-container ul li.thumbs:hover{background: url('../images/arrow-up.png') no-repeat scroll 96% center #FF771C !important;}
	.VideoCompetitionPage #thumbs-container ul li.thumbs:hover{background: url('../images/arrow-up.png') no-repeat scroll 96% center #FF771C !important;}

    #banner-watn {display: block; height: auto;overflow: hidden;}
    .WhereAreTheyNowPage #thumbs-container ul li.thumbs,#mobile-slider-wrapper h2{background: url('../images/arrow-down.png') no-repeat scroll 96% center #0079C0;}
    .WhereAreTheyNowPage .more-button {left: 77% !important;width: 21% !important;}
    .WhereAreTheyNowPage #thumbs-container{overflow: visible;height: auto;width:100%;}	
	.VideoCompetitionPage #thumbs-container ul li.thumbs,#mobile-slider-wrapper h2{background: url('../images/arrow-down.png') no-repeat scroll 96% center #0079C0;}
    .VideoCompetitionPage .more-button {left: 77% !important;width: 21% !important;}
    .VideoCompetitionPage #thumbs-container{overflow: visible;height: auto;width:100%;}
    .selected-thumb,h2.selected{ background: url('../images/arrow-up.png') no-repeat scroll 96% center #FF771C !important;}

    .first-grad-details     {display: none !important;}
    .grad-details           {display: none !important;}
    .mobile-grad-details    {display: none;}
    .first-mob-grad-details {display: block;}


    .first-mob-grad-details,.mobile-grad-details {
        background: none repeat scroll 0 0 #FFFFFF;
        padding: 2% 2%;
        width: 96.1%;
    }
    .first-mob-grad-details p,.mobile-grad-details p{
        margin:0;
        padding: 5px 0;
    }

    #banner-image-watn .grad-details .grad-name {display:none;}
    .grad-details .QandA {
        background: none repeat scroll 0 0 white;
        top: 88px;
        width: 96%;
        padding:2%;
    }
    .HomePage #content {margin-top: 20px;}
    .grad-details img {
        display: none;
    }

    /*MOBILE SEARCH TAB IN HEADER*/

    #mob-search-form{
        background: none repeat scroll 0 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
        display: none;
        background: #fff;
        padding: 2px 0;
        width: 100%;
    }

    #mob-search-form input{
        background: none repeat scroll 0 0 #EEEEEE;
        border: 1px solid #bbb;
        border-radius: 4px 4px 4px 4px;
        display: block;
        height: 43px;
        margin: 0 auto;
        padding: 10px 1.2%;
        text-indent: 5px;
        width: 98%;
    }

    #mob-search-tab{
        display: block;
        background: none repeat scroll 0 0 #0079C0;
        color: #FFFFFF;
        font-size: 0.8em;
        padding: 0 14px;
        position: absolute;
        right: 1%;
        border-radius: 0 0 6px 6px;
    }

    #mob-search-tab p{margin: 0;padding: 5px;}
    #mob-search-button{background: #0079c1;color: #fff;position: absolute;padding: 10px;}
    #mob-course-button { display: block;margin-bottom: 5px;}

    /*END MOBILE SEARCH TAB IN HEADER*/

    #header-container{
        margin: 0 auto;
        background: #fff;
        width:100%;
        position: relative;
        max-height: 167px;
    }



    #nav-1,#nav-2,#nav-3,#nav-4,#nav-5,#nav-6,#nav-7, #nav-8, li.mobile-width, li#con-pad{
        width: 100%;
        background: #0079c0;
        display: block !important;
    }

    nav ul li a{
        text-align: left;
        background: none;
        text-indent: .8em;
        float:none;
        width: 100%;
        display: block;
    }
    nav ul li:hover, nav ul li a:hover,nav ul li a:active{
        background-image: none !important;
    }

    nav{
        background: none repeat scroll 0 0 transparent;
        position: absolute;
        right: 1%;
        height: inherit;
        z-index: 1999;
        bottom: 0;
        width: 30%;
    }

    nav .mobile-menu-tab{
        background: none repeat scroll 0 0 #0079C1;
        display: block;
        height: 35px;
        min-width: 67px;
        width: 59%;
    }

    nav .mobile-menu-tab h2{
        line-height: 35px;
        margin: 0;
        text-align: center;
        padding:0;
        color: #fff;
    }

    nav ul{
        display: none;
        position: absolute;
        top: 35px;
        width: 300px;
        right: 0;
        -webkit-box-shadow:  0px 5px 5px 1px rgba(000, 000, 000, .4);
        box-shadow:  0px 5px 5px 1px rgba(000, 000, 000, .4);
    }
    #main-nav li    {height:auto;}
    .subMenu        {border:none;position:relative;margin-top:2px !important;background: #0093ea;float:none;box-shadow: none !important;top:0;}
    .subMenu li     {float:none;}
    .subMenu li a   {display:block;width:90%;text-indent: 4% !important;float:none;}
    .subMenu2       {position:relative;margin:0 !important;border:none;background:#2AADFB;
        float:none;box-shadow: none !important;top:0;left:0;}
    .subMenu2 li    {float:none;}
    .subMenu2 li a  {
        display: block;
        float: none;
        font-size: 0.7em;
        text-indent: 13% !important;
        width: 90%;
    }

    #top-nav{display: none;}

    .downArrow, .downArrow2 {background: url("../images/arrow-down-white.png") no-repeat scroll 96% center  !important;position: relative;z-index:2;}
    .downArrow:hover, .downArrow2:hover {background: url('../images/arrow-down-white.png') no-repeat 96% center #008ce0!important;}
    .subMenu2{border:none;}

    /*INTERNSHIP OPPORTUNITIES PAGE*/
    .InternshipOpportunitiesSearchPage aside#filter-search {
        padding: 0;
        width: 100%;
    }

    /*WHERE ARE THEY NOW PAGE*/
    #main.WhereAreTheyNowPage{padding-bottom: 0;}
    .WhereAreTheyNowPage .container{padding-top:40px;margin-bottom: 20px;min-height: 0;}
    .WhereAreTheyNowPage #programs{width:98%;}
    .WhereAreTheyNowPage #how-to-apply{
        margin-right: 0;
        width: 49%;
        margin-bottom: 37px;
        float: left;
    }
    .WhereAreTheyNowPage #talk-to-us{
        width: 45%;
        float: right;
    }
    .WhereAreTheyNowPage .container ul li a {background-position: 13px center;text-indent: 15px;}
    .WhereAreTheyNowPage .more-button{bottom:-27px;left:84%;width:15%;}
    .WhereAreTheyNowPage #facebook{float:right;}
	
	#main.VideoCompetitionPage{padding-bottom: 0;}
    .VideoCompetitionPage .container{padding-top:40px;margin-bottom: 20px;min-height: 0;}
    .VideoCompetitionPage #programs{width:98%;}
    .VideoCompetitionPage #how-to-apply{
        margin-right: 0;
        width: 49%;
        margin-bottom: 37px;
        float: left;
    }
    .VideoCompetitionPage #talk-to-us{
        width: 45%;
        float: right;
    }
    .VideoCompetitionPage .container ul li a {background-position: 13px center;text-indent: 15px;}
    .VideoCompetitionPage .more-button{bottom:-27px;left:84%;width:15%;}
    .VideoCompetitionPage #facebook{float:right;}

    #course-types-container ul li, #useful-links ul li {
        margin: 0;
    }

    #useful-links ul li a{font-size: 1.5em !important;}
	
	/*==========================================================================
	Start Date Page
	==========================================================================
	*/
	
	.timetable-left{
		float:left!important;
		width:98%!important;
		margin:10px auto;
	}
	
	.timetable-right{
		float:left!important;
		width:98%!important;
		margin:10px auto;
	}
	
	/* END Start Date PAGE --------------------------------*/


    .HomePage #content {
        margin-top: 20px;
    }

    .dates div a, #course_type_chzn a, #where_to_study_chzn a, #what_to_study_chzn a, #how_to_study_chzn a {
        padding: 1% !important;
    }

    .MaketoFormPage .half-width {
        min-width: 0;
        width: 99%;
    }

    .contact-form > div, #filter-search > div {
        margin: 0 0 11px;
    }

    .chzn-container-single .chzn-single div {
        top: 5px;
    }

    #social-media-feed {min-height: 478px;}


    #content, .LocationPage #content {padding: 0;width: 100%;float: none;}

    #home-aside{
        float: none;
        margin: 0 auto;
        width: 98%;
        clear: both;
    }

    #home-aside #find-a-course {display: none;}

    #social-media-feed .social-feed {font-size: 1.3em;width: 85%;}

    header .form-wrapper{display: none;bottom: 0;position: absolute;right: 1%;}
    header .form-wrapper button {background: url("../images/search-icon.png") no-repeat center center #0079C1;text-indent: -9999px;min-width: 45px;}
    header .form-wrapper button:hover { background: url("../images/search-icon.png") no-repeat scroll center center #008ce0;}

    #mob-search-button{
        background: #0079c1;
        color: #fff;
        position: absolute;
        padding: 10px;
    }

    #accordion-wrapper {
        margin: 0 auto;
    }

    .liteAccordion .slide > h2 span {
        font-size: .8em;
    }

    .blog-details {float: none;margin: 7px 0 0;padding: 0 2%;width: 96%;}

    .blog-wrapper .category-type {
        position: absolute;
        top: 0;
        left: 1px;
        width: 100%;
    }

    .HomePage .blog-details {margin-top:28px;}

    .blog-wrapper .blog-image {
        display: none;
    }

    .blog-wrapper .category-type h4 {
        position: absolute;
        width: 14%;
    }

    aside{display: none;}

    #course-content {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    h1#course-title{margin-bottom: 0;}


    #image-container {display: none;}
    .EventsPage #image-container,.NewsPage #image-container {display: block!important;}

    #quick-guide {
        float: none;
        margin: 0;
        width: 97%;
    }

    #quick-guide h2 {
        text-align: center;
        border-bottom: 1px dotted #fff;
    }

    #quick-guide table{
        font-size: 1em;
    }

    .mobile-cta-buttons {
        display: block !important;
        margin: 0 auto;
        width: 100%;
    }

    .mobile-cta-buttons ul{
        display: block;
        overflow: hidden;
        margin: 0;
    }

    .mobile-cta-buttons ul li {
        float: left;
        width: 33.33%;
    }

    .mobile-cta-buttons ul li a{
        background: none repeat scroll 0 0 #0079c1;
        border: 1px solid #004575;
        color: #FFFFFF;
        display: block;
        height: 50px;
        line-height: 25px;
        margin: 0  0 0 8%;
        padding: 5%;
        text-align: center;
    }

    .cta-height {line-height: 50px !important;}

    .mobile-cta-buttons ul li:first-child a{
        margin-left: 0 !important;
    }

    #about-course #ribbon {
        left: -21px;
    }

    #col-1, #col-2, #col-3{
        padding: 0 6%;
        width: 21%;
    }

    #col-1{
        padding-left: 0;
    }

    #col-3{
        border-right: none;
    }

    #col-4{
        float: right;
        width: 29%;
        margin-top: 30px;
        border: none;
    }

    #col-5{
        margin-top: 30px;
        padding-left: 0;
        width: 50%;
    }

    #additional-content ul{
        float: none;
        margin: 0 auto 20px;
        width: 432px;
    }

    #additional-content img{clear: left;float: none;display: block;margin:0;}
    #additional-content .disclaimers {text-align: left; padding-top:1em;}

    #search-results-wrapper {
        float: none;
        margin: 20px auto;
        width: 98%;
    }

    #search-results-wrapper form.form-wrapper {
        width: 94%;
    }

    #search-results-wrapper h1 {font-size: 1.5em;}

    aside#filter-search {
        float: none;
        margin: 0 auto;
        padding: 4% 2%;
        width: 96%;
    }

    aside#filter-search h1{margin:0;}


    .LocationPage .bridge-cta-button {display: none;}


    .LocationPage #content #image-container {
        display: block;
        margin: 10px auto;
    }

    .LocationPage aside#bridge-aside {
        clear: both;
        display: block;
        float: none;
        margin: 10px auto 0;
        width: 100%;
        padding: 0;
    }

    #course-types-container ul li a, #useful-links ul li a {text-decoration: underline;padding: 10px;}

    .LocationPage #introduction {margin-top: 10px;}

    #bridge-contact ul.sub-list li {
        float: left;
    }

    #bridge-contact ul li img {
        margin: 0;
    }

    #mob-link-button {
        display: block;
    }

    /*About Us*/
    .AboutPage #introduction {
        width: 98%;
    }
    .AboutPage #content-wrapper {
        margin: 0 auto;
    }

    .AboutPage aside {display: none;}

    /*Contact Us*/

    .ContactPage #content {
        width: 95.6%;
    }

    .r, .l{
        display: block;
        float: none;
        overflow: hidden;
    }
    .BlogTree .tab-link {float:right;}
    .BlogTree #bridge-aside{
        width: 100%;}

    .MaketoFormPage p.required {
        width: 99%
    }

    /*Blog holder page*/
    .BlogHolder .r, .NewsEventsMixedHolderPage .r {float: right;}
    .BlogHolder .r, .NewsEventsMixedHolderPage .r{float: right;}
	
    .NewsEventsMixedHolderPage .blog-details {width: 98%;}

    .BlogHolder .blog-details {
        width: 98%;
        float: none;
        margin:0;
    }

    .BlogHolder #bridge-aside {
        width: 100%;
    }

    .BlogHolder #Sidebar {
        padding: 0 2%;
    }


    .EventsPage #content, .NewsPage #content {
        width: 100%;
    }

    .EventsPage #bridge-aside, .NewsPage #bridge-aside {
        width: 100%;
    }

    .NewsPage #Sidebar, .EventsPage #Sidebar {
        padding: 0 2%;
    }

    .NewsEventsMixedHolderPage .category-type {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .NewsEventsMixedHolderPage .blog-image {display: none;}
    .NewsEventsMixedHolderPage .blog-details {margin-top: 35px;}
    .NewsEventsMixedHolderPage #introduction h1 {margin: 10px 0;}

    /* MOBILE SLIDER -------------------------------------------*/

    #mobile-slider-wrapper figure img{width: 99.8%;margin-top:5px;}


    #course-types-container {
        margin-bottom: 10px;
    }

    /*COURSE PAGE*/
    .CoursePage #Breadcrumbs { margin-left: 0;}
    .CoursePage #content, .TwoColumnPage #content, .InternshipOpportunitiesPage #content {width:100%;}
    .CoursePage .course-hero-image {display: none;}
    .InternshipOpportunitiesPage #content h1,.InternshipOpportunitiesPage #introduction, .course-quick-look-container,.CoursePage #content h1, .CoursePage #introduction, .courseGroup{margin-bottom: 5px;}
    .course-quick-look {margin-left: 0; width: 97%; min-height: 0;}
    .course-question {float:left !important;width:29%;}
    .course-answer{float:right !important;width:63%;}
    .groupedArticle{margin-bottom: 10px;width:96%;}
    .videoDiv {    margin-left: 0;padding: 2%;width: 96%;}
    .CoursePage .player {float:left;}
    .CoursePage .player-info {float: left;padding-left: 2%;width: 48%;}
    .CoursePage .player-info h3 {margin-top: 0;}
    .CoursePage .courseGroup{padding:0;}
    .CoursePage .h20 {height: 0;}
    .CoursePage .groupedArticle {margin-bottom: 10px;padding:0; width: 100%;}
    .CoursePage .groupedArticle h2 a, .CoursePage .werenow h2{padding:5px 0;color:#fff !important;background:#0079C1;text-indent:11px;margin:0 0 5px;height: 35px;line-height: 35px;width:100%;
        display: block;}
    .CoursePage .groupedArticle h2{margin:0 !important;}
    .CoursePage .werenow a,.CoursePage .werenow p,.CoursePage .groupedArticle p,.CoursePage .groupedArticle h3, .CoursePage .groupedArticle ul{margin-top: 1%; padding: 0 2%; width: 96%;}
    .CoursePage .courseGroup .full-width {;width:98%;}

    .InternshipOpportunitiesPage .bridge-cta-button, .CoursePage .bridge-cta-button,.CoursePage .bridge-cta-button:hover, .TwoColumnPage .bridge-cta-button,.TwoColumnPage .bridge-cta-button:hover{background-image:none;background-color:#0079C1;border: 1px solid #008ce0;width:100%; border-radius: 5px;-webkit-border-radius: 5px; height:59px;line-height: 59px;}

    aside#course-aside{width:100%;margin-bottom: 20px;}
    .CoursePage .related-links, .TwoColumnPage .related-links, .sidebarText,.InternshipOpportunitiesPage .related-links {width:97.5%;}
    .sidebarText {text-indent:7px;}
    .CoursePage a.tab-link {float:right; margin-right: 7px;}


    .cssgradients .bridge-cta-button{
        background: #0079c1; /* Old browsers */
        background: -moz-linear-gradient(top,  #0079c1 39%, #1e5799 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#0079c1), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #0079c1 39%,#1e5799 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    }

    .cssgradients .bridge-cta-button:hover{
        background: #1e5799; /* Old browsers */
        background: -moz-linear-gradient(top,  #1e5799 0%, #0079c1 61%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(61%,#0079c1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #1e5799 0%,#0079c1 61%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #1e5799 0%,#0079c1 61%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #1e5799 0%,#0079c1 61%); /* IE10+ */
        background: linear-gradient(to bottom,  #1e5799 0%,#0079c1 61%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0079c1',GradientType=0 );
    }

    /* IE6-9 */
    .lt-ie9 a.bridge-cta-button {
        background: #0079C1 url("../images/ie8-mobile-button-bg.jpg") repeat-x 0 0px;
        border:none;
        height:59px;
        line-height: 59px;
    }
    .lt-ie9 a.bridge-cta-button:hover {
        border:none;
        height:59px;
        line-height: 59px;
        background: #0079C1 url("../images/ie8-mobile-button-bg.jpg") repeat-x 0 -59px;
    }
    /*END COURSE PAGE*/

    .ribbon{
        background: #0079C1;
        right: 0;
        width: 98%;
        padding-left: 2%;
        text-align: left;
        top:0;
        left:0;
        text-indent: 0 !important;
        font-size: 2em;
    }

    .lt-ie9 .CoursePage #course-aside, .TwoColumnPage #course-aside{display: block;}

    .CoursePage .ribbon,.InternshipOpportunitiesPage .ribbon {background: #0079C1;left:0;top:0;}

    #social-media-feed{display: none;}

    .EventsPage #bridge-aside, .NewsPage #bridge-aside{display: none;}
    .EventsPage #introduction, .NewsPage #introduction{margin-bottom: 2%;}


}

@media only screen and (max-width: 980px) and (min-width: 821px){
    /* Style adjustments for viewports that meet the condition */
    .MaketoFormPage ul.mktLblLeft{padding:0;}
    .BlogTree a.tab-link {float:right;}
    .subMenu li a:hover         {background: #3bb3fb !important;}

    /*INTERNSHIP OPPORTUNITIES*/
    #signup h2.ribbon{
        background: none repeat scroll 0 0 #0079C1;
        left: 0;
        top: 0;
        width: 100%;
    }
	/* Horder Page Start */
	.col-md-4 {
		width:43%;
	}

    /*WHERE ARE THEY NOW PAGE*/
    .WhereAreTheyNowPage .container{padding-top:40px;margin-bottom: 20px}
    .WhereAreTheyNowPage #programs{width:45%;}
    .WhereAreTheyNowPage #how-to-apply{float:right;margin-right: 0;width:45%;margin-bottom: 37px}
    .WhereAreTheyNowPage #talk-to-us{width:45%;clear:both;}

    .WhereAreTheyNowPage #talk-to-us .ribbon{background-position: 0 -45px;left:-12px;}
    .WhereAreTheyNowPage #facebook{float:right;}
    .WhereAreTheyNowPage .more-button {
        bottom: -27px;
        left: 74%;
        width:25%
    }
	
	
	.VideoCompetitionPage .container{padding-top:40px;margin-bottom: 20px}
    .VideoCompetitionPage #programs{width:45%;}
    .VideoCompetitionPage #how-to-apply{float:right;margin-right: 0;width:45%;margin-bottom: 37px}
    .VideoCompetitionPage #talk-to-us{width:45%;clear:both;}

    .VideoCompetitionPage #talk-to-us .ribbon{background-position: 0 -45px;left:-12px;}
    .VideoCompetitionPage #facebook{float:right;}
    .VideoCompetitionPage .more-button {
        bottom: -27px;
        left: 74%;
        width:25%
    }

    header{
        width:98%;
        min-width: 0;
    }

    nav ul li a{
        font-size:.9em;
    }

    #top-nav ul li a{font-size:.8em;}


    .form-wrapper button {
        font-size: 0.8em;
    }

    #content, .BlogTree #content{
        width: 61%;
        overflow: visible;
        margin-right: 2%;
    }

    #image-container {
        display: none;
    }

    #quick-guide {
        width: 98%;
        min-height: 0;
        padding: 1%;
        margin:0;
    }

    #home-aside {
        width: 36%;
    }

    a#apply-button, a#download-button, a#enquire-button {
        text-indent: 0;
        background-image: none;
        background-color: #0079c1;
        text-align: center;
        border-radius: 3px;
        margin: 0;
        line-height: 50px;
        height: 50px;
        background: #0079c1; /* Old browsers */
        background: -moz-linear-gradient(top,  #0079c1 39%, #1e5799 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#0079c1), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #0079c1 39%,#1e5799 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    }

    .cta-buttons li{
        border:1px solid #ccc;
        padding: 1%;
        border-radius: 3px;
        background: #fff;
        margin-bottom: 3%;
    }

    #social-media-feed .social-feed{
        width: 70%;
        padding: 0 5px 0 0;
    }

    #introduction{
        padding: 2%;
    }

    .blog-details{
        width: 65%;
    }

    #feed{
        max-width: 980px;
    }

    #col-1, #col-2, #col-3{
        padding: 0 6%;
        width: 21%;
    }

    #col-1{
        padding-left: 0;
    }

    #col-3{
        border-right: none;
    }

    #col-4{
        float: right;
        width: 29%;
        margin-top: 30px;
        border: none;
    }

    #col-5{
        margin-top: 30px;
        padding-left: 0;
        width: 50%;
    }

    footer{width:98%;}
    #footer-form p{padding: 0;}

    #additional-content{
        max-width: 980px;
        min-width: 0;
        width: 98%;
    }

    #additional-content ul {
        margin-right: 5%;
    }

    #about-course #ribbon {
        left: -20px;
    }

    /*COURSE PAGE*/
    .CoursePage .course-hero-image {display: none;}
    .course-quick-look-container,.CoursePage #content h1, .CoursePage #introduction, .courseGroup{margin-bottom: 5px;}
    .course-quick-look {margin-left: 0; width: 97%;min-height: 0;}
    .course-question {float:left !important;width:29%;}
    .course-answer{float:right !important;width:63%;}
    .videoDiv {margin: 0 0 2%;padding-left: 1%;width: 98%;}
    .CoursePage .player, .CoursePage .player {float:left;}
    .CoursePage .player-info{    float: left;padding-left: 2%;width: 48%;}
    .CoursePage .player-info h3{margin-top: 0;}
    .werenow {padding-bottom: 2%;}
    .InternshipOpportunitiesPage .bridge-cta-button, .InternshipOpportunitiesPage .bridge-cta-button:hover, .CoursePage .bridge-cta-button,.CoursePage .bridge-cta-button:hover, .TwoColumnPage .bridge-cta-button,.TwoColumnPage .bridge-cta-button:hover{border-radius: 5px;-webkit-border-radius: 5px;background-image:none;background-color:#0079C1;border: 1px solid #008ce0;width:100%; border-radius: 5px;-webkit-border-radius: 5px; height:59px;line-height: 59px;}
    .CoursePage .courseGroup{padding:0;}
    .CoursePage .h20 {height: 0;}
    .course-quick-look {min-height:0;}
    .CoursePage .related-links,.TwoColumnPage .related-links,.sidebarText {width:97.5%;}
    .related-links ul li p{font-size: 1.75em;}
    .sidebarText {text-indent:7px;}
    .cssgradients .CoursePage .bridge-cta-button, .cssgradients .TwoColumnPage .bridge-cta-button, .cssgradients .InternshipOpportunitiesPage .bridge-cta-button{
        background: #0079c1; /* Old browsers */
        background: -moz-linear-gradient(top,  #0079c1 39%, #1e5799 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#0079c1), color-stop(100%,#1e5799)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #0079c1 39%,#1e5799 100%); /* IE10+ */
        background: linear-gradient(
            to bottom,  #0079c1 39%,#1e5799 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0079c1', endColorstr='#1e5799',GradientType=0 ); /* IE6-9 */
    }

    .cssgradients .bridge-cta-button:hover{
        background: #1e5799; /* Old browsers */
        background: -moz-linear-gradient(top,  #1e5799 0%, #0079c1 61%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(61%,#0079c1)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #1e5799 0%,#0079c1 61%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #1e5799 0%,#0079c1 61%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #1e5799 0%,#0079c1 61%); /* IE10+ */
        background: linear-gradient(to bottom,  #1e5799 0%,#0079c1 61%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0079c1',GradientType=0 );
 }/* IE6-9 */
    .lt-ie9 a.bridge-cta-button {
        background: #0079C1 url("../images/ie8-mobile-button-bg.jpg") repeat-x 0 0px;
        border:none;
        height:59px;
        line-height: 59px;
    }
    .lt-ie9 a.bridge-cta-button:hover {
        border:none;
        height:59px;
        line-height: 59px;
        background: #0079C1 url("../images/ie8-mobile-button-bg.jpg") repeat-x 0 -59px;
    }

    .groupedArticle {
        float: left !important;
    }
    /*END COURSE PAGE*/

    .lt-ie8 #top-nav{
        width: 366px;
    }

    aside {
        min-width: 0;
    }

    aside#filter-search input.clear {
        width: 40%;
    }

    aside#filter-search input.submit {
        width: 56%;
    }

    .LocationPage #content {
        width: 61%;
    }

    .LocationPage #image-container {
        display: block;
    }

    #bridge-aside {
        width: 37%;
    }
    .BlogTree #bridge-aside{width:36%;}

    /*About Us*/
    .AboutPage #introduction {
        width: 53%;
    }

    .AboutPage aside {
        width: 40%;
        padding-top: 3%;
        margin: 0 0 0 3%;
    }
    .LocationPage #introduction {
        position: static;
        margin-bottom: 0;
    }

    /*Blog holder page */
    .BlogHolder .r, .NewsEventsMixedHolderPage .r {float: right;}
    .BlogHolder #content { width: 100%;}
    .BlogHolder .blog-details {width: 74%;}
    .BlogHolder #bridge-aside {width:  100%;}
    .BlogHolder #Sidebar {padding: 0 2%;}


    .EventsPage #content, .NewsPage #content {
        width: 65%;
    }

    .EventsPage #bridge-aside, .NewsPage #bridge-aside {
        width: 32%;
    }

    .NewsPage #Sidebar, .EventsPage #Sidebar {
        padding: 0 2%;
    }

    .NewsPage #image-container, .EventsPage #image-container {
        display: block !important;
    }

    .NewsEventsMixedHolderPage .blog-details {
        width: 75%;
    }

    /*Contact Us*/
    .r, .l{
        display: block;
        float: none;
        overflow: hidden;
    }

    /*Ask A Question*/

    .MaketoFormPage .r {
        float: right;
    }

    .MaketoFormPage .l {
        float: left;

    }

    .MaketoFormPage.half-width {
        min-width: 0;
    }
    #banner-image-watn .grad-details {    height: 97.4%;
        width: 57%;}
    .grad-details img {max-width: 100%;}
    .WhereAreTheyNowPage #thumbs-container {
        z-index: 200;width:42.1%;}
	.VideoCompetitionPage #thumbs-container {
        z-index: 200;width:42.1%;}
    #banner-image-watn{height:100%;}
    #thumbs-container{height:100%;}
    .half-width {width: 49%;}
    .mktField li label{white-space: nowrap;}
    .small{font-size: 0.8em;}

    .accSlider2 .caption2{left:16%;}
    .accSlider5 .caption1{
        left: 26%;
        width: 41%;
    }
    .accSlider6 .caption1{left:43%; width:52%;}
    .accordion-caption-right h3.BanHeadingNoBackground, .accordion-caption-right h3.BanHeadingExtraLarge{margin-left:.9em;}
    .accordion-caption h3, .accordion-caption-right h3{    line-height: 1.5em;
        padding-top: 2.5%;}
    .accordion-caption h4, .accordion-caption-right h4{padding-top: 0;margin-top:5px;}

}

@media only screen and (min-width: 821px){

    .subMenu                    {display: none !important;}
    nav ul li:hover .subMenu    {display: block !important;}
    .subMenu li:hover .subMenu2 {display: block !important;}
    /* Style adjustments for viewports that meet the condition */
    ul.bread-crumbs {
        margin-left: 29%;
    }
    .grad-details           {display: none;}
    .first-grad-details     {display: block;}
    .first-mob-grad-details {display: none !important;}
    .mobile-grad-details    {display: none !important;}

    .accSlider1 .caption1 h3 {font-size:1.96em;text-indent:0.3em;}

}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
   #accordion-wrapper{display:block}
    #mobile-slider-wrapper h2 {font-size:20px;}
    #mobile-slider-wrapper{display:none;}
    #mob-content-pos6 .caption1 h3{padding-left:13px;}

}

#Form_CommentsForm .field{
    font-family: 'verveineregular',san-serif;
    font-size: 1.3em;
}
#Form_CommentsForm input, #Form_CommentsForm textarea{border-radius:4px 4px 4px 4px;margin-bottom:1em;font-size:13px;}
#Form_CommentsForm_action_doPostComment{float:right; width:38%!important;padding:1% !important;font-size: 2em !important;}
.NewsPage #comments-holder h4,.EventsPage #comments-holder h4{clear:both;font-size: 2em;border-bottom:1px dashed #ccc;}

.info,.commenting-rss-feed{font-size: .8em}
.comments-holder ul.comments-list li{background:none!important;padding-left:0!important;}

@media (max-device-width:479px) {
	body {padding-bottom:60px;}

	.bottomButtons {
		height:60px;
		width:60%;
		margin:0 20%;
		position:fixed;
		bottom:0px;
		box-sizing: border-box;
		z-index:500;
	}
	

	.bottomButton {
		float:left;
		width:calc(50% - 4px);
		background-color: #337ab7;
		height:100%;
		border-top-right-radius:10px;
		border-top-left-radius:10px;
		text-align:center;
		vertical-align:text-bottom;
		padding-top:5px;
		border: 2px solid #2e6da4;
	}
	.textInsideButton {
		display:block;
		margin:1px 0 0 0;
		font-size:1em;
		color:#fff;
		font-weight:bold;
		text-align:center;
	}
	
	.fa {
		color:#fff;
	}
}
@media (min-device-width:480px) {
	body {padding-bottom:50px;}

	.bottomButtons {
		height:50px;
		width:60%;
		margin:0 20%;
		position:fixed;
		bottom:0px;
		box-sizing: border-box;
		z-index:500;
	}

	
	.bottomButton {
		float:left;
		width:calc(50% - 4px);
		background-color: #337ab7;
		height:100%;
		border-top-right-radius:10px;
		border-top-left-radius:10px;
		text-align:center;
		vertical-align:text-bottom;
		padding-top:10px;
		border: 2px solid #2e6da4;
	}
	.textInsideButton {
		display:inline;
		margin:0 0 0 10px;
		font-size:1.2em;
		color:#fff;
		font-weight:bold;
		text-align:center;
		vertical-align:super;
	}
	
	.fa {
		color:#fff;
	}
}