/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */
 
 /** BEGIN LEADERBOARD STYLES **/
 
 .region.region-leaderboard {
    display: inline-block;
    font-size: 0;
    text-align: right;
    width: 100%;
}
 
 /* begin leaderboard menu styles */
 
#block-menu-menu-leaderboard-menu {
    display: inline-block;
    margin: 0 10px 0 0;
    text-align: right;
}
 
#block-menu-menu-leaderboard-menu ul {
	 list-style-type: none;
	 margin: 0;
	 padding: 0;
 }
 
#block-menu-menu-leaderboard-menu ul li {
	 display: inline-block;
	 padding: 16px 12px;
 }
 
#block-menu-menu-leaderboard-menu ul a {
	 color: #fff;
	 font-size: 12px;
	 text-transform: uppercase;
}

#block-menu-menu-leaderboard-menu li.active-trail,
#block-menu-menu-leaderboard-menu li.active-trail:hover,
#block-menu-menu-leaderboard-menu li.active-trail a:hover {
	background-color: #565656;
	text-decoration: none;
}
 
#block-menu-menu-leaderboard-menu .active-trail ul {
    display: none;
}
 
 /* end leaderboard menu styles */
 
 /* begin search block styles */
 
 #block-search-form {
    display: inline-block;
    margin: 11px 5px 11px 0;
    text-align: right;
}
 
 #block-search-form .form-actions {
	 display: none;
 }
 
.form-item-search-block-form {
	margin: 0;
}

#block-search-form input {
	outline: none;
}

#block-search-form input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

#block-search-form input::-webkit-search-decoration,
#block-search-form input::-webkit-search-cancel-button {
	display: none; 
}

#block-search-form input[type=search] {
	/*background: transparent url(../images/mobile_search_btn.png) no-repeat 0 center;*/
	background: transparent url(../images/search-button.svg) no-repeat 0 center;
	color: #fff;
	font-size: 13px;
	padding: 0;
	height: 19px;
	width: 21px;	
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

#block-search-form input[type=search]:focus {
	background-color: #fff;
	border: none;
	box-shadow: none;
}

#block-search-form input:-moz-placeholder {
	color: #999;
}

#block-search-form input::-webkit-input-placeholder {
	color: #999;
}

#block-search-form input[type=search] {
	border: none;
	border-radius: 0;
	width: 21px;
	padding-left: 0;
	color: transparent;
	cursor: pointer;
}
#block-search-form input[type=search]:hover {
}

#block-search-form input[type=search]:focus {
	/*background: transparent url(../images/mobile_search_btn.png) no-repeat 5px center;*/
	background: transparent url(../images/search-button.svg) no-repeat 0 center;
	width: 120px;
	padding: 5px 5px 5px 5px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
#block-search-form input:-moz-placeholder {
	color: transparent;
}
#block-search-form input::-webkit-input-placeholder {
	color: transparent;
}


/** END LEADERBOARD STYLES **/
 
/** BEGIN HEADER STYLES **/

#branding {
	display: inline-block;
	width: 30%;
}

#logo {
	padding: 20px 0;
}

.region-header {
	display: inline-block;
	text-align: right;
	width: 70%;
}

/* begin main menu styles */

#block-system-main-menu {
}

#block-system-main-menu .menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#block-system-main-menu .menu li {
	background-color: transparent;
	display: inline-block;
	padding: 30px 15px 30px 15px;
	transition: background-color 0.5s ease 0s;
}

#block-system-main-menu .menu li a {
	font-size: 18px;
	font-weight: 800;
	color: #333333;
	padding: 0 5px 15px 5px;
}

#block-system-main-menu .active-trail ul {
	display: none;
}

#block-system-main-menu .menu li:hover {
	background-color: #e8e8e8;
	cursor: pointer;
}

#block-system-main-menu .menu li > a:hover {
	text-decoration:  none;
}

#block-system-main-menu .menu li.active-trail {
	background-color: #d9d9d9;
	cursor: pointer;
}

#block-system-main-menu .menu li.active-trail a {
	border-bottom: solid 3px #cb1b46;
	padding-bottom: 12px;
	text-decoration: none;
}

/* end main menu styles */
  
/** END HEADER STYLES **/

/** BEGIN SECONDARY CONTENT STYLES **/

/* begin homepage main header image styles */

.front #secondary-content-wrapper .container {
	max-width: none;
}

.front #block-block-1 {
	background-image:url(../images/homepage_header_2018.jpg);
	background-size: cover;
	height: 418px;
	margin-bottom: 0;
	width: 100%;
}

/* end homepage main header image styles */

/* begin page header styles */

.not-front #secondary-content-wrapper {
	height: 470px;
}

.not-front #secondary-content-wrapper .region-inner {
	height: 470px;
}

.block-page-headers-block-1,
.block-page-headers-block-2,
.block-page-headers-block-3,
.block-page-headers-block-4 {
	top: 320px;
}

.node-type-launch-pad .block-page-headers-block-1 {
	top: 400px;
}

.block-page-headers-block-1 .views-field-name h2,
.block-page-headers-block-2 .views-field-name h2,
.block-page-headers-block-3 .views-field-name h2,
.block-page-headers-block-4 .views-field-name h2 {
	font-size: 54px;
}

.node-type-program #secondary-content-wrapper,
.node-type-presidents-list-student #secondary-content-wrapper,
.presidents-list-page #secondary-content-wrapper,
.node-type-event #secondary-content-wrapper,
.node-type-news #secondary-content-wrapper,
.node-type-webform #secondary-content-wrapper,
.page-node-academic-programs #secondary-content-wrapper,
.section-academic-programs #secondary-content-wrapper,
.level-three  #secondary-content-wrapper,
.level-four  #secondary-content-wrapper,
.node-type-location #secondary-content-wrapper,
.page-search #secondary-content-wrapper,
.node-type-business-unit-page.layout-template-interior-page  #secondary-content-wrapper,
.section-current-students #secondary-content-wrapper,
.node-type-group-registration-session #secondary-content-wrapper,
.node-type-orientation-session #secondary-content-wrapper,
.node-type-welcome-week-session #secondary-content-wrapper {
	height: 200px;
}

.node-type-program #secondary-content-wrapper .region-inner,
.node-type-presidents-list-student #secondary-content-wrapper .region-inner,
.presidents-list-page #secondary-content-wrapper .region-inner,
.node-type-event #secondary-content-wrapper .region-inner,
.node-type-news #secondary-content-wrapper .region-inner,
.node-type-webform #secondary-content-wrapper .region-inner,
.page-node-academic-programs #secondary-content-wrapper .region-inner,
.section-academic-programs #secondary-content-wrapper .region-inner,
.level-three #secondary-content-wrapper .region-inner,
.level-four #secondary-content-wrapper .region-inner,
.node-type-location #secondary-content-wrapper .region-inner,
.page-search #secondary-content-wrapper .region-inner,
.node-type-business-unit-page.layout-template-interior-page  #secondary-content-wrapper .region-inner,
.section-current-students #secondary-content-wrapper .region-inner,
.node-type-group-registration-session #secondary-content-wrapper .region-inner,
.node-type-orientation-session #secondary-content-wrapper .region-inner,
.node-type-welcome-week-session #secondary-content-wrapper .region-inner {
	height: 200px;
}

/*.node-type-business-unit-page #secondary-content-wrapper,
.node-type-business-unit-page #secondary-content-wrapper .region-inner {
	height: 250px;
}

.node-type-business-unit-page .block-page-headers-block-1 {
	top: 80px;
}*/

.node-type-program .block-page-headers-block-1,
.node-type-presidents-list-student .block-page-headers-block-1,
.presidents-list-page .block-page-headers-block-1,
.presidents-list-page .block-page-headers-block-2,
.page-node-academic-programs .block-page-headers-block-3,
.section-academic-programs .block-page-headers-block-1,
.section-academic-programs .block-page-headers-block-2,
.level-three  .block-page-headers-block-1,
.level-four .block-page-headers-block-1,
.node-type-location .block-page-headers-block-1,
.node-type-news .block-page-headers-block-1,
.node-type-webform .block-page-headers-block-1,
.node-type-business-unit-page.layout-template-interior-page .block-page-headers-block-1,
.node-type-group-registration-session .block-page-headers-block-1,
.node-type-orientation-session .block-page-headers-block-1,
.node-type-welcome-week-session .block-page-headers-block-1 {
	top: 60px;
}

.page-search .block-page-headers-block-4,
.section-current-students .block-page-headers-block-1 {
	top: 130px;
}

/* end page header styles */

/** END SECONDARY CONTENT STYLES **/

/** BEGIN CONTENT WRAPPER STYLES **/

/* begin homepage styles */

/* begin news feed carousel styles */

.front #content-wrapper .region-two-brick-middle .pane-news-items {
	margin-bottom: 0;
	padding: 50px 0;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .block-inner {
	margin: 0 15px;
	width: 100%;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .news-header {
    display: table;
    width: 100%;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .pane-title {
	display: table-cell;
	text-align: left;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .news-link {
	display: table-cell;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    vertical-align: bottom;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .news-link:before {
	content: "►";
	font-size: 14px;
	padding-right: 3px;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .fa-rss {
	color: #ff7800;
	padding-right: 3px;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .news-rss {
	display: table-cell;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    vertical-align: bottom;
	width: 9%;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .slick-slider {
    margin: 0 auto;
    width: 95%;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .slick__arrow {
	top: 40%;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .block-inner {
	margin: 0 auto;
	max-width: 1200px;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .slick-track {
	margin-left: -2px;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .slick-active {
	border-left: solid 1px #c3c6cf;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .slide__content {
	padding: 0 40px;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .views-field-field-news-images {
	margin-bottom: 10px;
}

.front #content-wrapper .region-two-brick-middle .pane-news-items .news-feed-header {
	line-height: 1.2;
	margin-bottom: 7px;
}

/* end news feed carousel styles */

/* begin calendar feed carousel styles */


.front #content-wrapper .region-two-brick-middle .pane-calendar .block-inner {
	margin: 0 auto;
	max-width: 1200px;
	padding: 60px 0;
	width: 100%;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .calendar-header {
    display: table;
	width: 100%;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .pane-title {
	display: table-cell;
    text-align: left;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .calendar-link {
	display: table-cell;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    vertical-align: bottom;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .calendar-link a,
.front #content-wrapper .region-two-brick-middle .pane-calendar .calendar-rss a {
		color: #ffffff;
		text-decoration: none;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .calendar-link a:hover,
.front #content-wrapper .region-two-brick-middle .pane-calendar .calendar-rss a:hover {
	color: #cd1543;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .calendar-link:before {
	content: "►";
	font-size: 14px;
	padding-right: 3px;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .fa-rss {
	color: #ff7800;
	padding-right: 3px;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .calendar-rss {
	display: table-cell;
    font-size: 16px;
    text-align: right;
    text-transform: uppercase;
    vertical-align: bottom;
	width: 9%;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .slick-slider {
    margin: 0 auto;
    width: 95%;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .slick__arrow {
	top: 40%;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .block-inner {
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .slick-track {
	margin-left: -2px;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .slide__content {
	padding: 0 40px;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .slick-active {
	border-left: solid 1px #fff;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .date-header {
    display: table;
    margin-bottom: 15px;
	min-height: 97px;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .event-time {
	display: table-cell;
	height: 100%;
	margin: 0;
	min-height: 83px;
	overflow: hidden;
	vertical-align: middle;
	width: 10%;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .event-details {
    display: table-cell;
	padding-left: 20px;
    width: 80%;
}

.front #content-wrapper .region-two-brick-middle .pane-calendar .event-title {
	line-height: 1;
	margin-bottom: 10px;
}

/* end calendar feed carousel styles */


/* end homepage styles */

/*** begin main-content-header styles ***/

#main-content-header {
	margin: 0 105px;
}

.page-search #main-content-header {
	border-bottom: solid 1px #dadada;
	margin: 0 105px 30px 105px;
}


/*** end main-content-header styles ***/

/* begin secondary menu styles */

.region-highlighted {
	margin-bottom: 30px;
}

.node-type-launch-pad .region-highlighted {
	margin-bottom: 2px;
}

#block-menu-block-1,
#block-menu-block-2,
#block-menu-block-4,
#block-menu-block-6,
#block-menu-block-7 {
	display: block;
}

/* begin hide the mobile child menu */
#block-menu-block-5,
#block-menu-block-8,
#block-menu-block-9 {
	display: none;
}
/* end hide the mobile child menu */

#block-menu-block-1 {
	background-color: rgba(203,27,70,0.85);
	bottom: 0;
    position: absolute;
	width: 100%;
}

#block-menu-block-6,
#block-menu-block-7 {
	background-color: rgba(0, 0, 0, 0.7);
	bottom: 0;
    position: absolute;
	width: 100%;
}

.block-menu-block ul {
	height: 80px;
	list-style-type: none;
    margin: 0;
	max-height: 80px;
	overflow: hidden;
    padding: 0;
    position: relative;
	text-align: center;
    z-index: 999;
}

.block-menu-block ul li {
	display: inline-block;
	font-size: 0;
	height: 80px;
	max-height: 80px;
	list-style-type: none;
	overflow: hidden;
	text-align: center;
	width: 14%;
	vertical-align: top;
}

.block-menu-block ul li a {
	color: #fff;
	display: table-cell;
	font-size: 14px;
	font-weight: 700;
	height: 80px;
	line-height: 1.3;
	max-height: 80px;
	overflow: hidden;
	padding: 0 5px;
	text-transform: uppercase;
	transition: background-color 0.5s ease 0s;
	vertical-align: middle;
	width: inherit;
}

.block-menu-block ul li a:hover {
	background-color: rgba(159,15,40,0.9);
	text-decoration: none;
}

.block-menu-block ul li.active-trail,
.block-menu-block ul li.active {
	background-color: rgba(139,14,36,1.0);
}

.block-menu-block ul li.active-trail a,
.block-menu-block ul li.active a {
	color: #fff;
}

.block-menu-block ul li a.active-trail:hover,
.block-menu-block ul li a.active:hover {
	background-color: rgba(139,14,36,1.0);
}

#block-menu-block-2 {
	background-color: #eaeaea;
	margin: 0 40px;
	padding: 0;
}

#block-menu-block-2 ul {
	height: 50px;
	max-height: 50px;
	overflow: hidden;
	text-align: center;
}

#block-menu-block-2 ul li {
	height: 50px;
	max-height: 50px;
	overflow: hidden;
	text-align: center;
	width: 14.28%;
}

#block-menu-block-2 ul li a {
	border-right: solid 1px #fff;
	color: #565656;
	font-size: 12px;
	height: 50px;
	line-height: 1.2;
	max-height: 50px;
	overflow: hidden;
	text-align: center;
	text-transform: none;
	width: inherit;
}

#block-menu-block-2 ul li.last a {
	border-right: none;
}

#block-menu-block-2 ul li a:hover {
	color: #fff;
	background-color: #828181;
}

#block-menu-block-2 ul li.active-trail,
#block-menu-block-2 ul li.active {
	background-color: #eaeaea;
}

#block-menu-block-2 ul li a.active-trail,
#block-menu-block-2 ul li a.active,
#block-menu-block-2 ul li a.active-trail:hover,
#block-menu-block-2 ul li a.active:hover {
	color: #fff;
	background-color: #545454;
}

#block-menu-block-4 ul {
	background-color: #000;
}

#block-menu-block-4 ul .locked i,
#block-menu-block-1 ul .locked i {
	padding-left: 5px;
}

#block-menu-block-4 ul li a:hover {
	background-color: #565656;
	text-decoration: none;
}

/*#block-menu-block-4 ul a {
	position: relative;
}

#block-menu-block-4 ul .locked::after {
	background-image: url("../images/lock.svg");
    background-position: right top;
    background-repeat: no-repeat;
    content: "";
    height: 11px;
    margin: 10px 0;
    max-height: 45px;
	position: absolute;
	right: 0;
	top: calc(50% - 15px);
    width: 100%;
}*/

/* end secondary menu styles */

/* begin general layout styles */

#page .region-two-66-33-second .region-inner {
	margin-left: 60px;
}

.one-column .pane-panels-ajax-tab-container .region {
	clear: none;
}

/* end general layout styles */

/*** BEGIN PAGE TEMPLATE STYLES ***/

.pane-webform .pane-title.block-title {
	margin: 0 105px;
}

/* begin page template styles */

.level-two .pane-node-field-page-intro-copy {
    font-size: 25px;
	margin: 0 105px 60px 105px;
}

.level-two .pane-node-field-page-gray-callout,
.level-two .pane-node-field-page-white-callout {
	padding: 45px 105px;
}

.level-two .pane-node-field-page-gray-callout .field-collection-view,
.level-two .pane-node-field-page-white-callout .field-collection-view {
	margin: 0;
	padding: 0;
}

.level-two .pane-node-field-page-gray-callout .field-name-field-headline,
.level-two .pane-node-field-page-white-callout .field-name-field-headline,
.pane-node-field-page-photo-callout .field-name-field-headline {
	font-size: 37px;
}

.level-two .pane-node-field-page-gray-callout .field-name-field-body,
.level-two .pane-node-field-page-white-callout .field-name-field-body,
.pane-node-field-page-photo-callout .field-name-field-body {
	font-size: 25px;
}

.level-two .pane-node-field-page-gray-callout .field-name-field-button-link,
.level-two .pane-node-field-page-white-callout .field-name-field-button-link {
	margin-top: 30px;
	text-align: right;
}

.level-three .region-one-main .field-name-body,
.level-four .field-name-body,
.page-search #block-system-main,
.page-user #block-system-main,
.level-three #content #western-calendar,
.page-search404 #block-system-main {
	margin: 0 105px 30px 105px;
}

.page-search #block-system-main .item-list-pager {
	padding-top: 30px;
	border-top: solid 1px #dadada;
}

.level-three .pane-node-field-button-link,
.level-four .pane-node-field-button-link {
	margin: 0 105px 30px 105px;
	text-align: right;
}

.level-three .region-one-main .field-name-field-page-accordion-content,
.level-four .region-one-main .field-name-field-page-accordion-content {
	margin: 0 65px;
}

.level-three .region-one-main .pane-node-field-page-accordion-content .field-collection-container,
.level-four .region-one-main .pane-node-field-page-accordion-content .field-collection-container {
	border-top: solid 1px #eaeaea;
	margin: 0 40px 30px 40px;
	padding-top: 30px;
}

/** begin articulation agreements **/

.pane-high-school-articulation-agreements-panel-pane-1 .view-high-school-articulation-agreements {
	margin: 0 105px 30px;
}

.pane-high-school-articulation-agreements-panel-pane-1 .view-high-school-articulation-agreements .view-header {
	margin: 0;
}

.pane-high-school-articulation-agreements-panel-pane-1 .view-high-school-articulation-agreements td {
	font-size: 13px;
}

/** end articulation agreements **/

/** begin welcome week, orientation and group sessions **/

.node-welcome-week-session,
.node-group-registration-session,
.node-orientation-session,
.view-orientation-sessions,
.registration-orientation-registration,
.page-registration #block-system-main,
.page-orientation-signupform #block-system-main,
.page-node-registrations #block-system-main,
.pane-group-registration-sessions,
.pane-welcome-week-sessions {
	margin: 0 105px 30px;
}

.node-welcome-week-session input,
.node-group-registration-session input,
.node-orientation-session input {
	width: auto;
}

.view-orientation-sessions .views-exposed-form #program,
.view-orientation-sessions .views-exposed-form #datetime,
.view-group-registration-sessions .views-exposed-form #program,
.view-group-registration-sessions .views-exposed-form #datetime,
.view-welcome-week-sessions .views-exposed-form #program,
.view-welcome-week-sessions .views-exposed-form #datetime {
	width: auto;
}

/** end welcome week, orientation and group sessions **/

/** begin campus visit sessions **/

.node-campus-tour-session {
	margin: 0 105px 30px;
}

.view-campus-tour-form .view-filters {
	margin: 0 105px;
}

.view-campus-tour-form input {
	width: auto;
}

/** end campus sessions **/

/** begin camp w sessions **/

.node-camp-w-session,
.pane-camp-w-panel-pane-1 {
	margin: 0 105px 30px;
}

.node-camp-w-session .view-filters {
	margin: 0 105px;
}

.node-camp-w-session input {
	width: auto;
}

/** end camp w sessions **/

/* begin all template styles */

.pane-node-field-page-photo-callout {
	padding: 45px 105px;
	font-size: 25px;
}

.pane-node-field-page-photo-callout .field-name-field-button-link {
	margin-top: 30px;
	text-align: right;
}

.pane-node-field-page-photo-callout .field-name-field-contacts .field-item {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	width: 50%;
}

.pane-node-field-page-photo-callout .field-name-field-contacts .field-item .node-contact {
	margin-right: 15px;
}

.pane-node-field-page-photo-callout .field-name-field-contacts .node-contact,
.pane-node-field-page-photo-callout .field-name-field-contacts .node-contact .field-item {
	display: block;
	font-size: 16px;
	vertical-align: inherit;
	width: auto;
}

#block-menu-block-3 .block-title {
	margin: 30px 105px 0 105px;
}

#block-menu-block-3 .menu-block-wrapper {
	padding: 25px 105px;
}

/*#block-menu-block-3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}*/

#block-menu-block-3 ul li {
	padding-right: 0;
}

.node-contact.node-node-embed {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 33%;
}

/* end all template styles */

/* begin event styles */

.node-type-event #western-event.panel-display {
	margin: 0 105px 30px 105px;
}

#western-event .pane-node-field-event-image,
#western-event .pane-node-field-event-location,
#western-event .pane-node-field-event-date,
#western-event .pane-node-field-event-description {
	margin: 0 90px;
}

#western-event .pane-node-field-event-date.no-title {
	margin: 0 0 25px 0;
}

/* end event styles */

/* begin calendar page styles */

#western-calendar .view-filters {
	text-align: right;
}

#western-calendar #edit-field-event-category-tid-wrapper {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: top;
	width: auto;
}

/* end calendar page styles */

/* begin news styles */

#news-page .pane-news-items-panel-pane-1 {
	margin: 0 105px 30px 105px;
}

/* begin news detail styles */

.node-type-news #content {
    margin: 0 105px 30px;
}

/* end news detail styles */

/* end news styles */

/* end page template styles */

/* begin search page styles */

.page-search #main-content #search-form {
	position: absolute;
	right: 105px;
	top: 80px;
}

/* end search page styles */

/* begin launch pad template styles */

.pane-node-field-launch-pad-highlight .field-collection-view {
    margin: 0 70px;
	padding: 30px 0 30px 0;
	text-align: left;
}

.node-type-launch-pad .one-column .region {
	clear: none;
}

.node-type-launch-pad .field-name-field-highlight-title {
	font-size: 30px;
	margin-bottom: 0;
}

.node-type-launch-pad .field-name-field-button-link {
	text-align: right;
}

.node-type-launch-pad .pane-node-field-launch-pad-news-and-events,
.node-type-launch-pad .pane-node-field-launch-pad-resource {
	margin: 0 30px 30px 30px;
}

.node-type-launch-pad .field-name-field-launch-pad-news-and-events .field-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.node-type-launch-pad .field-name-field-launch-pad-news-and-events .field-name-field-event-date .field-item,
.node-type-launch-pad .field-name-field-launch-pad-news-and-events .field-name-field-event-description .field-item,
.node-type-launch-pad .field-name-field-launch-pad-news-and-events .field-type-text-with-summary .field-item {
	display: block;
	width: auto;
}

.node-type-launch-pad .field-name-field-launch-pad-news-and-events article {
	border-bottom: none;
	border-right: solid 1px #e5e5e5;
	padding-bottom: 0;
	padding-right: 30px;
	margin-bottom: 0;
	margin-right: 30px;
}

.node-type-launch-pad .field-name-field-launch-pad-news-and-events .field-item:last-child article {
	border-right: none;
}

.node-type-launch-pad .pane-node-field-launch-pad-resource .field-collection-view {
    margin: 0 0 30px 0;
}

.node-type-launch-pad .field-name-field-launch-pad-resource .region-two-33-66-first .region-inner {
	border-bottom: none;
	margin-bottom: 0;
	margin-right: 0;
	padding-bottom: 0;
	padding-right: 0;
}

.node-type-launch-pad .field-name-field-launch-pad-resource .region-two-33-66-second .region-inner {
	border-left: solid 1px #e5e5e5;
	margin-left: 30px;
	margin-right: 20px;
	padding-left: 30px;
}

.node-type-launch-pad .field-name-field-resource-link {
	-webkit-columns: 2;
	-moz-columns: 2;
	column-count: 2;
	-moz-column-gap: 7em;
	-webkit-column-gap: 7em;
	column-gap: 7em;
	-webkit-column-rule: 1px solid #e5e5e5;
	-moz-column-rule: 1px solid #e5e5e5;
	column-rule: 1px solid #e5e5e5;
}

.node-type-launch-pad .field-collection-container .field-name-field-launch-pad-resource .field-items .field-items .field-item {
	display: inline-block;
	width: 100%;
}


/* end launch pad template styles */

/* begin webform styles */

.node-webform,
.webform-confirmation,
.links  {
	margin: 0 105px 30px 105px;
}

.node-type-webform input.form-text {
    width: auto;
}

/* end webform styles */

/* begin event listing view styles */

#event-listing {
	margin: 30px 105px;
}

#event-listing .views-field {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
}

#event-listing .views-field-field-event-date {
	text-align: center;
	text-transform: uppercase;
	width: 20%;
}

#event-listing .event-dates {
	margin-bottom: 0;
}

#event-listing .views-field .field-content {
	margin: 0 10px;
}

.node-type-launch-pad #event-listing {
	margin: 0 30px 30px;
}

/* end event listing view styles */

/* begin business unit page styles */

.node-type-business-unit-page #block-menu-block-1,
.page-node-5257 #block-menu-block-1,
.page-node-5297 #block-menu-block-1,
.page-node-9334 #block-menu-block-1,
.page-node-13519 #block-menu-block-1
{
	background-color: rgba(0, 0, 0, 0.7);
}

.node-type-business-unit-page .block-menu-block ul li a:hover,
.menu-name-menu-bis-menu ul li a:hover,
.menu-name-menu-lunda-center ul li a:hover {
    background-color: #565656;
    text-decoration: none;
}

.node-type-business-unit-page .block-menu-block ul li.active-trail, 
.node-type-business-unit-page .block-menu-block ul li.active,
.menu-name-menu-bis-menu ul li.active-trail,
.menu-name-menu-bis-menu ul li.active,
.menu-name-menu-lunda-center ul li.active,
.menu-name-menu-lunda-center ul.active-trail {
    background-color: #333;
}

.node-type-business-unit-page .block-menu-block ul li a.active-trail:hover, 
.node-type-business-unit-page .block-menu-block ul li a.active:hover,
.menu-name-menu-bis-menu ul li a.active-trail:hover,
.menu-name-menu-bis-menu ul li a.active:hover,
.menu-name-menu-lunda-center ul li a.active-trail:hover,
.menu-name-menu-lunda-center ul li a.active:hover {
    background-color: #333;
}

.node-business-unit-page .field-name-field-bu-intro-copy,
.node-business-unit-page .field-name-body,
.node-business-unit-page .field-name-field-page-accordion-content {
	margin: 0 105px 30px;
}

.node-business-unit-page .field-name-field-bu-feature {
	padding: 60px 105px;
}

.node-business-unit-page .field-name-field-bu-feature .field-item {
	display: inline-block;
	vertical-align: top;
	width: 33%;
}

.node-business-unit-page .field-name-field-bu-feature .field-collection-view {
	border: solid 1px #cbc9ca;
    margin: 0 15px;
	width: auto;
}

.node-business-unit-page .field-name-field-bu-feature .field-collection-view .field .field-item {
	width: 100%;
}

.node-business-unit-page .field-name-field-bu-feature-title-link a {
    display: block;
    min-width: inherit;
    width: auto;
}

.node-business-unit-page #bu-callout {
	margin: 0 0 30px 0;
	padding: 30px 105px;
	text-align: left;
}

.node-business-unit-page #bu-callout .field-name-field-bu-callout-link {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.node-business-unit-page #bu-callout .field-name-field-bu-callout-link a {
	line-height: 1.3;
	margin-bottom: 0;
}

.node-business-unit-page #bu-callout .field-name-field-bu-callout-link .field-item {
	margin-right: 15px;
}

.node-business-unit-page #bu-callout .field-name-field-bu-callout-text {
	display: inline-block;
	vertical-align: top;
	width: 69%;
}

.node-business-unit-page .field-name-field-page-photo-callout {
	padding: 45px 105px;
	font-size: 25px;
}

.node-business-unit-page .field-name-field-page-photo-callout .field-name-field-headline {
	font-size: 37px;
}

.node-business-unit-page .field-name-field-page-photo-callout .field-name-field-button-link {
	margin-top: 30px;
	text-align: right;
}

.node-business-unit-page .field-name-field-page-photo-callout .field-name-field-contacts .field-item {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	width: 50%;
}

.node-business-unit-page .field-name-field-page-photo-callout .field-name-field-contacts .field-item .node-contact {
	margin-right: 15px;
}

.node-business-unit-page .field-name-field-page-photo-callout .field-name-field-contacts .node-contact,
.node-business-unit-page .field-name-field-page-photo-callout .field-name-field-contacts .node-contact .field-item {
	display: block;
	font-size: 16px;
	vertical-align: inherit;
	width: auto;
}

/* end business unit page styles */

/* begin all other template styles */

.node-type-contact #content .panel-display {
	margin: 0 105px 30px;
}

/* end all other template styles */

/*** END PAGE TEMPLATE STYLES ***/

/*** begin programs styling ***/

.node-type-program #block-system-main,
.section-academic-programs #block-system-main,
.page-node-academic-programs #block-system-main {
	margin: 0 105px 30px 105px;
}

.academic-programs-page .pane-panels-ajax-tab-tabs {
	text-align: left;
}

.pane-career-cluster-selection-panel-pane-1 .view-career-cluster-selection .views-row {
	display:inline-block;
	font-size: 0;
	margin: 0 1% 20px 1%;
	vertical-align: top;
	width: 22%;
}

.pane-career-cluster-selection-panel-pane-1 .view-career-cluster-selection a {
	display: table-cell;
	height: 90px;
	max-height: 90px;
	overflow: hidden;
	padding: 0 35px;
	vertical-align: middle;
	width: 22%;
}

.view-all-programs .views-exposed-form .views-exposed-widget {
	display: inline-block;
	width: auto;
	float: none;
	margin-bottom: 0;
	margin-right: 45px;
	padding: 0;
}

.view-all-programs .views-exposed-form .views-exposed-widget.views-submit-button {
	margin-right: 0;
}

#views-exposed-form-career-cluster-detail-panel-pane-1 .form-select,
#views-exposed-form-all-programs-panel-pane-2 .form-select {
	width: 100%;
}

/* begin programs detail page styling */

.node-program h1.program-title {
	margin: 0;
	width: 85%;
}

.node-program .region-two-66-33-top {
	border-bottom: solid 1px #c6c6c6;
	margin: 0 0 15px 0;
	padding-bottom: 5px;
	position: relative;
}

.node-program .region-two-66-33-first {
	width: 60%;
}

.node-program .region-two-66-33-second {
	width: 40%;
}

.node-program .field-name-addtoany {
	display: block;
	position: absolute;
	right: 0;
	bottom: 5px;
}

.node-program .field-name-field-program-image {
	margin-bottom: 30px;
}

.node-program .field-name-field-program-number {
	border-right: 1px solid #c5c6c7;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    vertical-align: top;
}

.field-name-field-program-credits {
    border-right: 1px solid #c5c6c7;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    vertical-align: top;
}

.field-name-field-typical-start {
    display: inline-block;
    vertical-align: top;
   font-weight: bold;
}

.field-name-field-program-financial-aid {
   border-right: 1px solid #c5c6c7;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    vertical-align: top;
    font-weight: bold;
}

.node-program .field-name-estimate-program-cost,
.node-program .field-name-explore-courses,
.node-program .field-name-print-program-overview,
.node-program .field-name-graduation-employment-facts {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}

.node-program .view-course-listing .course-title,
.node-program .view-course-listing .course-number,
.node-program .view-course-listing .course-credits {
	display: inline-block;
	vertical-align: top;
	width: 32%;
}

.node-program .view-course-listing .view-header {
	display: block;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list {
	background-color: #e7e7e7;
}

.group-pathway div.horizontal-tabs {
    border: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list {
	border: none;
	margin: 0 0 25px 0;
}

.group-pathway .horizontal-tabs .horizontal-tabs-list li,
.group-pathway .horizontal-tabs ul.horizontal-tabs-list li.selected {
	background: none;
	border: none;
	display: inline-block;
	font-size: 0;
	font-weight: 200;
	padding: 0;
	width: 20%;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list li a {
	background: transparent url("../images/pathway_arrow_bkg.png") no-repeat scroll right top;
    border-bottom: 1px solid #c5c6c7;
    /*border-right: 1px solid #c5c6c7;*/
    border-top: 1px solid #c5c6c7;
    color: #000000;
    display: block;
    font-size: 10px;
	margin-left: -8px;
    padding: 18px 10px;
    text-transform: uppercase;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list li:last-child a {
	background: none;
	border-right: 1px solid #c5c6c7;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list strong {
	font-weight: 400;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list strong::before {
	background: transparent url("../images/pathway_arrows.png") no-repeat scroll left center;
    content: " ";
    display: inline-block;
    height: 37px;
    vertical-align: middle;
    width: 43px;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list li:hover,
.group-pathway .horizontal-tabs ul.horizontal-tabs-list li a:hover {
	background-color: transparent;
	/*background-color: #9f9f9f;*/
	color: #9f9f9f;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list li:first-child a {
	border-left: solid 1px #c5c6c7;
	margin-left: 0;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list li.selected a {
	background: #cb1b46 none repeat scroll 0 0;
    border: 1px solid #cb1b46;
    margin-left: -25px;
    padding-left: 30px;
    position: relative;
	z-index: 999;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list li.selected:first-child a {
	margin-left: 0;
	padding-left: 15px;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list li.selected a strong::before {
	background: transparent url("../images/pathway_arrows.png") no-repeat scroll left top;
	content: " ";
    display: inline-block;
    height: 37px;
    vertical-align: middle;
    width: 43px;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list li.selected a:after, 
.group-pathway .horizontal-tabs ul.horizontal-tabs-list li.selected a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list li.selected a:after {
	border-color: rgba(203, 27, 70, 0);
	border-top-color: #cb1b46;
	border-width: 15px;
	margin-left: -15px;
}
.group-pathway .horizontal-tabs ul.horizontal-tabs-list li.selected a:before {
	border-color: rgba(203, 27, 70, 0);
	border-top-color: #cb1b46;
	border-width: 21px;
	margin-left: -21px;
}

.group-pathway .horizontal-tabs ul.horizontal-tabs-list .selected strong {
	color: #fff;
}

.group-pathway .field-group-format-wrapper {
	border: none;
	background: none;
	position: absolute;
}

.group-bachelors-degree .view-transfer-agreements ul {
	/*-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.group-bachelors-degree .field-name-transfer-agreements-view .item-list ul li {
	display: inline-block;
	padding-right: 10px;
	width: 32%;
}

/* end programs detail page styling */

/*** end programs styling ***/

/* begin work study list display view styles */

div.region .pane-work-study-listing-display.block {
    margin: 0 105px 30px;
}

.view-work-study-listing-display .views-label {
	display: inline-block;
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 1em;
	vertical-align: top;
	width: 20%;
}


.view-work-study-listing-display .field-content {
	display: inline-block;
	vertical-align: top;
	width: 74%;
}

/* end work study list display view styles */

/* begin president's list styles */

.pane-president-list-panel-pane-1,
.pane-menu-menu-presidents-list-menu,
.node-presidents-list-student.node-full {
    margin: 0 105px 30px;
}

/* end president's list styles */

/* begin western directory styles */

#western-directory .pane-panels-ajax-tab-tabs,
#western-directory .pane-panels-ajax-tab-container {
    margin: 0 105px 30px;
}

#western-directory .views-exposed-widgets {
	margin-bottom: 30px;
}

#western-directory .views-exposed-widget {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 15px;
	vertical-align: top;
	width: auto;
}

#views-exposed-form-faculty-department-directory-panel-pane-1 .views-exposed-widget {
	margin-bottom: 15px;
}

#western-directory .views-exposed-widget .form-submit {
    margin-top: 0;
}

#western-directory .views-responsive-grid .views-column {
	border-bottom: none;
	display: inline-block;
	margin: 0 6px 0 0;
	padding: 0;
	vertical-align: top;
	width: 32.5%;
}

#western-directory .views-responsive-grid .views-column-last {
	margin: 0;
}

#western-directory .pane-faculty-department-directory-panel-pane-2 {
	margin-right: 30px;
}

#western-directory .pane-faculty-department-directory-panel-pane-3 {
	margin-left: 30px;
}

#western-directory .pane-faculty-department-directory-panel-pane-2 .views-row-last {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* end western directory styles */

/*** begin location styling ***/

/* begin all locations view pane styling */

.view-locations .views-row {
	display: inline-block;
	margin: 0 18px 25px 18px;
	vertical-align: top;
	width: 224px;
}

.view-locations .views-field-title a {
	display: block;
	min-width: inherit;
	width: auto;
}

/* end all locations view pane styling */

/* begin location detail page styling */

.section-regional-locations .pane-node-title,
.section-regional-locations .pane-node-body {
	margin: 0 105px;
}

.node-type-location .region-highlighted {
    margin: 0 40px 30px 40px;
}

.node-type-location #block-system-main {
    margin: 0;
}

.node.node-location {
    margin-bottom: 0;
}

.node-type-location #main-content-header,
.node-type-location .region-two-brick-top,
.node-type-location .region-two-brick-middle {
	margin: 0 100px;
}

.node-type-location .one-column .region, 
.node-type-location div.at-panel .region-conditional-stack {
	width: auto;
}

.node-location .region-two-brick-bottom {
	padding: 45px 105px;
}

.node-location .group-left-contact,
.node-location .group-right-contact {
	display: inline-block;
	width: 49%;
	vertical-align: top;
}

/* end location detail page styling */

/*** end location styling ***/

/**** begin transfer agreements styling ****/

.pane-transfer-agreements {
	margin: 0 105px 30px 105px;
}

/**** end transfer agreements styling ****/

.not-front #columns {
}

/** END CONTENT WRAPPER STYLES **/

/**** BEGIN VARIOUS NON-PUBLIC CONTENT TYPE STYLES ****/

.node-type-work-study #block-system-main {
    margin: 0 105px 30px;
}

/**** END VARIOUS NON-PUBLIC CONTENT TYPE STYLES ****/

/** BEGIN TERTIARY WRAPPER STYLES **/

#tertiary-content-wrapper .container {
	max-width: none;
	padding: 30px 0;
}

/** END TERTIARY WRAPPER STYLES **/

/** BEGIN FOOTER STYLES **/

#footer-wrapper {
  	background-color: #fff;
	background-image:url(../images/footer-welcome.jpg);
	background-position: center center;
	background-size: cover;
	padding-bottom: 50%;
	padding-top: 75px;
}

.footer-logo {
	display: inline-block;
	margin: 0 0 ;
	width: 50%;
}

.footer-logo img {
	margin-left: 15px;
}

.footer-assoc-logo {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
}

.region-footer-top {
	display:inline-block;
	font-size: 0;
	text-align: right;
	vertical-align: top;
	width: 47%;
}

.region-footer-middle .block {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	width: 20%;
}

.region-footer-middle .block-4 .block-content,
.region-footer-middle .block-menu-footer-menu-one .block-content,
.region-footer-middle .block-menu-footer-menu-two .block-content,
.region-footer-middle .block-menu-footer-menu-three .block-content {
	border-right: solid 1px #333;
	margin-right: 20px;
	padding-right: 20px;
}

/** END FOOTER STYLES **/

/*  Popup block css for Lunda Center floor plans  */
#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}


/**** BEGIN CUSTOM LANDING PAGE STYLES ****/

.page-node-5892 #secondary-content-wrapper,
.page-node-8122 #secondary-content-wrapper {
	box-shadow: none;
	height: 470px; 
}

.landing-page #content .panel-display {
	 margin: 0 105px 30px;
}

.page-node-5892 .field-name-body,
.page-node-5892 .webform-client-form,
.page-node-8122 .field-name-body,
.page-node-8122 .webform-client-form{
	display: inline;
	float: left;
	width: 50%;
}

.landing-page .region-two-50-first .region-inner {
	border-bottom: none;
	border-right: 1px solid #eaeaea;
	padding-bottom: 0;
	padding-right: 50px;
}

.landing-page .region-two-50-second .region-inner {
	margin-left: 50px;
	margin-top: 35%;
}

.page-node-5892 .field-name-body .field-items,
.page-node-8122 .field-name-body .field-items{
	border-bottom: none;
	border-right: 1px solid #eaeaea;
	margin-right: 50px;
	padding-bottom: 0;
	padding-right: 50px;
}

.page-node-5892 input.form-text,
.page-node-8122 input.form-text{
	width: 100%;
}

.landing-page .button-list .gray-button-link {
	display: inline-block;
    font-size: 0;
    margin: 0 2% 20px;
    vertical-align: top;
    width: 45%;
}

.landing-page .button-list .gray-button-link a {
	display: table-cell;
	vertical-align: middle;
}

/*** begin flex landing page ***/

.page-node-8076.flex-landing-page #secondary-content-wrapper {
	height: 390px;
}

.flex-landing-page #secondary-content-wrapper {
    height: 255px;
}

.flex-landing-page .block-page-headers-block-1 {
	right: 0;
	text-align: right;
	top: 10%;
}

.flex-landing-page.lp-asla .block-page-headers-block-1 {
	left: 0;
	text-align: left;
	top: 10%;
}

.summer .block-page-headers-block-1 {
	text-align: left;
}

@media only screen 
	and (min-width: 2000px) {
		.flex-landing-page #secondary-content-wrapper {
			height: 350px;
		}
		
		.page-node-8076.flex-landing-page #secondary-content-wrapper {
			height: 490px;
		}
}

.flex-landing-page #main-content-header {
    margin: 60px 170px 0 170px;
	padding-top: 0;
}

.flex-landing-page div.region .pane-node-body {
	margin: 0 170px 60px 170px;
}

.flex-landing-page div.region .pane-node-body.stripe-body {
	padding: 30px 160px;
}

.flex-landing-page .pane-node-body .column {
	box-sizing: border-box;
	display: inline-block;
	font-size: 0;
	vertical-align: top;
	width: 24%;
}

.flex-landing-page .pane-node-body .three-columns .column {
	width: 32%;
}

.flex-landing-page .pane-node-body .column.four {
	margin-top: 0;
	text-align: left;
	width: 24%;
}

.summer .pane-node-body .column,
.summer .pane-node-body .column.four {
	display: block;
	font-size: 0;
	margin: 0;
	text-align: left;
	vertical-align: top;
	width: 100%;
}

.flex-landing-page .pane-node-body .column.four a {
    display: table-cell;
    height: 60px;
    margin: 0 10px;
    padding: 0 30px;
    width: 33%;
}

.summer .pane-node-body .summer-column-left {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 60px;
	vertical-align: top;
	width: 68%;
}

.summer .pane-node-body .summer-column-right {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 30%;
}


.flex-landing-page .video-section .video {
	padding: 60px 0;
}

.flex-landing-page .video-section .video-wrapper {
	margin: 0 170px;
}

.flex-landing-page .video-section .video-left {
	box-sizing: border-box;
	display: inline-block;
	margin-right: 30px;
	vertical-align: middle;
	width: 50%;
}

.flex-landing-page .video-section .video-right {
	display: inline-block;
	vertical-align: middle;
	width: 45%;
}

.flex-landing-page .links-section {
	padding: 60px 170px;
}

.flex-landing-page .tour-section {
	padding: 60px 170px;
	
}

.flex-landing-page .hs-photo-section {
	padding: 60px 170px;
}

.flex-landing-page .hs-photo-section-programs {
	padding: 60px 170px;
}

.flex-landing-page .testimonial-section {
	margin: 60px 170px;
}

.flex-landing-page .hs-photo-section .hs-flex-container > div {
    width:40%;
margin-right: 30px;
}

.flex-landing-page .hs-photo-section-programs .hs-flex-container > div {
    width:40%;
margin-right: 30px;
}

.flex-landing-page .form-text {
    width: 100%;
}

.flex-landing-page .business-programs .program-item {
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 60px;
	text-align: center;
	vertical-align: top;
	width: 33.333%;
}

.flex-landing-page .testimonial-section .testimonial-column {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	vertical-align: top;
	width: 33.333%;
}

.flex-landing-page .gray-callout-section {
	padding: 60px 170px;
}

.flex-landing-page .white-callout-section {
	padding: 60px 170px;
}

.flex-landing-page .hs-white-callout-section {
	padding: 60px 170px;
}
.flex-landing-page .gray-callout-section .new-programs .new-program-column {
	border-bottom: none;
	border-right: solid 1px #fff;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom:  0;
	padding: 0 15px;
	vertical-align: top;
	width: 20%;
}


.flex-landing-page .gray-callout-section.handson .new-programs .new-program-column {
    border-right: none;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom:  0;
	padding: 0 0 25px 0;
	vertical-align: top;
	width: 50%;
}

.flex-landing-page .gray-callout-section .new-programs .new-program-column:last-child {
	border-right: none;
}

/*** end flex landing page ***/

/**** begin asla landing apge styles ****/

.lp-asla-choice-wrapper {
	padding: 0 170px;
}

.lp-asla-debt {
	padding: 60px 170px;
}

.lp-asla-transfer-wrapper {
	padding: 0 170px;
}

.lp-asla-support {
	padding: 60px 170px;
}

/**** end asla landing apge styles ****/

/**** begin open house landing page styles ****/

.flex-landing-page.open-house .block-page-headers-block-1 {
	right: 0;
	top: 30%;
}

.flex-landing-page.open-house .pane-node-body .three-columns .column {
    padding: 0 30px;
	width: 32%;
}

.flex-landing-page.open-house .pane-node-body .three-columns .column.one {
    width: 25%;
}

.flex-landing-page.open-house .pane-node-body .three-columns .column.two {
    border-left: solid 2px #d9d9d9;
    border-right: solid 2px #d9d9d9;
}

.flex-landing-page.open-house .open-house-section .open-house-wrapper {
    margin: 0 170px;
}

.flex-landing-page.open-house .open-house-description {
    margin: 60px 170px;
}

.flex-landing-page.open-house .open-house-section .open-house-left {
    display: inline-block;
    border-right: solid 2px #fff;
    padding-right: 60px;
    width: 50%;
}

.flex-landing-page.open-house .open-house-section .see .open-house-left {
    padding-right: 120px;
}

.flex-landing-page.open-house .open-house-section .open-house-right {
    display: inline-block;
    border-left: solid 2px #fff;
    margin-left: 50%;
    padding-left: 60px;
    width: 50%;
}

.flex-landing-page.open-house .open-house-description ul {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 50%;
}

/*** end open house landing page styles ****/

/**** END CUSTOM LANDING PAGE STYLES ****/









