/*
	Theme Name: Executive Pro
	Theme URI: http://my.studiopress.com/themes/executive/
	Description: Executive is designed with the understanding that your most important projects need to be front and center, strategically and expertly displayed.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.2.2

	Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: executive-pro
*/

/* Table of Contents
	- BND Font Import
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- BND Landing Page Form
		- Tables
		- Screen Reader Text
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Jetpack
		- BND Quicksearch & Featured Post Image
	- Skip Links
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Accessible Menu
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- BND Nav and Header
		- BND Breadcrumbs
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
		- BND Content Area
	- Sidebars
		- BND Sidebar
	- Footer Widgets
	- Site Footer
		- BND Footer
	- Theme Colors
		- Executive Pro Brown
		- Executive Pro Green
		- Executive Pro Orange
		- Executive Pro Purple
		- Executive Pro Red
		- Executive Pro Teal
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
*/

@font-face {
    font-family: glyphicons-halflings;
    src: url(./fonts/glyphicons-halflings-regular.ttf);
}

/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template, [hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active, a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/* Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}

/* Defaults
--------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
html {
    font-size: 62.5%; /* 10px browser default */
}

body {
    font-family: 'Roboto', 'Open Sans', sans-serif !important;
    font-weight: 400;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #222;
    color: #fff;
}

::selection {
    background-color: #222;
    color: #fff;
}

a {
    color: #64c9ea;
    text-decoration: none;
}

a img {
    margin-bottom: -4px;
}

a:focus,
a:hover {
    text-decoration: underline;
}

p {
    margin: 0 0 24px;
    padding: 0;
    /*color: #636363;
    font-size: 14px;*/
    color: #333;
    font-size: 16px;
    line-height: 1.5em;
}

li {
    font-size: 16px;
    line-height: 1.5em;
}

strong {
    font-weight: 700;
}

mark {
    background: #ddd;
    color: #000;
}

blockquote,
blockquote::before {
    color: #999;
}

blockquote {
    margin: 0;
    padding: 24px 40px;
}

blockquote::before {
    content: "\201C";
    display: block;
    font-size: 30px;
    font-size: 3rem;
    height: 0;
    left: -20px;
    position: relative;
    top: -10px;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}

cite {
    font-style: normal;
}

hr {
    border: 0;
    border-collapse: collapse;
    border-bottom: 1px solid #ddd;
    clear: left;
    margin: 0 0 40px;
    padding-top: 20px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6d6d6d; /*BND*/
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.25;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}

h1 {
    font-size: 28px;
    color: #00add4;
}

h2 {
    font-size: 24px;
    color: #636363;
}

h3 {
    font-size: 20px;
    color: #00add4;
}

h4 {
    font-size: 16px;
    color: #636363;
}

h5 {
    font-size: 16px;
    color: #007e98;
}

h6 {
    font-size: 16px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

select::-ms-expand {
    display: none;
}

.dp_form .select-parent,
.select-wrapper {
    position: relative;
}

.dp_form .select-parent::after,
.select-wrapper::after {
    width: auto;
    content: url("images/droparrow.png");
    color: rgb(120, 119, 120);
    background-color: rgb(255, 255, 255);
    top: 10px;
    pointer-events: none;
    position: absolute;
    right: 13px;
}

.select-wrapper select {
    border-radius: 0;
    height: 39px;
    box-shadow: none;
    background-color: #fff;
    color: #636363;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 7px 10px;
    font-size: 12px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

/* Gallery
--------------------------------------------- */

.gallery {
    overflow: hidden;
    margin-bottom: 28px;
}

.gallery-item {
    float: left;
    margin: 0;
    padding: 0 4px;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
    width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}

.gallery .gallery-item img {
    border: none;
    height: auto;
    margin: 0;
}

/* Forms
--------------------------------------------- */

input[type="email"],
input[type="tel"],
input[type="text"],
select,
textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #222;
    border-radius: 0;
    height: 39px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 14px;
    padding: 7px 10px; /*BND*/
    width: 100%;
}

textarea {
    height: auto;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
    background-color: #64c9ea;
    border: none;
    border-radius: 5px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 16px 20px;
    white-space: normal;
    width: auto;
}

button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus,
.entry-content .button:focus,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
    background-color: #6bd5f1;
    border: none;
    text-decoration: none;
}

button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
    padding: 8px 16px;
}

.button {
    border-radius: 5px;
    display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
    border-width: 0;
    color: #565656;
    cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
    display: none;
}

.post-password-form input[type="password"] {
    margin-bottom: 15px;
}

.home-cta a.button {
    display: inline-block;
    margin-top: -30px;
    text-align: center;
}

input::placeholder {
    color: #636363;
    opacity: 1;
}

input::-webkit-input-placeholder {
    color: #636363;
    opacity: 1;
}

input::-moz-placeholder {
    color: #636363;
    opacity: 1;
}

input::-ms-placeholder {
    color: #636363;
    opacity: 1;
}

/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

th,
td {
    text-align: left;
}

td {
    padding: 6px 0;
}

.bnd-table tr th {
    color: #00add4;
    line-height: 1.8;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 16px;
}

.bnd-table tr td {
    font-family: 'Roboto';
    font-weight: 700;
    color: #636363;
    font-size: 16px;
    border: 3px solid #fff;
    padding: 12px 10px;
    line-height: 1.4;
}

.bnd-table tbody > tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}

.bnd-table tbody > tr:nth-of-type(even) {
    background-color: #dcdcdc;
}

.bnd-table tr th:after {
    content: " ";
    display: block;
    background-image: url("images/dotted-border-t.png");
    background-repeat: no-repeat;
    height: 13px;
    max-width: 60%;
    min-width: 70px;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
    background: #fff;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #333;
    display: block;
    font-size: 1em;
    font-weight: bold;
    height: auto;
    padding: 15px 23px 14px;
    text-decoration: none;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.more-link {
    position: relative;
}

/* Structure and Layout
--------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
    margin: 0 auto;
    max-width: 1195px; /*BND*/
}

.site-container {
    margin: 0 auto;
    max-width: 1195px; /*BND*/
}

.site-inner {
    background-color: #fff;
    clear: both;
    margin: 0 auto;
    overflow: hidden;
    max-width: 1205px;
}

.page-school-form .site-container {
    max-width: 1225px;
}

.page-school-form .site-inner {
    max-width: 1130px;
    margin-bottom: 25px;
}

.executive-pro-home .site-inner {
    overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */
.content-sidebar .content {
    float: left;
}

.full-width-content .content {
    width: 100%;
}

.executive-pro-home .content {
    padding: 0;
}

.genesis-pro-portfolio .content {
    padding: 40px 30px 0;
}

/* Primary Sidebar */
.sidebar-content .sidebar-primary {
    float: left;
}

/* Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}

label {
    font-weight: normal;
}

/* Common Classes
--------------------------------------------- */
/*
		reusable common classes
*/
.pointer {
    cursor: pointer;
}

.display-none {
    display: none;
}

.display-block {
    display: block;
}

.display-in-block {
    display: inline-block;
}

/*Reusable paddings*/
.padding-0 {
    padding: 0px;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-25 {
    padding: 25px;
}

.pad-l-15 {
    padding-left: 15px;
}

.pad-rgt-10 {
    padding-right: 10px !important;
}

.pad-lr-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.pad-lr-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.pad-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.pad-lr-5 {
    padding-left: 5px;
    padding-right: 5px;
}

.n-pad-r {
    padding-right: 0;
}

.n-pad-l {
    padding-left: 0;
}

.n-p-lr {
    padding-right: 0;
    padding-left: 0;
}

/*Reusable bottom paddings*/
.bottom-pad-5 {
    padding-bottom: 5px;
}

.bottom-pad-10 {
    padding-bottom: 10px;
}

.bottom-pad-15 {
    padding-bottom: 15px;
}

.bottom-pad-20 {
    padding-bottom: 20px;
}

.bottom-pad-25 {
    padding-bottom: 25px;
}

.bottom-pad-30 {
    padding-bottom: 30px;
}

/*Reusable bottom margins*/
.bottom-margin-5 {
    margin-bottom: 5px;
}

.bottom-margin-10 {
    margin-bottom: 10px;
}

.bottom-margin-15 {
    margin-bottom: 15px;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.bottom-margin-25 {
    margin-bottom: 25px;
}

/*Reusable margins*/
.margin-0 {
    margin: 0px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-25 {
    margin: 25px;
}

.right-margin-5 {
    margin-right: 5px;
}

.right-margin-10 {
    margin-right: 10px;
}

.right-margin-15 {
    margin-right: 15px;
}

.right-margin-20 {
    margin-right: 20px;
}

.right-margin-25 {
    margin-right: 25px;
}

.top-margin-10 {
    margin-top: 10px;
}

.top-margin-15 {
    margin-top: 15px;
}

.top-margin-20 {
    margin-top: 20px;
}

/* Font Families */
.robotoMedium {
    font-family: 'Roboto';
    font-weight: 500;
}

.robotoRegular {
    font-family: 'Roboto';
    font-weight: 400;
}

.robotoBold {
    font-family: 'Roboto';
    font-weight: 700;
}

/* Font Color */
.fc-636363 {
    color: #636363;
}

.fc-007e98 {
    color: #007e98;
}

.fc-fff {
    color: #fff;
}

.fc-ef8400 {
    color: #ef8400;
}

/* BG Color */
.bg-ef8400 {
    background-color: #ef8400;
}

/* Text Align */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-dec-underline {
    text-decoration: underline;
}

.text-dec-none:hover,
.text-dec-none:focus,
.text-dec-none {
    text-decoration: none;
}

.overflow-hidden {
    overflow: hidden;
}

.clear-both {
    clear: both;
}

.font-italic {
    font-style: italic;
}

/* WordPress
--------------------------------------------- */

.avatar {
    border: 1px solid #fff;
    float: left;
}

.alignleft .avatar {
    margin-right: 24px;
}

.alignright .avatar {
    margin-left: 24px;
}

.search-form {
    overflow: hidden;
    position: relative;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.widget_search input[type="submit"]:focus {
    border-left: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
    padding: 13px 23px;
    right: 2px;
    top: 2px;
}

.search-form input[type="search"] {
    background: #fff url(images/icon-search.png) no-repeat right;
    background-size: 36px 16px;
    color: #888;
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
    padding: 16px;
    text-transform: uppercase;
    width: 100%;
}

.error404 .content .search-form {
    margin-bottom: 40px;
}

a.aligncenter img {
    display: block;
    margin: 0 auto;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
}

a.alignnone img,
img.alignnone {
    margin-bottom: 12px;
}

.alignleft {
    float: left;
    text-align: left;
}

.alignright {
    float: right;
    text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 12px 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
    margin: 0 0 24px 24px;
}

.entry-content .wp-caption-text {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    text-align: center;
}

.gallery-caption,
.entry-content .gallery-caption {
    margin: 0 0 10px;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
    background-color: #f5f5f5;
    box-shadow: 0 0 0 1px #fff inset;
    color: #777;
    font-size: 12px;
    font-size: 1.2rem;
    margin: -40px -60px 30px;
    padding: 20px;
}

.executive-pro-home .breadcrumb {
    margin: 0;
}

.archive-description,
.author-box {
    margin-bottom: 30px;
    padding: 30px;
}

.archive-description {
    padding: 16px 20px;
}

.author-box {
    background-color: #f5f5f5;
}

.author-box-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
}

.author-box p {
    font-size: 14px;
    margin: 0;
}

.author-box .avatar {
    margin-right: 24px;
}

/* Titles
--------------------------------------------- */

.entry-content > h1 {
    font-size: 28px;
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-weight: 500;
}

.sidebar .widget-title a {
    color: #333;
}

.footer-widgets .entry-title a:focus,
.footer-widgets .entry-title a:hover {
    color: #64c9ea;
    text-decoration: none;
}

.archive-title,
.widget-title,
.genesis-pro-portfolio .pro-portfolio.entry .entry-header .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    text-align: left;
    text-transform: uppercase;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
    font-size: 16px;
    font-size: 1.6rem;
}

.executive-pro-home .home-cta .widget-title {
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 6px;
    text-transform: none;
}

.executive-pro-home .home-cta .entry-title a,
.executive-pro-home .home-cta .widget-title,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
    color: #fff;
}

/* Widgets
--------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
    margin-bottom: 12px;
    padding: 0;
}

.featured-content .entry-title {
    font-size: 18px;
    font-size: 1.8rem;
}

.executive-pro-home .featured-content .entry {
    margin-bottom: 36px;
}

/* Plugins
--------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.enews-widget input[type="submit"] {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    text-transform: none;
    width: 100%;
}

.enews form + p {
    margin-top: 24px;
}

.sidebar .enews-widget {
    background-color: #222;
}

.sidebar .enews-widget .widget-title {
    color: #fff;
}

.sidebar .enews-widget {
    color: #ddd;
}

.after-entry .enews-widget input,
.sidebar .enews-widget input {
    background-color: #fff;
    color: #888;
}

.after-entry .enews-widget input[type="submit"],
.sidebar .enews-widget input[type="submit"] {
    background-color: #64c9ea;
    color: #fff;
}

.after-entry .enews-widget input:focus[type="submit"],
.after-entry .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"],
.sidebar .enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #333;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
    margin-bottom: 16px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
    margin: 0;
    padding: 0;
}

.content #genesis-responsive-slider {
    background: none;
    border: none;
    padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
    background-color: #222;
    filter: alpha(opacity=100);
    height: 100%;
    margin: 0;
    padding: 4% 5.5%;
    opacity: 1;
}

.content .genesis_responsive_slider .slide-excerpt-border {
    border: none;
    margin: 0;
    padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
    color: #fff;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.content .genesis_responsive_slider p {
    color: #ddd;
}

.content .genesis_responsive_slider p a {
    display: block;
    margin-top: 20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
    background: url(images/icon-direction-nav.png) no-repeat -50px 0;
    background-size: 100px 98px;
    height: 49px;
    right: -20px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:focus,
.content .genesis_responsive_slider .flex-direction-nav li a:hover {
    background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
    background-position: 0 0;
    left: -20px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:focus.prev,
.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
    background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav {
    margin: -50px 0 0 0;
    padding-left: 60px;
    text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li {
    margin: 0 0 0 5px;
    padding: 0;
}

.content .genesis_responsive_slider .flex-control-nav li a {
    background: url(images/icon-control-nav.png) no-repeat 0 0;
    background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:focus,
.content .genesis_responsive_slider .flex-control-nav li a:hover {
    background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
    background-position: 0 -26px;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
    display: none;
}

/* Featured Post Image
----------------------------------------------------- */
.featured-post-image img {
    width: 100%;
    max-height: 253px;
    min-height: 252px;
}

.featured-post-text {
    position: absolute;
    bottom: 10%;
    left: 35px;
    width: 50%;
    font-size: 37px;
    line-height: 1;
    color: #fff;
}

.home-caption-text p {
    font-size: 20px;
    color: #fff;
    font-style: italic;
    margin: 12px 0 24px;
}

.featured-post-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 20px;
}

/*// 30px gutter*/
.gutter-30.row {
    margin-right: -15px;
    margin-left: -15px;
}

.gutter-30 > [class^="col-"], .gutter-30 > [class^=" col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

/*// 20px gutter*/
.gutter-20.row {
    margin-right: -10px;
    margin-left: -10px;
}

.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

/*// 10px gutter*/
.gutter-10.row {
    margin-right: -5px;
    margin-left: -5px;
}

.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

/*// 0px gutter*/
.gutter-0.row {
    margin-right: 0;
    margin-left: 0;
}

.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

.multiselect.btn-default,
.multiselect.btn-default.active,
.multiselect.btn-default:active,
.multiselect.btn-default:focus,
.open > .multiselect.dropdown-toggle.btn-default,
.open > .multiselect.dropdown-toggle.btn-default:focus,
.open > .multiselect.dropdown-toggle.btn-default:hover,
.multiselect.btn-default:active:hover,
.multiselect.btn-default:hover {
    background-color: #fff;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 12px;
    color: #636363;
    border: 1px solid #ccc;
    box-shadow: none;
}

.btn-group > .multiselect.btn {
    float: none;
}

.multiselect-container > li > a > label > input[type=checkbox] {
    height: auto;
    margin-top: 1px;
}

.multiselect-container > li > a > label {
    padding: 3px 10px 3px 30px;
    font-size: 12px;
    color: #636363;
}

.multiselect-container.dropdown-menu > .active > a,
.multiselect-container.dropdown-menu > .active > a:focus,
.multiselect-container.dropdown-menu > .active > a:hover {
    background-color: #fff;
}

/* Skip Links
--------------------------------------------*/

.genesis-skip-link {
    margin: 0;
}

.genesis-skip-link li {
    height: 0;
    width: 0;
    list-style: none;
}

/* Site Header
----------------------------------------------- */

.site-header {
    margin: 0 auto;
    width: 100%;
    max-width: 1205px;
}

/* Title Area
--------------------------------------------- */

.title-area {
    font-weight: 700;
    float: left;
    width: 320px;
}

.site-title {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1.25;
    margin: 0 0 5px;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
    color: #222;
    display: block;
    padding: 28px 0 0;
    text-decoration: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
    width: 100%;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
    display: block;
    text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
    background-size: contain !important;
    float: left;
    margin: 0;
    max-width: 402px;
    min-height: 100px;
    padding: 0;
    width: 100%;
}

/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    width: 820px;
}

.site-header .widget {
    padding: 28px 0 0;
}

.site-header .search-form {
    float: right;
    margin-top: 24px;
    width: 50%;
}

/* Site Navigation
--------------------------------------------- */

.genesis-nav-menu {
    clear: both;
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding: 0;
    width: 100%;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    margin: 0;
    padding: 0;
    text-align: left;
    z-index: 1;
}

.genesis-nav-menu a {
    color: #007e98; /*BND*/
    display: block;
    padding: 16px 20px;
    position: relative;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu li:focus,
.genesis-nav-menu li:hover,
.genesis-nav-menu li:focus a,
.genesis-nav-menu li:hover a,
.genesis-nav-menu .current-menu-item > a:focus,
.genesis-nav-menu .current-menu-item > a:hover {
    background-color: #007e98; /*BND*/
    color: #fff; /*BND*/
    text-decoration: none;
}

.genesis-nav-menu .sub-menu {
    left: -9999px;
    line-height: 1;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 148px;
    z-index: 999;
}

.genesis-nav-menu .sub-menu a {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    border-top: none;
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 18px;
    position: relative;
    width: 148px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover {
    background-color: #f5f5f5;
    color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -37px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu > .first > a {
    padding-left: 0;
}

.genesis-nav-menu > .last > a {
    padding-right: 0;
}

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 16px 20px;
}

.genesis-nav-menu > .right > a {
    display: inline;
    padding: 0;
}

/*add max-width for inner menu (we just want the outer menu to be full-width and blue) - BND*/
.menu-primary {
    max-width: 1205px; /*BND*/
    text-align: center;
}

/* Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
    position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
    left: auto;
    opacity: 1;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
    padding: 0;
}

.site-header .sub-menu {
    border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
    margin-top: -38px;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu a:focus,
.nav-secondary .genesis-nav-menu a:hover,
.nav-secondary .genesis-nav-menu li.current-menu-item a:focus,
.nav-secondary .genesis-nav-menu li.current-menu-item a:hover,
.nav-secondary .genesis-nav-menu li:focus,
.nav-secondary .genesis-nav-menu li:hover {
    background-color: transparent;
    color: #666;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a {
    background-color: transparent;
    color: #64c9ea;
}

/* BND Nav and Header
--------------------------------------------- */
.top-nav-outer {
    width: auto;
}

.top-nav-bottom {
    width: 100%;
    height: 25px;
}

.social-nav-area {
    float: right;
}

.site-header .genesis-nav-menu a {
    padding: 10px 14px 18px;
}

.social-nav-area button {
    padding: 0;
    margin: 0;
}

/*Dash Icon overrides*/
.dashicons, .dashicons-before:before {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 30px;
    vertical-align: initial;
}

/*Social Menu*/
.social-nav-area .nav-social .genesis-nav-menu a {
    color: #007e98;
    text-transform: uppercase;
}

/*Primary Menu*/
.nav-primary .genesis-nav-menu a, .nav-mega_menu .genesis-nav-menu a {
    color: #007e98;
    text-transform: uppercase;
}

.main-nav {
    margin-top: 15px;
}

/*Footer Menu*/
.nav-secondary .genesis-nav-menu a {
    color: #007e98;
    text-transform: uppercase;
    padding: 20px 5px 15px;
}

.social-nav-area .social-inner {
    float: left;
}

.scroll-to-top {
    cursor: pointer;
    float: left;
}

/*Mobile Primary Menu*/
.main-mobile-nav {
    display: none;
}

.site-header .mega-menu {
    width: auto !important;
    display: flex !important;
    display: -webkit-flex !important;
    -webkit-justify-content: center !important;
    justify-content: space-between !important;
    max-width: 90% !important;
    margin: 0 auto !important;
}

#mega-menu-wrap-mega_menu {
    background-color: inherit !important;
}

#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: #fff !important;
    color: #007e98 !important;
}

#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link:focus {
    background: #007e97 !important;
    color: #fff !important;
    border-color: #fff;
}

.mega-menu-item-type-custom .mega-menu-item-object-custom .mega-menu-item a.mega-menu-link:hover {
    text-decoration: underline !important;
}

/*inside mega menu*/
li.mega-mega-title a {
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
}

#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    margin: 15px 15px 15px 15px !important;
    border-left: 2px solid #808080 !important;
    padding: 0 0 10px 10px !important;
}

li.mega-mega-title > a {
    color: #fff !important;
    background-image: url("images/mm-dots.png") !important;
    background-repeat: no-repeat !important;
    background-position: bottom left !important;
    padding-bottom: 10px !important;
    font-size: 14px !important;
    text-transform: none !important;
    font-family: 'Roboto' !important;
    font-weight: 500 !important;
    font-weight: normal !important;
    padding-top: 5px !important;
}

/*get rid of arrows*/
#mega-menu-wrap-mega_menu #mega-menu-mega_menu li.mega-menu-flyout.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-mega_menu #mega-menu-mega_menu li.mega-menu-flyout li.mega-menu-item-has-children > a.mega-menu-link:after, #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item-has-children > a.mega-menu-link:after {
    /*content: '\f140';*/
    content: none;
    display: none !important;
    font-family: dashicons;
    margin: 0 !important;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    color: inherit;
}

li.mobile-menu-title > a {
    background-image: url("images/mm-dots.png") !important;
    background-repeat: no-repeat !important;
    padding-top: 20px !important;
}

/*BND Breadcrumbs*/
.breadcrumbs-bnd {
    margin-left: 35px;
}

.breadcrumb-item {
    background-color: #f1f1f1;
    height: 31px;
    float: left;
    padding: 5px;
}

.breadcrumb-item a {
    color: #007e98;
    font-family: 'Roboto';
    font-weight: 500;
}

.breadcrumb-last-item {
    height: 31px;
    float: left;
    padding: 5px;
    font-family: 'Roboto';
    font-weight: 500;
}

.breadcrumb-middle {
    background: url(images/breadcrumb-middle.png) no-repeat;
    height: 31px;
    width: 20px;
    float: left;
}

.breadcrumb-end {
    background: url(images/breadcrumb-end.png) no-repeat;
    height: 31px;
    width: 20px;
    float: left;
}

/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle,
.home-top {
    background-color: #fff;
    clear: both;
    overflow: hidden;
    padding: 60px 30px 0;
}

.home-middle .widget,
.home-top .widget {
    float: left;
    padding: 0 2.8%;
    width: 33.33333333333%;
}

.home-middle .widget:nth-of-type(3n+1),
.home-top .widget:nth-of-type(3n+1) {
    clear: left;
}

.executive-pro-home a.more-link {
    clear: both;
    display: block;
    margin: 30px 0 0;
}

.executive-pro-home .home-cta {
    background-color: #222;
    color: #ddd;
    float: left;
    padding: 60px;
    width: 100%
}

.executive-pro-home .home-cta p {
    color: #ddd;
}

/* Portfolio
--------------------------------------------- */

.genesis-pro-portfolio .content .entry.pro-portfolio {
    margin-bottom: 0;
}

/* Entries
--------------------------------------------- */

.executive-pro-portfolio .entry,
.single-portfolio .entry {
    margin-bottom: 20px;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
    margin-bottom: 25px;
}

.entry-content ol.no-margin-bottom,
.entry-content p.no-margin-bottom,
.entry-content ul.no-margin-bottom,
.quote-caption .no-margin-bottom {
    margin-bottom: 0px;
}

.entry-content ol > li {
    list-style-type: decimal;
    font-family: 'Roboto';
    margin-bottom: 5px;
}

.entry-content ul > li {
    list-style-type: disc;
    font-family: 'Roboto';
    margin-bottom: 5px;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
    margin-bottom: 0;
}

.entry-content a:hover,
.entry-content a:focus {
    color: #c54c02;
}

.entry-content a {
    color: #ef8400;
    cursor: pointer;
}

.content .entry-header .entry-meta {
    background-color: #f8f8f8;
    clear: both;
    color: #777;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 24px -60px;
    max-width: 600px;
    overflow: hidden;
    padding-left: 60px;
    text-transform: uppercase;
}

.content .entry-header .entry-meta a {
    color: #777;
    font-weight: 700;
}

.content .entry-header .entry-meta {
    margin-bottom: 24px;
}

.content .entry-header .entry-meta .entry-comments-link {
    background-color: #64c9ea;
    color: #fff;
    float: right;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0 20px;
    position: relative;
    text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a::before {
    color: #fff;
    content: "\f101";
    font-family: "Dashicons";
    font-size: 18px;
    font-size: 1.8rem;
    left: 25px;
    line-height: 1;
    position: absolute;
    top: 23px;
}

.content .entry-header .entry-meta .entry-comments-link a:focus::before,
.content .entry-header .entry-meta .entry-comments-link a:hover::before {
    text-decoration: none;
}

.content .entry-header .entry-meta .entry-comments-link a {
    color: #fff;
    padding-left: 32px;
}

.entry-footer .entry-meta {
    border-top: 1px dotted #ddd;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    padding-top: 10px;
}

.entry-footer .entry-tags {
    background: url(images/icon-dot.png) no-repeat left;
    margin-left: 4px;
    padding-left: 10px;
}

/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #f5f5f5;
    margin-bottom: 30px;
    padding: 30px;
    text-align: center;
}

.after-entry .widget {
    margin-bottom: 30px;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
    margin: 0;
}

.after-entry li {
    list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 30px 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #64c9ea;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 4px;
    padding: 8px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #6bd5f1;
    text-decoration: none;
}

/* BND Sidebar
--------------------------------------------- */

.sidebar-primary {
    border-left: solid 3px #d0d0d0;
    background-color: inherit;
    /*	max-width: 330px;*/
}

.list-seperator-blue,
.list-seperator {
    background-image: url("images/dotted-border-t.png");
    background-position: bottom left;
    height: 10px;
    width: 100%;
    float: left;
    margin: 15px 0;
}

.list-seperator-blue {
    background-image: url("images/dotted-border-blue-trans.png");
}

/*last side nav*/
.side-nav:last-child {
    padding-top: 20px;
    background: none;
}

.side-nav .title-dark,
.side-nav .title-light {
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #007e98;
    line-height: 1.2;
}

.side-nav .title-grey {
    margin-top: 5px;
    color: #636363;
}

.side-nav .title-dark {
    font-size: 28px;
}

.title-small {
    font-size: 13px;
    font-family: 'Roboto';
    font-weight: 700;
}

.side-nav h3, .side-nav h4 {
    text-transform: uppercase;
}

.side-nav ul {
    margin-top: 5px;
    padding-left: 30px;
}

.side-nav .select-wrapper {
    max-width: 200px;
    padding-left: 17px;
}

.side-nav select {
    border: 2px solid #d0d0d0;
    font-size: 16px;
}

.side-nav ul:not(.specialty-ul) li:nth-child(n+4) {
    display: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 40px;
    overflow: hidden;
}

.entry-comments .comment-author {
    font-weight: 700;
    margin: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%
}

.comment-respond label {
    display: block;
    margin-right: 12px;
}

.comment-list li,
.ping-list li {
    list-style-type: none;
    margin: 30px;
    overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
    margin: 30px 0;
}

.comment-list li li {
    margin-right: -1px;
}

.comment {
    border-right: none;
}

.comment-header,
.ping-list .comment-meta {
    background-color: #222;
    color: #fff;
    float: left;
    font-weight: 700;
    padding: 30px;
    width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
    display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    color: #bbb;
}

.comment-content {
    clear: both;
    padding: 48px;
}

.comment-content p,
.comment-header p.comment-meta {
    margin: 0;
}

.comment .avatar {
    margin-right: 10px;
}

.alt,
.even {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.comment-reply {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 48px 48px;
}

.entry-pings .reply {
    display: none;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

/* BND CONTENT AREA
----------------------------------------- */
.bnd-content {
    padding-left: 35px; /* removed important */
    margin-top: 30px;
}

/* Widgets
------------------------------------------- */

.widget {
    word-wrap: break-word;
}

.widget li {
    list-style-type: none;
    margin-bottom: 6px;
    margin-top: 6px;
    text-align: left;
}

.widget ol > li {
    background-image: none;
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 20px;
    text-indent: -20px;
}

.widget ul > li {
    text-indent: 0;
}

.widget ul > li {
    list-style-position: outside;
    padding: 0 0 0 16px;
}

.widget ol > li:last-child,
.widget ul > li:last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.widget_calendar caption {
    font-size: 12px;
    font-size: 1.2rem;
    font-style: italic;
    padding: 2px 6px 0 0;
    text-align: right;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
    box-shadow: 0 0 0 1px #fff inset;
    display: inline;
    padding: 0 0 30px 25px;
}

.sidebar p {
    margin-bottom: 16px;
}

.sidebar li a {
    font-family: 'Roboto';
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.sidebar .widget {
    margin-bottom: 0;
    padding: 0 40px 30px;
    word-wrap: break-word;
}

.sidebar .search-form {
    width: 100%;
}

/* Sidebars Ends
---------------------------------------------------------------------------------------------------- */

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #222;
    color: #c8c8c8;
    clear: both;
    font-size: 14px;
    font-size: 1.4rem;
}

.footer-widgets .wrap {
    overflow: hidden;
    padding: 60px 30px 30px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    padding: 0 2.8%;
    width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}

.footer-widgets .widget {
    margin-bottom: 30px;
    word-wrap: break-word;
}

.footer-widgets a:focus {
    color: currentColor;
}

.footer-widgets li {
    background: url(images/icon-li-footer.png) no-repeat 0 7px;
    background-size: 8px 8px;
}

.footer-widgets .search-form {
    width: 100%;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    padding: 0 0 20px;
    text-align: center;
    border-top: 2px solid #d0d0d0;
    margin-top: 15px;
    max-width: 1195px;
    margin: 0 auto;
}

.social-inner {
    max-width: 1195px;
    margin: 0 auto;
    padding-bottom: 15px;
}

.site-footer .copyright,
.site-footer .copyright a {
    color: #636363;
}

.site-footer p {
    margin: 0;
}

/*BND Footer*/
.pre-footer {
    padding-left: 35px;
}

.pre-footer span {
    vertical-align: bottom;
    text-transform: uppercase;
    font-size: 12px;
    color: #636363;
    margin-right: 3px;
    font-weight: 600;
}

.pre-footer img {
    margin-bottom: 3px;
    margin-right: 22px;
}

/* content header css */
header.entry-header {
    display: none;
}

.entry-content #dpsp-content-bottom,
.entry-content #dpsp-content-top {
    width: 180px;
    margin: 15px auto;
}

/* content header css */

.hide-social-icon #dpsp-content-top,
.hide-social-icon #dpsp-content-bottom,
.page-search-results #dpsp-content-bottom,
.page-search-results #dpsp-content-top,
.page-type-resource #dpsp-content-top,
.page-coreg-thankyou #dpsp-content-top,
.page-type-article #dpsp-content-top,
.featured-school .entry-content #dpsp-content-top {
    display: none;
}

/***************************** Scholarship Form CSS *****************/
.scholarship-form {
    overflow: hidden;
    border: 1px solid #00acd6;
    width: 100%;
    max-width: 710px;
}

.applyHeader {
    padding: 5px 15px;
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: 500;
    color: #fff;
    background: #00acd6;
    box-shadow: 0px 0px 10px 2px #009dc4 inset;
}

.scholarship-form textarea {
    height: 150px;
    overflow: hidden;
}

.scholarship-form label {
    font-family: 'Roboto';
    font-weight: 500;
    color: #636363;
    font-size: 16px;
    margin-top: 18px;
}

.scholarship-form .sub-text {
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 5px;
    font-family: 'Roboto';
    font-weight: 500;
}

.scholarship-submit {
    text-align: right;
    padding: 20px 0 30px;
}

.scholarship-submit input:focus,
.scholarship-submit input:active,
.scholarship-submit input:hover,
.scholarship-submit input {
    background-color: #ef8400;
    color: #fff;
    border-radius: 0;
    font-size: 28px;
    font-family: 'Roboto';
    font-weight: 500;
    padding: 5px 10px;
    width: 100%;
    max-width: 165px;
}

.scholarship-form p {
    margin-bottom: 0;
}

.scholarship-form .terms-conditions {
    font-size: 10px;
    margin-top: 46px;
    font-style: italic;
}

.next-deadline p,
.next-deadline {
    font-size: 22px;
    color: #007e98;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0;
}

.next-deadline .list-seperator {
    margin: 5px 0;
    max-width: 200px;
    float: none;
}

.next-deadline + p {
    display: none;
}

div.wpcf7-validation-errors {
    display: none !important;
}

.scholarship-form .terms-conditions .wpcf7-checkbox.wpcf7-not-valid {
    padding: 5px 5px 0 0;
}

/***************************** EndScholarship Form CSS *****************/
/***************************** Home Page CSS *****************/
.home-banner-caption.featured-post-text {
    font-size: 44px;
    max-width: 1640px;
    left: 0;
    width: 100%;
    bottom: 6%;
}

.home-banner-caption.featured-post-text .home-caption-inner {
    max-width: 1195px;
    margin: 0 auto;
    padding-left: 25px;
}

.home-banner-caption.featured-post-text .home-caption-inner .home-caption-text {
    max-width: 530px;
}

.page-type-home .site-footer,
.page-type-home .social-inner {
    width: 95%;
}

.page-type-home .site-inner {
    max-width: 100%;
    margin-top: -80px;
}

.page-type-home .site-container {
    max-width: 100%;
}

.page-type-home .site-header {
    max-width: 1640px;
}

.home-menu-wrapper {
    max-width: 1205px;
    margin: 0 auto;
}

.home-page-banner {
    border-top: solid 2px #d0d0d0;
    position: relative;
}

.page-type-home .welcome-title {
    padding: 20px 20px 25px;
    font-size: 28px;
    margin-top: 80px;
}

.welcome-content {
    padding-left: 20px;
}

.page-type-home #quick_search {
    max-width: 380px;
    padding: 15px 24px 20px;
}

.page-type-home .quicksearch .qs-title {
    padding: 0 0 5px;
}

.page-type-home .quicksearch input, .page-type-home .quicksearch select, .page-type-home .quicksearch button {
    max-width: 100%;
}

.page-type-home .quicksearch input[type="submit"] {
    margin-top: 10px;
}

.home-page-degree-offer-section {
    clear: both;
    padding-top: 40px;
}

.degree-header > div {
    margin-bottom: 5px;
    margin-top: 15px;
    padding-top: 5px;
    font-size: 28px;
    color: #007e98;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.1;
}

.degree-header > div a:focus,
.degree-header > div a:hover,
.degree-header > div a {
    font-size: 28px;
    color: #007e98;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: 1.1;
}

.fSmall {
    font-size: 18px;
}

.degree-header .list-seperator {
    max-width: 200px;
    float: none;
}

.page-type-home .card-img-top {
    border: 1px solid #d0d0d0;
    max-height: 235px;
}

.page-type-home .card-text li a:hover,
.page-type-home .card-text li a {
    color: #06b7e1;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
}

.page-type-home .card-text ul {
    padding-left: 0;
    padding-bottom: 5px;
}

.page-type-home .card-text li {
    list-style-type: none;
}

.page-type-home .card-body {
    border-left: 3px solid #d0d0d0;
    padding-left: 15px;
}

.homepage-latest-article-section .degree-header .list-seperator {
    margin-bottom: 0;
}

.home-nursing-resources .img-top {
    border: 2px solid #f1f1f1;
    width: 100%;
}

.home-nursing-resources .title-text {
    padding: 10px 0;
}

.home-nursing-resources .title-text span {
    font-size: 18px;
    color: #06b7e1;
}

.home-bottom-content {
    clear: both;
    padding: 20px 15px 0;
}

.home-scholarship-wrapper {
    clear: both;
    height: 250px;
    width: 100%;
    max-width: 1650px;
    background-image: url(images/scholarship-bg.jpg);
    margin: 0 auto 25px;
}
.nurses-add-section img.img-responsive{
	margin: 0 auto;
}
.nurses-add-section{
	width: 1220px;
  max-width: 95%;
  margin: 0 auto;
  clear: both;
}
.home-scholarship-wrapper .scholarship-cont {
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}

.home-scholarship-wrapper .sch-content-1 {
    font-size: 44px;
    padding: 30px 0 20px;
    line-height: 1;
}

.home-scholarship-wrapper .sch-content-2 {
    font-size: 22px;
    font-style: italic;
    padding-bottom: 20px;
}

.home-scholarship-wrapper .sch-content-3 a {
    color: #fff;
    background-color: #06b7e1;
    font-size: 22px;
    max-width: 230px;
    padding: 10px 15px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.page-type-home .home-bottom-content,
.page-type-home .homepage-latest-article-section,
.page-type-home .home-page-degree-offer-section,
.page-type-home .home-top-form-wrap {
    max-width: 1205px;
    margin: 0 auto;
}

.home-page-trustfactor-section {
    background-color: #f1f1f1;
    padding: 17px;
    margin: 10px 0 40px;
}

.trustfactor-section {
    max-width: 930px;
    margin: 0 auto;
    text-align: center;
}

.home-page-trustfactor-section .ttf-text {
    vertical-align: bottom;
    padding-right: 15px;
}

.home-page-trustfactor-section img {
    max-width: 76px;
    border: 2px solid #fff;
}
.trustfactor-block {
    width: 20%;
    float: left;
}
.home-latest-faq .panel-default > .panel-heading {
    border: none;
    box-shadow: none;
    padding: 0px 0 0px 15px;
    background-color: #f1f1f1;
    border-left: 3px solid #05bae4;
}

.home-latest-faq .panel-group .panel {
    border: none;
    border-radius: 0;
}

.home-latest-faq .panel-title > a.title:hover,
.home-latest-faq .panel-title > a.title:visited,
.home-latest-faq .panel-title > a.title {
    font-size: 16px;
    color: #636363;
    font-family: 'Roboto';
    font-weight: 700;
    text-decoration: none;
    line-height: normal;
    vertical-align: middle;
    width: calc(100% - 35px);
}

.home-latest-faq .panel-title {
    height: 75px;
    line-height: 75px;
}

.home-latest-faq .panel-group {
    margin-bottom: 10px;
}

/*.panel-heading .accordion-toggle:after {
	float: right;
	content: " ";
	height: 25px;
	width: 25px;
	background-image: url("images/accordion-toggle.png");
	margin-top: 25px;
	margin-right: 10px;
}*/
.home-page-carousel-section .carousel-caption {
    background-color: #636363;
    padding: 50px 10px;
    min-height: 200px;
    font-size: 18px;
    font-style: italic;
    color: #fff;
    position: static;
    max-width: 740px;
    margin: 0 auto;
    width: 90%;
}

.home-page-carousel-section .carousel-caption .author {
    font-family: 'Roboto';
    font-weight: 400;
    color: #d0d0d0;
    font-size: 16px;
    text-align: right;
    margin-right: 50px;
}

.home-page-carousel-section {
    margin-top: 25px;
    background: #f1f1f1;
    padding: 23px 0;
}

.home-page-carousel-section .carousel-control.right,
.home-page-carousel-section .carousel-control.left {
    background: none;
}

.home-page-carousel-section .glyphicon-chevron-left:before,
.home-page-carousel-section .glyphicon-chevron-right:before {
    display: none;
}

.home-page-carousel-section .quotes-left {
    position: absolute;
    top: 0;
    margin-left: -45px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 50px;
    background: #007e98;
    line-height: 1.2;
    padding: 5px;
    text-align: left;
    width: 43px;
    height: 40px;
    margin-top: 15px;
}

.home-page-carousel-section .quotes-right {
    float: right;
    margin-right: -20px;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 50px;
    background: #007e98;
    line-height: 1.2;
    padding: 5px;
    text-align: left;
    width: 43px;
    height: 40px;
    margin-bottom: 10px;
}

.page-type-home .read-less {
    text-decoration: underline;
    display: none;
}

.page-type-home #carousel-example-generic {
    max-width: 740px;
    margin: 0 auto;
}

.carousel-control .glyphicon-chevron-left {
    left: 0;
}

.carousel-control .glyphicon-chevron-right {
    right: 0;
}

.carousel-control .glyphicon-chevron-left img.hidden-xs,
.carousel-control .glyphicon-chevron-right img.hidden-xs {
    width: 99%;
}

/*.panel-heading .accordion-toggle:after {
	font-family: 'glyphicons-halflings';
  content: "\e114";
  float: right;
  color: #05bae4;
  font-weight: 100;
  border: 1px solid #05bae4;
  border-radius: 15px;
  padding: 5px;
}
.panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}*/

.img-contain-div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    max-width: 345px;
}

/***************************** End Home Page CSS *****************/
/**********************State landing page salary section CSS **************/
.salary-section-header {
    background-image: url("images/state-bg.png");
    color: #fff;
}

.sal-top-header-text {
    font-size: 36px;
}

.sal-bottom-header-text {
    font-size: 46px;
}

.state-name {
    color: #006d89;
}

.salary-title {
    margin-bottom: 15px;
}

.state-salary {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 1;
}

.salary-section-header .list-seperator {
    margin: 0 0 0 15px;
    max-width: 500px;
    float: none;
    width: 90%;
}

/******************** End State landing page salary section CSS ***********/

label.state {
    font-weight: 900;
    margin: 0;
    padding: 0;
    color: #007e98;
}

.salary {
    margin-bottom: 10px;
    padding: 0;
    color: #636363;
    font-weight: 700;
    font-size: 24px;
}

img.crop-tablet {
    object-fit: cover;
}

.internal.br1 {
    clear: both;
}

/********* scholarship Form validation customization *********/
span.wpcf7-not-valid-tip {
    font-family: 'Roboto';
    font-weight: 500 !important;
    color: #464646 !important;
    text-transform: uppercase;
    font-size: 14px !important;
}

.validation-border,
.wpcf7-not-valid {
    border: 2px solid #fe6000 !important;
}

/********* End Scholarship Form validation customization *********/
/********* Custom Read More block *********/
.read-more-content {
    height: auto;
    overflow: auto;
}

div.read-more-button {
    display: none;
}
/********* EndCustom Read More block *********/
/********* Custom Table styling in accordion *********/
.more-less{
  float: right;
  font-size: 55px;
  color: #ef8400;
  font-weight: bold;
  line-height: .5;
  font-family: 'Roboto';
}
table.bnd-custom-table{
  margin-bottom: 5px;
}
.bnd-panel{
  margin-bottom: 10px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.bnd-panel .panel-heading{
    border: 1px solid #7f7f7f;
    border-radius: 0;
}
.bnd-panel .panel-heading h2{
  margin-bottom: 0;
  color: #fff;
}
.bnd-panel .panel-body{
    padding: 5px 5px;
    border: #7f7f7f solid 1px;
    border-top-color: #fff;
}
.panel.bnd-panel + p{
    display: none;
}
.bnd-panel .panel-title a{
  text-decoration: none;
}
.bnd-panel .panel-title-text{
  margin-bottom: 0;
  color: #007e98;
  font-size: 24px;
  font-family: 'Roboto';
  line-height: 1.25;
  font-weight: 600;
  display: block;
  width: 97%;
}
.bnd-panel .panel-title > a{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
  align-items: center;
}
/********* End Custom Table styling in accordion *********/
/********* Start State Page Accordion Styles *********/
.accordion-dollar-signs .bnd-panel .panel-heading{
    min-height: 50px;
}
.accordion-dollar-signs .bnd-panel .panel-title > a{
    justify-content: space-between;
    display: table;
    width: 100%;
}
.accordion-dollar-signs .bnd-panel .panel-title-text{
    width: auto;
    padding-right: 40px;
    max-width: 50%;
    display: table-cell;
    vertical-align: middle;
}

.accordion-dollar-signs .panel-heading .campus-heading-right-align{
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    text-align: right;
}
.accordion-dollar-signs .panel-heading .campus-location{
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    max-width: 200px;
    font-weight: 700;
    color: #7f7f7f;
    text-align: left;
    float: left;
}
.accordion-dollar-signs .panel-heading .blue-dollar-sign{
    width: 15px;
    height: 28px;
    background-image: url(/wp-content/themes/executive-pro/images/blue-dollar-sign.png);
    display: inline-block;
    vertical-align: middle;
}
.accordion-dollar-signs .panel-heading .orange-dollar-sign{
    width: 15px;
    height: 28px;
    background-image: url(/wp-content/themes/executive-pro/images/orange-dollar-sign.png);
    display: inline-block;
    vertical-align: middle;
}
.accordion-dollar-signs .bnd-panel .panel-heading .more-less{
    margin-left: 20px;
}
/********* End State Page Accordion Styles *********/
/********* NNW form results display *********/
.nomination-content{
	margin: 0 5px 5px;
  border: 1px solid #007e98;
  border-top: 0;
}
.nomination-title{
	background-color: #007e98;
	padding: 10px 15px;
}
.nomination-title span{
	font-family: 'Roboto';
  line-height: 1.25;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
}
.message-3,
.message-1{
  font-weight: 500;
  font-size: 16px;
  padding-top:10px;
}
.message-2{
	font-size: 16px;
    word-wrap: break-word;
}
/********* End NNW form results display *********/
/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {

    .search-form input[type="search"] {
        background-image: url(images/icon-search@2x.png);
    }

    .footer-widgets li {
        background-image: url(images/icon-li-footer@2x.png);
    }

    .content #genesis-responsive-slider .flex-direction-nav li a {
        background-image: url(images/icon-direction-nav@2x.png);
    }

    .content #genesis-responsive-slider .flex-control-nav li a {
        background-image: url(images/icon-control-nav@2x.png);
    }

    .genesis-nav-menu > .rss > a {
        background-image: url(images/icon-rss@2x.png);
    }

    .genesis-nav-menu > .twitter > a {
        background-image: url(images/icon-twitter-nav@2x.png);
    }

}

@media only screen and (max-width: 1200px) {
    .multiselect.btn-default, .multiselect.btn-default.active, .multiselect.btn-default:active, .multiselect.btn-default:focus, .open > .multiselect.dropdown-toggle.btn-default, .open > .multiselect.dropdown-toggle.btn-default:focus, .open > .multiselect.dropdown-toggle.btn-default:hover, .multiselect.btn-default:active:hover, .multiselect.btn-default:hover,
    input:not([type=submit]),
    textarea,
    .scholarship-form input:not([type=submit]),
    .scholarship-form textarea,
    .scholarship-form select,
    .select-wrapper select {
        font-size: 16px;
    }

    .breadcrumbs-bnd {
        margin-left: 15px;
    }

    .bnd-content {
        padding-left: 15px;
    }

    .site-header .widget-area {
        width: 700px;
    }

    .title-area {
        width: 260px;
    }

    .breadcrumb {
        margin: -30px -40px 30px;
    }

    .content #genesis-responsive-slider .flex-control-nav,
    .content #genesis-responsive-slider .flex-direction-nav li a,
    .content #genesis-responsive-slider .flex-direction-nav li a.prev {
        display: none;
    }

}

@media only screen and (max-width: 1023px) {

    .content,
    .sidebar-primary,
    .sidebar-secondary,
    .site-header .widget-area,
    .title-area,
    .wrap {
        width: 100%;
    }

    .header-image .title-area,
    .header-image .site-title,
    .header-image .site-title a {
        background-position: center !important;
        float: none;
        margin: 0 auto;
    }

    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }

    .genesis-nav-menu,
    .site-header .search-form,
    .site-header hgroup,
    .site-title {
        text-align: center;
    }

    .genesis-nav-menu a,
    .genesis-nav-menu > .first > a,
    .genesis-nav-menu > .last > a,
    .site-header .genesis-nav-menu a {
        padding: 16px;
    }

    .site-header .search-form {
        margin: 16px auto;
    }

    .genesis-nav-menu li.right {
        display: none;
    }

    .content #genesis-responsive-slider .slide-excerpt {
        display: none;
    }

    .sidebar .widget {
        padding: 30px;
    }

    .comment-list li.depth-1,
    .ping-list li.depth-1 {
        margin: 30px 0;
    }

    .footer-widgets .widget-area {
        padding: 0;
    }

    .site-footer p {
        padding-left: 30px;
        padding-right: 30px;
    }

    /***** sub nav section styling below ipad landscape ****/
    .sidebar-primary {
        border: none;
        padding-right: 30px;
    }

    .side-nav .title-dark, .side-nav .title-light {
        display: inline-block;
        padding-right: 10px;
    }

    .scholarship-add img {
        margin: 0 auto;
    }

    .side-nav-acc div.acc-child a {
        display: inline-block;
    }

    /*****END sub nav section styling below ipad landscape ****/
}

@media only screen and (max-width: 800px) {

    .five-sixths,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .four-sixths,
    .home-middle .widget,
    .home-top .widget,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .executive-pro-portfolio .portfolio,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }

    .site-title {
        margin-bottom: 20px;
    }

    /* Genesis Responsive Menus */
    .js .site-header nav .wrap {
        padding: 0;
    }

    nav.genesis-responsive-menu {
        background: #fff;
        display: none;
        position: relative;
    }

    .genesis-skip-link .skip-link-hidden {
        display: none;
        visibility: hidden;
    }

    .genesis-responsive-menu ul {
        border-bottom: 2px solid #f2f2f2;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item {
        display: block;
        float: none;
        position: relative;
        text-align: left;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
        background: transparent;
        position: relative;
    }

    .genesis-responsive-menu .genesis-nav-menu a:focus,
    .genesis-responsive-menu .genesis-nav-menu a:hover {
        color: #64c9ea;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item a:hover,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a:focus,
    .genesis-responsive-menu .genesis-nav-menu .menu-item a {
        background: #545454;
        border: none;
        color: #fff;
        margin-bottom: 2px;
        padding: 10px 20px;
        width: 100%;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item .menu-item-has-children a {
        background: #007e98;
        border: none;
        color: #fff;
        margin-bottom: 1px;
        padding: 15px 20px;
        width: 100%;
    }

    /***************************** Mobile Menu **************************/
    ul#menu-mobile-primary {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #545454;
        color: #fff;
        max-height: calc(100% - 50px);
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        border-top: 2px solid #545454;
        /*background-image: url("images/menu-black-bg.png");
        background-repeat: repeat-y;*/
    }

    /*.main-mobile-nav li {
        background-color: #007e98;
    }*/
    #menu-mobile-primary li {
        /*background-color: #007e98;*/
    }

    #menu-mobile-primary li a {
        background-color: #007e98;
    }

    #menu-mobile-primary .menu-item ul.sub-menu li a {
        background-color: #545454;
    }

    #menu-mobile-primary button.sub-menu-toggle.dashicons-before.dashicons-arrow-down-alt2 {
        background-color: rgba(1, 1, 1, 0);
        position: absolute;
        left: 10px;
        top: 10px;
        color: #ef8400;

    }

    #menu-mobile-primary button.sub-menu-toggle.dashicons-before.dashicons-arrow-down-alt2.activated {
        color: #fff;
    }

    #menu-mobile-primary ul li .dashicons, .dashicons-before:before {
        font-size: 22px !important;
        font-weight: bold !important;
    }

    .main-mobile-nav .menu-toggle {
        background-color: #007e98;
        border-radius: 0;
        padding: 10px;
        margin: 0;
        background-image: url(/wp-content/themes/executive-pro/images/mobile-menu-bars.png);
        background-repeat: no-repeat;
        background-position: center;
        width: 43px;
        height: 43px;
    }

    .menu-toggle.dashicons-before:before {
        display: none !important;
    }

    #menu-mobile-primary li a {
        margin-left: 0;
        padding-left: 40px;
        font-size: 18px;
        font-family: 'Roboto';
        font-weight: 500;
    }

    .genesis-responsive-menu #menu-mobile-primary ul.sub-menu li a {
        color: #06b7e1;
        font-size: 16px;
        padding-left: 0;
        margin: 0;
    }

    /*fix body when mobile menu is open on iphone*/
    .iphone-bg-fixed {
        position: fixed;
        left: 0;
        top: 0;
    }

    /**/
    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        border: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
    .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
        left: 0;
        margin-left: 0;
    }

    .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
        content: none;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu {
        clear: both;
        display: none;
        margin: 0;
        opacity: 1;
        margin: 10px 0 10px 40px;
        position: static;
        width: 100%;
        border-left: 2px solid #808080;
        padding: 0 10px;
    }

    .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
        margin: 0;
    }

    .home-middle,
    .home-top,
    .genesis-pro-portfolio .pro-portfolio.entry .entry-header .entry-title {
        text-align: center;
    }

    .home-cta .button.alignright {
        float: none;
        margin: 16px 0 0;
    }

    .footer-widgets-1 {
        margin: 0;
    }
}

@media only screen and (max-width: 768px) {
    .featured-post-image {
        background-position-x: 0;
    }
}

@media only screen and (max-width: 500px) {

    .entry-title {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .content .entry-header .entry-meta .entry-comments-link {
        display: none;
    }
    .trustfactor-block {
        width: 25%;
        float: left;
    }
}

/*****  STANDARD MEDIA QUERIES ****/
/* Above iPad landscape to laptop monitor*/
@media only screen and (min-width: 1024px) and (max-width: 1250px) {
    .home-banner-caption.featured-post-text {
        bottom: 0%;
        font-size: 42px;
    }
}

/* For all devices from ipad portrait */
@media only screen and (min-width: 768px) {
    .top-nav-outer {
        margin: 30px auto 0;
    }

    .top-nav-bottom {
        border-top: solid 2px #d0d0d0;
        margin-bottom: 15px;
    }
}

/* For all ipad portraid and landscape devices*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    /*
    important should not be removed 4152
    */
    #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link {
        padding: 0px 5px 0px 5px !important;
    }

    .home-banner-caption.featured-post-text .home-caption-inner .home-caption-text {
        max-width: 435px;
    }

    .home-banner-caption.featured-post-text {
        font-size: 32px;
        bottom: 0%
    }
}

/* For all ipad portraid*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    #mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link {
        font-size: 13px !important;
    }

    .site-header .mega-menu {
        max-width: 95% !important;
    }

    .trust-factor .col-sm-2 {
        max-width: 92px;
    }

}

@media only screen and (max-width: 768px) {
	/********* mobile table *********/
	table.bnd-custom-table td::before {
    content: attr(data-label);
    float: left;
    width: 65%;
    text-align: left;
    background-color: #f1f1f1;
    padding: 12px 10px;
    border-right: 1px solid white;
  }
  table.bnd-custom-table thead {
    display: none;
  }
  table.bnd-custom-table td,
  table.bnd-custom-table tr {
    display: block;
  }
  table.bnd-custom-table tbody{
    line-height:0;
    border-bottom: 0;
  }
  table.bnd-custom-table tr td div,
  table.bnd-custom-table tr td span{
    padding: 12px 10px;
    display: inline-block;
    width: 35%;
  }
  table.bnd-custom-table tr td {
    border: 0;
    padding: 0;
    line-height: 1.4;
    border-bottom: 2px solid #fff;
    text-align: right;
    background-color: #f1f1f1;
  }
  .bnd-panel .panel-body > h3:after{
  	content: " ";
    display: block;
    background-image: url(images/dotted-border-t.png);
    background-repeat: no-repeat;
    height: 13px;
    max-width: 63%;
    min-width: 70px;
  }
  .bnd-panel .panel-title-text{
  	font-size: 22px;
  }
    .trustfactor-block {
      width: 25%;
      float: left;
  }
	/********* End mobile table *********/
    .top-nav-inner a img {
        max-height: 42px;
    }
	.bnd-table-responsive{
		width: 100%;
		overflow-y: hidden;
		min-height: .01%;
		overflow-x: auto;
	}

    
    /********* Start State Accordion Mobile Styling *********/
    .accordion-dollar-signs .bnd-panel .panel-title > a {
        display: block!important;
        position: relative;
    }
    .accordion-dollar-signs .bnd-panel .panel-title-text{
        max-width: 100%;
    }
    .accordion-dollar-signs .panel-heading .campus-heading-right-align {
        display: block;
        position: relative;
        width: 100%;
        text-align: initial;
    }
    .accordion-dollar-signs .panel-heading .campus-location {
        display: block;
        line-height: 24px;
        float: none;
    }
    .accordion-dollar-signs .bnd-panel .panel-heading .more-less{
        position: absolute;
        right: 0;
    }
    /********* End State Accordion Mobile Styling *********/

}


/* For all mobile devices*/
@media only screen and (max-width: 736px) {

    /********* Custom Read More block *********/
    .read-more-content {
        height: 200px;
        overflow: hidden;
    }

    div.read-more-button {
        display: block;
        text-align: right;
    }

    .read-more-button span {
        clear: both;
        text-align: right;
        cursor: pointer;
        color: #ef8400;
        text-decoration: underline;
        font-family: 'Roboto';
        font-weight: 500;
    }

    .read-more-content.read-less {
        height: auto;
        overflow: auto;
    }

    /********* EndCustom Read More block *********/
    .side-nav .title-dark, .side-nav .title-light {
        display: block;
    }

    .sal-bottom-header-text {
        font-size: 28px;
        line-height: 1.2;
    }

    .salary-section-header {
        padding-right: 10px;
    }

    .sal-top-header-text {
        font-size: 26px;
    }

    /***************************** Home Page CSS *****************/
    .page-type-home .welcome-title,
    .page-type-home .site-inner {
        margin-top: 0;
    }

    .home-scholarship-wrapper .sch-content-1 {
        font-size: 33px;
        padding: 24px 5px 20px;
    }

    .home-scholarship-wrapper .sch-content-2 {
        font-size: 14px;
        padding: 0 10px 20px;
    }

    .homepage-latest-article-section .degree-header .list-seperator {
        margin-top: 10px;
    }

    .home-scholarship-wrapper .sch-content-3 a {
        font-size: 18px;
        max-width: 155px;
        padding: 10px 15px;
    }

    .home-page-degree-offer-section {
        padding-top: 20px;
    }

    .degree-header > div {
        margin-top: 10px;
    }

    .home-bottom-content .read-more,
    .home-top-form-wrap .read-more {
        text-align: right;
        margin-top: -20px;
        background-color: #fff;
        text-decoration: underline;
        padding: 0 5px;
        /*z-index: 4;*/
        position: absolute;
        right: 7px;
    }

    .page-type-home .welcome-title {
        font-size: 18px;
        padding: 10px 0px 10px;
    }

    .home-top-form-wrap .col-sm-5,
    .welcome-content {
        padding: 0;
    }

    .page-type-home .quicksearch {
        margin-top: 18px;
    }

    .page-type-home .home-bottom-content .context-wrap,
    .welcome-content {
        height: 71px;
        overflow: hidden;
    }

    .page-type-home .home-bottom-content {
        padding: 10px 15px 0;
        margin-bottom: 10px;
    }

    .home-page-trustfactor-section img {
        margin: 0 5px 5px 0;
    }

    .home-page-trustfactor-section {
        padding: 10px;
    }

    .home-page-carousel-section .carousel-caption {
        font-size: 14px;
    }

    .home-page-carousel-section .carousel-caption {
        padding: 10px 25px;
        min-height: 165px;
        text-align: left;
    }

    .home-page-carousel-section .carousel-caption .author {
        margin-right: 0;
    }

    .home-page-carousel-section .quotes-left {
        padding: 0px;
        width: 38px;
        height: 35px;
    }

    .home-page-carousel-section .quotes-right {
        margin-right: -35px;
        padding: 0px;
        width: 38px;
        height: 34px;
    }

    .home-page-degree-offer-section div.degree-item:nth-child(n+2) img {
        display: none;
    }

    .degree-item .card-text {
        display: none;
        clear: both;
    }

    .page-type-home .top-nav-bottom {
        border-top: solid 1px #d0d0d0;
        height: 5px;
    }

    .degree-header .list-seperator {
        margin: 15px 0 0px;
    }

    .degree-item .card {
        border-bottom: 2px solid #f1f1f1;
        margin-bottom: 5px;
    }

    .degree-item .card.last-card {
        border: none;
        margin-bottom: 25px;
    }

    .degree-item .card .card-img {
        display: block;
        margin: auto;
        text-align: center;
    }

    .degree-header > div:first-child {
        display: inline-block;
        width: calc(100% - 45px);
    }

    .degree-child {
        float: right;
        display: block;
        width: 45px;
    }

    .degree-child .icon-img {
        background-image: url(/wp-content/themes/executive-pro/images/home-plus.png);
        height: 25px;
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .degree-item .open .card-text,
    .degree-item .open .list-seperator {
        display: block;
    }

    .open .degree-child .icon-img {
        background-image: url(/wp-content/themes/executive-pro/images/home-minus.png);
    }

    .page-type-home .card-body {
        border-left: 3px solid #d0d0d0;
        padding-left: 10px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .carousel-control {
        bottom: -22px;
        opacity: 1;
        width: 50%;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        top: 91%;
    }

    .carousel-control .glyphicon-chevron-left {
        right: 10px;
        left: auto;
    }

    .carousel-control .glyphicon-chevron-right {
        left: 10px;
        right: auto;
    }

    /***************************** END Home Page CSS *****************/
    h1 {
        font-size: 22px;
        color: #636363;
    }

    h2 {
        font-size: 18px;
        color: #636363;
    }

    h3 {
        font-size: 16px;
        color: #00add4;
    }

    /***************************** Scholarship Form CSS *****************/
    .applyHeader {
        font-size: 24px;
        text-align: center;
    }

    .scholarship-form .ajax-loader {
        display: none;
    }

    .scholarship-form .padding-10 {
        padding: 0;
    }

    .scholarship-submit {
        padding-bottom: 10px;
        text-align: center;
    }

    .scholarship-form .terms-conditions {
        margin-top: 15px;
    }

    /***************************** EndScholarship Form CSS *****************/
    /* footer styles*/
    .nav-secondary .genesis-nav-menu a {
        padding: 0px 5px 10px;
    }

    .site-footer {
        padding-top: 25px;
    }

    /* footer styles*/
    .bnd-content {
        padding: 0;
    }

    .top-nav-outer {
        margin-top: 10px;
    }

    .breadcrumbs-bnd {
        margin-left: 0;
    }

    .sidebar-primary {
        border-left: 0;
        float: none;
    }

    .side-nav, .side-related {
        margin: 0 auto;
        clear: both;
    }

    .scholarship-add > img {
        padding-top: 25px;
    }

    /*********************************** Mobile Footer ******************************/
    .scroll-to-top {
        cursor: pointer;
        float: none;
        margin: 0 auto 10px;
        width: 57px;
    }

	.home-nursing-resources .img-cont {
		display: block;
		margin: auto;
		text-align: center;
	}
}


/* * * * * * * * * * * * * * * * * * */
/*      BND Existing changed   */
/* * * * * * * * * * * * * * * * * * */
.page-school-form .site-container,
.page-school-form .site-inner {
	max-width: 1440px;
}


/* * * * * * * * * * * * * * * * * * */
/*      Brand Multi Step css   */
/* * * * * * * * * * * * * * * * * * */
.b-m-root-container,
.brand-multistep-form{
	font-family: 'Roboto';
	position: relative;
}
.b-m-root-container input.request-info {
    background-color: #EF8400;
}
.brand-multistep-form .field-title{
	background-color: #21A6BD;
	padding: 25px 25px 29px 40px;
}
.brand-multistep-form .field-title label{
	font-size: 22px;
	color: #FFFFFF;
	line-height: 26px;
	font-weight: 700;
	margin-bottom: 0;
}
.brand-multistep-form .field-content-wrapper {
	padding: 25px 40px 5px 24px; 
}
.brand-multistep-form .separate-step {
	background: #E8F4F7;
	border: 1px solid #21A6BD;
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.30);
	width: 100%;
    max-width: 834px;
	margin-left: -34px;
}
.brand-multistep-form .request-info,
.brand-multistep-form .form-next {
	background-color: #EF8400;
	border-radius: 5px;
	/*padding: 22px 47px 22px 28px;*/
	padding: 16px 47px 16px 32px;
	font-weight: 700;
	font-family: 'Roboto';
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	background-position: 82% center;
	max-width: 180px;
	margin: 0;
}
.brand-multistep-form .form-next-disabled {
	background-color: #E8F4F7;
    border: 1px solid #EF8400;
    color: #EF8400;
	background-image: url(images/brand-multi/green-arrow.png);
	box-shadow:none;
}
.brand-multistep-form .request-info{
	max-width: 200px;
	padding: 22px 28px;
	margin: 15px 0px 27px 0px;
}
.brand-multistep-container .form-progress-bar{
	background: #FFFFFF;
	box-shadow: 0 0 4px 0 rgba(0,0,0,0.15);
	border-radius: 0;
	border: none;
	height: 5px;
	margin: 0 0 22px;
}
.brand-multistep-container .form-progression{
	background: #FF8E20;
	height: 5px;
	border-radius: 0;
}
.form-progress-percent{
	font-weight: 400;
	font-size: 22px;
	color: #F18300;
	letter-spacing: 0;
}
.brand-multistep-container .form-prev-button{
	height: 60px;
	position: relative;
}

.brand-multistep-container .prevClicked{
	background-image: url(images/brand-multi/prev-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	font-family: 'Raleway';
	font-weight: 700;
	font-size: 12px;
	color: #B1AFAF;
	position: absolute;
	bottom: 0;
	padding: 0 0 0 20px;
}
.brand-multistep-container .standard-fields{
	padding: 0;
}
.brand-multistep-container .about-school{
	font-weight: 700;
	font-size: 20px;
	color: #25AAE2;
	letter-spacing: 0;
	line-height: 25px;
}
.brand-multistep-container .school-desc-content{
	font-size: 14px;
	color: #000000;
	letter-spacing: 0;
	line-height: 25px;
}
.brand-multistep-form .btn-grp-wrap input[type="radio"] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.brand-multistep-form .btn-group-inner:hover, .btn-grp-wrap input[type="radio"]:checked + label, .btn-grp-wrap input[type="radio"]:checked + div {
	background-color: #2ACDE9;
	border-radius: 5px;
	color: #fff;
}
.brand-multistep-form .btn-group-inner {
	background-color: #E5E5E5;
	border-radius: 5px;
	font-family: 'Roboto';
	font-size: 16px;
	color: #454545;
	margin: 0 10px 10px 0;
	padding: 5px;
	height: 78px;
	width: 165px;
	border: 0;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	font-weight: 400;
	border: 1px solid #D2D2D2;
}

.brand-multistep-form .btn-group-inner span {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
}
.b-m-banner-section{
	font-family: 'Roboto';
}
.b-m-banner-section .bg-container {
	background-image: url(images/brand-multi/Hero.png);
	height: 284px;
	background-color: #f1f3f4;
	background-size: cover;
	background-repeat: no-repeat;
}
.b-m-banner-section .content-last,
.b-m-banner-section .content{
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 28px;
	padding: 65px 35px 20px 0;
	margin-left:-34px;
}
.b-m-banner-section .get-started{
	display: none;
	font-weight: 700;
	font-size: 20px;
	color: #11C9F4;
	line-height: 28px;
	margin-left:-34px;
}
.b-m-banner-section .blue-bg{
	background: #FFFFFF;
	margin-top: 1px;
	margin-bottom: 2px;
	padding: 16px 0 70px;
	border: 1px solid #D2D2D2;
}
.b-m-banner-section .banner-right{
	background: #E4E4E4;
}
.b-m-banner-section .list-item{
	font-weight:600;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 37px;
	vertical-align: middle;
	padding: 0 10px 0 17%;
}

div > .list-item:nth-child(2),
div > .list-item:nth-child(1){
	color: #11C9F4;
}
div > .list-item:nth-child(3),
#root-cfStep-1 div > .list-item:nth-child(2){
	color: #EF8400;
	font-size: 24px;
}
#root-cfStep-1 div > .list-item:nth-child(3){
	color: #C0C0C0;
	font-weight: normal;
	font-size: 16px;
}
.b-m-banner-section .blue-title{
	font-weight: 700;
	font-size: 28px;
	color: #21A6BD;
	text-transform: uppercase;
}
.b-m-banner-section .font-light{
	font-weight: 500;
	font-size: 20px;	
}
.b-m-banner-section .check-symbol{
	height: 23px;
	width: 23px;
	display: inline-block;
	border-radius: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	vertical-align: middle;
	margin-right: 10px;
}
div > .list-item:nth-child(2) .check-symbol,
div > .list-item:nth-child(1) .check-symbol{
	border: 1px solid #11C9F4;
	background-image: url('images/brand-multi/symbols-solid-check-green.png');
	color: transparent;
	background-size: 14px 11px;
	background-repeat: no-repeat;
	background-position: center;
}
div > .list-item:nth-child(3) .check-symbol,
#root-cfStep-1 div > .list-item:nth-child(2) .check-symbol{
	background-image: none;
	font-weight: 700;
	font-size: 16px;
	color: #EF8400;
	border: 2px solid #EF8400;
	font-size: 16px;
	line-height: 20px;
}
#root-cfStep-1 div.list-item:nth-child(3) .check-symbol{
	color: #A1A1A1;
	border: 1px solid #A1A1A1;
	font-weight: normal;
}
.b-m-root-container .site-inner-width{
	/*max-width: 855px;
	margin: 0 19% 0 21%;*/
	max-width: 962px;
	margin: 0% 0% 0% 23%;
    /*margin: 0px 15% 0px 20%;*/
}
.b-m-header-section .school-details{
	max-width: 855px;
	margin-left: 20.6%;
	padding-top: 26px;
}
.line-separator{
	text-align: center;
	font-size: 16px;
	/*color: transparent;
	background-image: url(images/brand-multi/dash-icon.png);*/
	color: #D2D2D2;
	letter-spacing: 6px;
	margin: 0 25px;
}
.b-m-form-section.site-inner-width{
	margin-top: -105px;
	padding-right: 20px;
}
.progress-bar-container{
	margin-left:-34px;
}
.brand-multistep-form .select-wrapper{
	max-width: 520px;
}
.brand-multistep-form .select-wrapper select{
	background: #FCFCFC;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	font-size: 18px;
	color: #454545;
	font-weight: 400;
	font-family: 'Roboto';
	height: 68px;
	max-width: 520px;
	padding-right: 35px;
}
.brand-multistep-form .select-wrapper select.error{
	border: 2px solid #F20E00;
}
.brand-multistep-form .select-wrapper::after{
	background-image: url(images/brand-multi/select-arrow.png);
	background-color: transparent;
	top: 30px;
	height: 12px;
	width: 8px;
	background-size: contain;
	content: "";
	right: 20px;
}
.b-m-logo-container{
	max-width: 175px;
	vertical-align: middle;
	background: #FFFFFF;
	border: 1px solid #DFDFDF;
	margin-bottom: -22px;
}
.b-m-school-name {
	font-family: 'Roboto';
	font-weight: 700;
	vertical-align: middle;
	font-size: 20px;
	color:  #007E98;
	margin-left: 9px;
	text-transform: uppercase;
}
.button-container,
.form-traverse-container{
	padding: 25px 40px 26px 40px;
}
.b-m-root-container input[type="email"]::placeholder,
.b-m-root-container input[type="email"]:-ms-input-placeholder,
.b-m-root-container input[type="email"]::-ms-input-placeholder,
.b-m-root-container input[type="tel"]::placeholder,
.b-m-root-container input[type="tel"]:-ms-input-placeholder,
.b-m-root-container input[type="tel"]::-ms-input-placeholder,
.b-m-root-container input[type="text"]::placeholder, 
.b-m-root-container input[type="text"]:-ms-input-placeholder, 
.b-m-root-container input[type="text"]::-ms-input-placeholder, 
.b-m-root-container textarea::placeholder,
.b-m-root-container textarea:-ms-input-placeholder,
.b-m-root-container textarea::-ms-input-placeholder{
	font-size: 18px;
	color: #B1AFAF;
	font-weight: 400;
}
.b-m-root-container input[type="email"],
.b-m-root-container input[type="tel"],
.b-m-root-container input[type="text"], 
.b-m-root-container textarea{
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	border-radius: 5px;
	height: 68px;
	font-family: 'Roboto';
	font-size: 18px;
	color: #454545;
	margin-bottom:10px;
}
.b-m-root-container p {
    color: #FFFFFF;
}
.brand-multistep-form .standard-fields-6 .school-info{
	background-color: #FFFFFF;
	border-radius: 5px;
	padding: 10px 10px; 
}
.brand-multistep-form .standard-fields-6 .school-logo{
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	width: 130px;
}
.brand-multistep-form div#custom-fields{
	/*margin-left: -34px;*/
}
.brand-multistep-form .curriculum-name label{
	font-weight: 500;
	font-size: 14px;
	color: #444444;
	line-height: 24px;
}
.brand-multistep-form .curriculum-name .curriculum-selected{
	font-size: 18px;
	color: #007E98;
	line-height: 24px;
	font-weight: 700;
}
.brand-multistep-form .standard-fields-6 .curriculum-name{
	width: calc(100% - 135px);
	vertical-align: middle;
	padding-left: 20px;
}
.brand-multistep-form .standard-fields-6 .field-title{
	padding: 24px 25px 23px 40px;
}
.brand-multistep-form .standard-fields-6 .field-title label{
	font-size: 28px;
}
.brand-multistep-form .tcpa-text{
	margin: 18px 0 9px;
}
.brand-multistep-form .tcpa-text,
.brand-multistep-form .tcpa-text label{
	font-family: 'Roboto';
	font-size: 12px;
	color: #B1AFAF;
	line-height: 18px;
	font-style: normal;
}
.school-description{
	margin-top: 45px;
	width: 83%;
	margin-left: -34px;
}
.brand-multistep-form input.error {
    border: 1px solid #F20E00;
}
.brand-multistep-form label.error{
	font-family: 'Roboto';
	font-size: 13px;
	color: #F20E00;
	/*margin-top: 13px;*/
	text-transform: none;
	font-weight: 500;
	/*float: none!important;*/
}

.brand-multistep-form label.custom-error {
	margin-left : 38px;
}

.b-m-root-container div.read-more-button {
    display: block;
    text-align: left;
    margin-top: 10px;
}
.b-m-root-container .read-more-button span{
	background: #6A6A6A;
	border-radius: 20px;
	padding: 4px 11px;
	display: inline-block;
	font-family: Helvetica;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-decoration: none;
	cursor: pointer;
}
.b-m-root-container .read-more-content {
    height: 200px;
    overflow: hidden;
}
.b-m-root-container .read-more-content.read-less {
	height: auto;
	overflow: auto;
}
.brand-multistep-form .cfStep-1-nxt{
	float: right;
}



/*#root-last-step .brand-multistep-form div.standard-fields-6:before,
#root-cfStep-1 .brand-multistep-form div.separate-step:before {*/

#root-last-step .brand-multistep-form div.standard-fields-6:before,
#root-cfStep-1 .brand-multistep-form div#cfStep-1:before {
	content: "&nbsp;";
	color: transparent;
	position: absolute;
	left: -180px;
	height: 271px;
	width: 172px;
	background-image: url(./images/brand-multi/Orange-Arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	top: -110px;
}
#root-last-step .brand-multistep-form div.separate-step:before{
	top: 110px;
	left: -165px;
}
/* Css for show hide section based on steps */
#root-last-step .content-last,
#root-cfStep-1 .get-started{
	display: block;
}

#root-last-step .content-last{
	max-width: 834px;
}
.separator-bottom,
#root-last-step .content,
#root-cfStep-1 .progress-bar-container{
	display: none;
}
#root-cfStep-1 .b-m-form-section.site-inner-width{
	margin-top: -65px;
}
/*Last Step Request info span coloring  */
span.request-info {
    color: #FF8E20;
    text-decoration: underline;
    cursor:pointer;
}
/*   */

@media only screen and (max-width: 767px)  {
	.b-m-root-container p {
		color: #000000;
	}
	.brand-multistep-form label.custom-error {
		margin-left : 21px;
	}
	.b-m-banner-section .content-last, .b-m-banner-section .content,
	.brand-multistep-form div#custom-fields,
    .progress-bar-container,
    .brand-multistep-form .separate-step{
		margin-left:0;
	}
	.brand-multistep-form .standard-fields-6 .school-logo{
		border:none;
	}
	.b-m-banner-section .content-last{
		padding: 30px 25px 0;
		color: #000000!important;
	}
	.b-m-root-container .banner-left,
	#root-last-step .brand-multistep-form div.separate-step:before,
	.brand-multistep-form div.separate-step:before,
	.separator-top,
	#root-cfStep-1 .separator-bottom,
	.school-description,
	.b-m-banner-section .blue-title{
		display: none;
	}
	.b-m-root-container#root-last-step .banner-left,
	.brand-multistep-form .standard-fields-6 .school-logo,
	.separator-bottom,
	#root-cfStep-1 .school-description,
	#root-cfStep-1 .separator-top,
	#root-cfStep-1 .b-m-banner-section .blue-title{
		display: block;
	}
	.progress-bar-container{
		padding: 0 30px 12px;
		background-image: url(images/brand-multi/Hero-mob.png);
		background-position-y: -5px;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.brand-multistep-container .form-progress-bar{
		margin-bottom: 0;
	}
	.brand-multistep-form #cfStep-1 .form-next{
		margin: 0 auto;
	}
	.brand-multistep-form .cfStep-1-nxt{
		float: none;
	}
	.b-m-header-section .school-details {
		margin-left: 10px;
		padding-top: 5px;
	}	
	.b-m-logo-container {
		max-width: 150px;
	}
	.b-m-school-name{
		font-size: 12px;
		width: calc(100% - 165px);
	}
	/* .b-m-banner-section .site-inner-width.row{
		background-color: rgba(176, 228, 248, 0.5);
	} */
	.b-m-banner-section .blue-bg{
		border: none;
		background-color: transparent;
    	margin: 0;
        padding: 30px 0 0px;
	}
	#root-cfStep-1 .b-m-banner-section .blue-bg{
		padding: 20px 0 7px;
	}
	.b-m-banner-section .banner-right{
		background: no-repeat;
	}
	#root-cfStep-1 .b-m-form-section.site-inner-width,
	.b-m-form-section.site-inner-width,
	.b-m-root-container .site-inner-width{
		margin: 0;
		padding: 0;
	}
	.b-m-banner-section .bg-container{
		height: auto;
		background-image: url(images/brand-multi/Hero-mob.png);
	}
	.brand-multistep-form .separate-step{
		border-right: none;
    	border-left: none;
		width:100%;
	}
	.brand-multistep-form .field-title{
		padding: 27px 20px 27px 20px;
	}
	.brand-multistep-form .field-content-wrapper{
		/*padding: 20px 25px 30px 20px;*/
		padding: 20px 10px 0px 10px;
	}
	.school-description{
		margin-top: 35px;
		padding: 0 10px;
		width:100%;
		margin-left: 0;
	}
	.button-container, .form-traverse-container{
		padding: 15px 20px 26px 20px;
		clear: both;
	}
	.field-content-wrapper span:nth-child(2n) label {
	    margin-right: 0;
	}
	.brand-multistep-form .btn-group-inner{
		width: 160px;
	}
	.brand-multistep-form .standard-fields-6 .curriculum-name{
		width: 100%;
		display: block;
		padding: 10px 0;
	}
	.brand-multistep-form .curriculum-name label{
		line-height: 28px;
	}
	.brand-multistep-form .curriculum-name .curriculum-selected{
		line-height: 28px;
	}
	.brand-multistep-form .standard-fields-6 .school-info{
		padding-left: 15px;
	}
	.brand-multistep-form .standard-fields-6 .field-title label{
		font-size: 22px;
		line-height: 26px;
	}
	.brand-multistep-form .standard-fields-6 .field-title {
	    padding: 27px 25px 27px 20px;
	}
	.b-m-banner-section .list-item{
		padding-left: 31px;
	}
	
	/*.entry-content p {
		color:#000000;
	}*/
}

@media only screen and (max-width:360px) and (min-width:320px) {
	.brand-multistep-form .btn-group-inner{
		width: 145px;
		font-size:15px;
		padding:0;
	}
}

/** Email Subscription Styles **/

.email-sign-up-container input.wpcf7-form-control.wpcf7-submit {
    background-color: #f1f1f1;
    width: 30px;
    height: 30px;
    color: #00000000;
    padding: 0;
    float: right;
    background-image: url(images/accordion-toggle.png);
    transform: rotate(-90deg);
    background-repeat:no-repeat;
    background-position: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.email-sign-up-container form {
    position: absolute;
    max-width: 150px;
    top: 16px;
    right: 0;
}
.site-footer .wrap {
    position: relative;
}
.email-sign-up-container form p {
    font-size: 12px;
    height: 26px;
    text-align: left;
    line-height: 13px;
    margin-top: 5px;
}
.email-sign-up-container form p label {
    max-height: 26px;
    color: #636363;
}
.email-sign-up-container form input {
    float: left;
    max-width: 105px;
    height: 30px;
    font-size: 11px;
    padding: 6px;
    max-width: 120px;
    margin-top: 5px;
}
.email-sign-up-container form input::placeholder {
    color: #7c7c7cf1;
}

@media only screen and (max-width: 1024px){
    .email-sign-up-container form {
        position: initial;
        margin: 10px auto;
        max-width: 206px;
    }

    .email-sign-up-container form input {
        float: none;
        max-width: 100px;
        height: 30px;
    }

    .email-sign-up-container input.wpcf7-form-control.wpcf7-submit {
        margin-right: 46px;
    }
}

/** Scholarship Accordions **/

.achor-menu {
    padding: 0 0 10px 0;
}

.anchor-menu a {
    padding: 5px 10px;
    background: #EFEFEF;
    display: inline-block;
    border-radius: 10px;
    margin: 0 5px 10px;
}

.info-cards {
    padding: 0 15px 15px;
}

.info-cards .info-card-head {
    font-size: 13px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.info-cards .info-card-head .scholarship {
    display: inline-block;
    width: 80%;
}

.info-cards .info-card-head .deadline {
    display: inline-block;
    width: 20%;
}

.info-cards .info-card {
    padding: 10px 15px;
}

.info-cards .info-card:after,
.info-cards .info-card-body:after {
    content: "";
    display: table;
    clear: both;
}

.info-cards .info-card:nth-child(even) {
    background: #EFEFEF;
}

.info-cards .info-card:nth-child(odd) {
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
}

.info-cards .info-card-title {
    color: #007e98;
    cursor: pointer;
    font-size: 18px;
    position: relative;
}

.info-cards .info-card-title:after {
    content: "+";
    cursor: pointer;
    font-size: 30px;
    position: absolute;
    right: 0;
    line-height: 20px;
    top: 0;
}

.info-cards .info-card-title .scholarship {
    display: inline-block;
    width: 80%;
}

.info-cards .info-card-title .deadline {
    display: inline-block;
    width: 20%;
}

.info-cards .info-card-body {
    background: #FEFEFE;
    border: 1px solid #007e98;
    border-top: 5px solid #007e98;
    margin-bottom: 5px;
    margin-top: 10px;
    padding: 15px;

    display: none;
}

.info-cards .info-card.active .info-card-body {
    display: block;
}

.info-cards .info-card .info-card-left {
    float: left;
    padding: 5px;
    width: 70%;
}

.info-cards .info-card .info-card-right {
    float: right;
    padding: 5px;
    width: 30%;
}

.info-cards .info-card .label-full {
    color: #007e98;
    display: block;
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.info-cards .info-card .desc {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
}

.info-cards .info-card .label {
    clear: left;
    float: left;
    font-weight: 500;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: inherit;
    color: inherit;
    font-size: 15px;
    text-align: inherit;
}

.info-cards .info-card .item {
    float: left;
    font-size: 15px;
}

.info-cards .btn-primary.active,
.info-cards .btn-primary:active,
.info-cards .open > .dropdown-toggle.btn-primary {
    background-color: #06b7e1;
    border-color: #0b94b5;
}

@media screen and (max-width: 768px) {

    .info-cards .info-card-head {
        display: none;
    }

    .info-cards .info-card-title .scholarship,
    .info-cards .info-card-title .deadline {
        display: block;
        width: auto;
    }

    .info-cards .info-card .info-card-right,
    .info-cards .info-card .info-card-left {
        width: auto;
        float: none;
    }
}

/** HE Styles **/

#body-QS-form {
    /*margin-bottom: 25px;*/
}

form#platform-quick-degree-finder {
    border-radius: 0!important;
    width: auto!important;
}

/**
 * Removes spacing between columns in bootstrap 3,
 * when .no-gutter is applied to the .row container.
 **/

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
