/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Template/Feature Customizations
*******************************************************************************
*******************************************************************************
**************************************************************************** */

#main-nav ul.navigation > li > a {
	min-width: 88.9px;
	padding: 4px 33px 6px;
}

#main-nav ul.navigation > li:last-child > a {
	padding-left: 36px;
	padding-right: 35px; 
}

#features {
	overflow: hidden;
	background-repeat: repeat;
	background-color: transparent;
	margin-top: 7px;
}

#features .feature {
	color: #fff;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: -300px;
	background-color: transparent;
	margin-top: 0px;
	margin-right: 7px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 300px;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Admission application
*******************************************************************************
*******************************************************************************
**************************************************************************** */

.condensed-form td {
	vertical-align: top;
}

.condensed-form input,
.condensed-form select {
	margin: 0px;
}

.condensed-form .number-single,
.condensed-form .number-double,
.condensed-form .number-space,
.condensed-form .cell-text {
	padding-top: 3px;
	font-weight: bold;
}

.condensed-form .number-single {
	padding-right: 18px;
}

.condensed-form .number-double {
	padding-right: 11px;
}

.condensed-form .number-space {
	padding-right: 25px;
}

.condensed-form .cell-text,
.condensed-form .cell-input {
	padding-right: 10px;
}

.condensed-form .cell-last {
	width: 100%;
}

.condensed-form .half-space {
	padding-right: 5px;
}

.condensed-form .half-space-delimiter {
	padding-right: 1px;
	padding-left: 1px;
	font-size: 12px;
}

.condensed-form.top-margin,
.condensed-form .top-margin {
	margin-top: 24px;
}

.condensed-form.half-top-margin,
.condensed-form .half-top-margin {
	margin-top: 12px;
}

.condensed-form .field_error_message {
	font-size: 10px;
	text-transform: uppercase;
}

.condensed-form div.small.gray-text {
	margin-top: 3px;
}

.condensed-form div.column-section {
	font-weight: bold;
	border-bottom: 1px solid black;
	text-transform: uppercase;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Find-a-school modal
*******************************************************************************
*******************************************************************************
**************************************************************************** */

.dialog-find-school .ui-button {
	width: auto;
}


#dialog-find-school {
	height: auto;
	min-height: 0;
	padding-bottom: 0px;
}

.dialog-new-major .ui-button {
	width: auto;
	display:inline;
	margin-right:5px;
}

#dialog-new-major {
	height: auto;
	min-height: 0;
	padding-bottom: 0px;
}

.dialog-major-overlay .ui-button {
	width: auto;
}

#dialog-major-overlay {
	height: auto;
	min-height: 0;
	padding-bottom: 0px;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Addthis share buttons
*******************************************************************************
*******************************************************************************
**************************************************************************** */

.addthis_button_facebook_like {
	margin-right:-10px;
}

.addthis_button_tweet {
	margin-right:5px;
}

.addthis_button_google_plusone {
	margin-right:5px;
}

.addthis_pill_style {
    overflow: hidden !important;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Drupal adventure-theme overrides
*******************************************************************************
*******************************************************************************
**************************************************************************** */
div.layout__region--second ul:not(.country-list) > li {
    list-style: none;
    padding: 0 0 .5em 1.5em;
    position: relative;
}

div.layout__region--second ul:not(.country-list) > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4em;
    height: 0.8em;
    width: 0.8em;
    border: 1px solid #f1be48;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
}

div.layout__region--second ul:not(.country-list), ol {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

div.layout__region--second ol {
    list-style: none;
}

div.layout__region--second ol > li {
    counter-increment: ol-counter;
    padding: 0 0 .5em 1.5em;
    position: relative;
}

div.layout__region--second ol > li::before {
    content: counter(ol-counter) ". ";
    color: #f1be48;
    font-weight: bold;
    position: absolute;
    left: 0;
}

div.layout__region--second table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    caption-side: top;
}

div.layout__region--second .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

div.layout__region--second table > caption {
    background: #c8102e;
    color: #f1be48;
    font-weight: 700;
    text-align: center;
    padding: 15px;
}

div.layout__region--second table > tbody > tr > td,
div.layout__region--second table > tbody > tr > th,
div.layout__region--second table > thead > tr > th {
    border-top: 0 none;
    border-right: 3px solid #ffffff;
    padding: 15px 8px;
    border-bottom-width: 0;
}

div.layout__region--second table > tbody > tr > td:last-of-type,
div.layout__region--second table > tbody > tr > th:last-of-type,
div.layout__region--second table > thead > tr > th:last-of-type {
    border-right: 0 none;
}

div.layout__region--second table > :not(caption) > * > * {
    background-image: none;
}
