  /*
LAYOUT
*/

.nav--primary {
	margin:0;
}

.navigation {
	padding:0;
	width:100% !important;
}

.row[id="nav-row-1"], .row[id="nav-row-2"] {
    width: 100% !important;
}

.main {
	margin-left:0 !important;
	width:100% !important;
	font-size:14px;
}

.nav--secondary {
	display:block !important;
}

.nav--secondary > li {
	max-width:10000px !important;
}

.nav--secondary > li a {
	border:none !important;
	background:none !important;
	color:#6a6664 !important;
}

.nav--secondary > li a.selected {
	font-weight:bold !important;
}




.nb {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.nb:before {
    content: "";
}


.note__bd {
	font-style:normal;
}


/* COURSE SEARCH */

.refine-search {
	margin:0;
	max-width: 250px;
}


.search-results {
    margin-left: 250px;
    width: auto;
	float:none;
	padding-top:0;
}


.find-a-course {
    margin:0;
    padding: 10px 10px 42px;
}

.residency-tabs {
	margin-top:-40px;
	margin-left:250px;
}

.find-a-course .form-search {
	margin:10px;
	width:auto;
}


.search-total {
	padding:15px;
	font-size:0.9rem;
	margin-bottom:0 !important;
}

.options-bar {
	float:right;
	padding:15px;
}

.options-bar a {
	display:block;
	float: left;
    margin-left: 15px;
}

.btn.cross-filter {
    margin: 2px 1px 0 0;
    padding: 4px 7px;
	background-color:#9E9A97;
	 font-size: 0.9rem;
	 position:relative;
	 top:-1px;
}

.btn.cross-filter.first-in-set {
    margin-left: 2px;
	border-radius:3px 0 0 3px;
}

.btn.cross-filter.last-in-set {
    margin-right: 5px;
	border-radius:0 3px 3px 0;
}

.btn.cross-filter.first-in-set.last-in-set {
    margin-right: 5px;
	border-radius:3px 3px 3px 3px;
}

.btn.cross-filter:hover {
	background-color:#AAAAAA;
}


.btn.cross-filter:hover:after {
	content: "";
    display: inline-block;
    float: right;
    font-family: FontAwesome;
	font-size:0.8rem;
	margin:2px 0 0 4px;
	color:#FFFFFF;
}

@keyframes animated-ellipsis-1 { from { opacity: 0; } 25% { opacity: 1; } }
@keyframes animated-ellipsis-2 { from { opacity: 0; } 50% { opacity: 1; } }
@keyframes animated-ellipsis-3 { from { opacity: 0; } 75% { opacity: 1; } }
@-webkit-keyframes animated-ellipsis-1 { from { opacity: 0; } 25% { opacity: 1; } }
@-webkit-keyframes animated-ellipsis-2 { from { opacity: 0; } 50% { opacity: 1; } }
@-webkit-keyframes animated-ellipsis-3 { from { opacity: 0; } 75% { opacity: 1; } }

.animated-ellipsis span {
    animation: animated-ellipsis-1 0.5s infinite steps(1);
    -webkit-animation: animated-ellipsis-1 0.5s infinite steps(1);
}

.animated-ellipsis span:first-child + span {
    animation-name: animated-ellipsis-2;
    -webkit-animation-name: animated-ellipsis-2;
}

.animated-ellipsis span:first-child + span + span {
    animation-name: animated-ellipsis-3;
    -webkit-animation-name: animated-ellipsis-3;
}

@media (max-width: 1180px) {

.nav--secondary {
    display: block !important;
    margin-bottom: 20px;
    position: static;
}

.refine-search {
	margin:0;
	max-width: 2000px;
}


.search-results {
    margin-left: 0px;
    width: auto;
}

.residency-tabs {
	margin-left:20px;
}

}

@media (max-width: 640px) {
.residency-tabs {
	margin:0;
}
.options-bar {
	float:none;
}

}


@media (min-width: 640px) {
.nav li {
    display: inline-block;
}
}


.code {
	font-family:"Lucida Console", Monaco, monospace;
	color:#666;
}
.apply-css {
	font-family:"Lucida Console", Monaco, monospace;
	cursor:pointer;
	color:#00B3F0;
}
.apply-css:hover {
	text-decoration:underline;
}

.notes-box {
	background-color: #EEEEEE;
	padding: 20px;
	margin:20px 0;
}

.faded {
    color: #777;
}

input[type="text"], input[type="url"], input[type="tel"], input[type="email"], textarea, .cke, label, .custom-combobox {
	max-width:800px;
}

.cke {
	margin-bottom:16px !important;
}

.ui-datepicker-prev, .ui-datepicker-next {
	cursor:pointer;
}

.label-note {
	font-size:0.8em;
}

.ui-autocomplete {
	max-width:1000px;
}


.btn--swingreen {
    background-color: #689E2C;
}

.btn--swingreen:hover {
	background-color: #7FAD4Al;
}

fieldset.multi-item {
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #ddd;
    display: inline-block;
    padding: 20px;
}

.image-preview {
	margin-bottom:0.7em;
}

fieldset.multi-item .image-preview {
    height: auto;
    margin-bottom: 0.7em;
    width: 305px;
}

.multi-item-remove {
    color: #999 !important;
    float: right;
    font-size: 1.3em;
}

input[disabled], select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    background: none repeat scroll 0 0 #eee;
    opacity: 1;
}

.help {
    color: #888;
}