.orangeBorderCalloutDiv {
	padding: 20px;
	border-radius: 4px;
	border: 2px solid #f8b04e;
}

.socialLink {
    position: relative;
    right: -10px;
}

.reason{
min-height: 90px; width: 95%; border-bottom: 2px dotted rgba(153,204,51,1.00); margin-bottom: 20px;
}
.reason-number{
width: 90px; float: left;
}
.reason-text{
float: left;
}
.reason-p{
font-size: 1.5em!important;
padding-top: 15px!important;
margin: -10px 0 20px!important;
}

.location-content{
	width: 480px;
	display: inline-block;
	position: relative;
	left: 23px;
	vertical-align: top;
}
.location-button{
		background: #2296CB;
    border-radius: 5px;
    border: none;
    padding: 10px 21px;
    color: white;
    font-size: 15px;
}
.locations-list{
	display: block;
    margin: 10px;
		margin-left: 20px;
		margin-right: 20px;
    padding: 10px;
		width: 768px;
		margin-bottom: 20px;
}

/* Image Alignment
----------------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
        white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* End Image Alignment
----------------------------------------------*/

.collapse, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}
dl, h3, menu, ol, p, pre, ul {
    margin: 1em 0
}
body, figure, form {
    margin: 0
}
li, p {
    color: #696E70
}
#mobile-nav, #mobile-nav-btn, [hidden] {
    display: none
}
nav#access ul#menu-main li, nav#secondary-nav ul#menu-secondary li {
    display: inline
}
audio, canvas, video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
button, html, input, select, textarea {
    font-family: sans-serif
}
a:focus {
    outline: dotted thin
}
a:active, a:hover {
    outline: 0
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
h2 {
    font-size: 1.5em;
    margin: .83em 0
}
h3 {
    font-size: 1.17em
}
h4 {
    font-size: 1em;
    margin: 1.33em 0
}
h5 {
    font-size: .83em;
    margin: 1.67em 0
}
h6 {
    font-size: .75em;
    margin: 2.33em 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b, strong {
    font-weight: 700
}
blockquote {
    margin: 1em 40px
}
dfn {
    font-style: italic
}
mark {
    background: #ff0;
    color: #000
}
code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}
q {
    quotes: none
}
q:after, q:before {
    content: '';
    content: none
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
dd {
    margin: 0 0 0 40px
}
menu, ol, ol ol, ol ul, ul, ul ol, ul ul {
    padding: 0 0 0 40px
}
nav ol, nav ul {
    list-style: none
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic
}
svg:not(:root) {
    overflow: hidden
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0;
    white-space: normal
}
button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}
button, input {
    line-height: normal
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], input[disabled] {
    cursor: default
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
@font-face {
    font-family: FontAwesome;
    src: url(../font/fontawesome-webfont.eot);
    src: url(../font/fontawesome-webfont.eot?#iefix) format('eot'), url(../font/fontawesome-webfont.woff) format('woff'), url(../font/fontawesome-webfont.ttf) format('truetype'), url(../font/fontawesome-webfont.svg#FontAwesome) format('svg');
    font-weight: 400;
    font-style: normal
}
body {
    background: url(/wp-content/themes/aces/images/bg.jpg) center bottom no-repeat fixed #d4d4d4;
    font-family: proxima-nova, helvetica, arial, sans-serif
}
p {
    font-size: 16px;
    line-height: 22px
}
p a {
    color: #68B5D1;
    text-decoration: none
}
p a:hover {
    text-decoration: underline
}
ol, ul {
    margin: 0 0 20px;
    padding: 0 0 0 20px
}
li {
    font-size: 15px;
    margin: 0 0 10px
}
.two-column #content li p {
    margin: 0 0 16px
}
header#branding {
    background: #E4E4E4;
    background: rgba(255, 255, 255, .4);
    border-radius: 0 0 6px 6px;
    height: 116px;
    margin: 0 auto;
    position: relative;
    width: 1000px
}
header#branding h1#site-title {
    margin: 0
}
header#branding h1#site-title a {
    background: url(/wp-content/uploads/2014/09/ACES-Logo-Horizontal-CMYK-EIE-Tag-Trademark-WEB.png) center center no-repeat;
    float: left;
    height: 66px;
    margin: 24px 0 0 20px;
    text-indent: -9999px;
    width: 195px
}
nav#access {
    float: right;
    margin: 59px 0 0
}
nav#access ul#menu-main {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 59px;
    width: 660px
}
#ie7 nav#access ul#menu-main, #ie8 nav#access ul#menu-main {
    width: 690px
}
nav#access ul#menu-main li a {
    color: #32393B;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 0 30px;
    text-decoration: none
}
nav#access ul#menu-main li a:hover, nav#access ul#menu-main li.current-menu-item a, nav#access ul#menu-main li.current-page-ancestor a, nav#access ul#menu-main li.current_page_parent a {
    color: #1b89a4
}
.event nav#access ul#menu-main li.current-menu-item a, a#announcement-banner:hover, a#announcement-banner:hover p, nav#access ul#menu-main li.current-page-ancestor a, nav#access ul#menu-main li.current_page_parent a {
    color: #32393B
}
.single-events nav#access ul#menu-main li.current_page_parent a {
    color: #131515
}
nav#secondary-nav ul#menu-secondary {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px;
    width: 370px
}
#ie7 nav#secondary-nav ul#menu-secondary, #ie8 nav#secondary-nav ul#menu-secondary {
    width: 390px
}
nav#secondary-nav ul#menu-secondary li a {
    color: #2399c0;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin: 0 0 0 22px;
    text-decoration: none
}
nav#secondary-nav ul#menu-secondary li a:hover {
    color: #167390
}
html .home #main {
    background: #FFF;
    padding: 0;
    position: relative;
    width: 1000px
}
html .home #content {
    padding: 24px 37px 60px;
    width: 926px
}
.home .entry-header {
    display: none
}
.home .entry-content {
    margin: 60px 0 10px 270px;
    position: relative;
    width: 635px
}
#ie7 .home .entry-content, #ie8 .home .entry-content {
    margin: 100px 0 10px 270px
}
.two-column #content h3.banner {
    background: url(/wp-content/themes/aces/images/home-orange.jpg) center top repeat-x #f4a950;
    color: #936C27;
    font-family: georgia, serif;
    font-size: 32px;
    font-style: italic;
    font-weight: 400;
    height: 136px;
    left: -307px;
    line-height: 38px;
    padding: 60px 0 0 40px;
    position: absolute;
    top: -30px;
    width: 210px
}
#announcement-banner:after, #announcement-banner:before, .two-column #content h3.banner:after, .two-column #content h3.banner:before {
    top: 0;
    position: absolute;
    content: ""
}
.two-column #content h3.banner:before {
    background: url(/wp-content/themes/aces/images/home-orange-left.png) center top no-repeat;
    height: 209px;
    left: -18px;
    width: 18px
}
.two-column #content h3.banner:after {
    background: url(/wp-content/themes/aces/images/home-orange-right.jpg) center top no-repeat;
    height: 196px;
    right: -4px;
    width: 4px
}
#announcement-banner h3, #announcement-banner p {
    width: 870px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.two-column #content #difference p {
    line-height: 22px;
    margin: 0 0 20px
}
#content #difference p a {
    color: #e7973a
}
#hero {
    background: url(/wp-content/themes/aces/images/hero-bg.png) left top no-repeat #32393b;
    border-radius: 6px 6px 0 0;
    height: 288px;
    padding: 50px 50px 30px 390px;
    width: 560px
}
#hero h1 {
    color: #b7cb2c;
    font-size: 40px;
    line-height: 37px;
    margin: 0;
    text-align: right
}
#hero p {
    color: #e0e2e7;
    font-size: 30px;
    line-height: 36px;
    margin: 10px 0 20px;
    text-align: right
}
#hero p a {
    background: #5a666a;
    color: #e0e2e7;
    float: right;
    font-size: 20px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    width: 152px
}
#hero p a:hover {
    background: #626e72;
    color: #FFF;
    text-decoration: none
}
#announcement-banner {
    background: url(/wp-content/themes/aces/images/announcement-bg.jpg) center top repeat-x #d2d861;
    float: left;
    height: 94px;
    padding: 0 0 0 90px;
    position: relative;
    width: 910px
}
#announcement-banner:before {
    background: url(/wp-content/themes/aces/images/announcement-left.png) center top no-repeat;
    height: 94px;
    left: -11px;
    width: 11px
}
#announcement-banner:after {
    background: url(/wp-content/themes/aces/images/announcement-right.png) center top no-repeat;
    height: 109px;
    right: -22px;
    width: 22px
}
#announcement-banner span#tower {
    background: url(/wp-content/themes/aces/images/announcement-home.png) center top no-repeat;
    height: 43px;
    left: 14px;
    position: absolute;
    text-indent: -9999px;
    top: 25px;
    width: 43px
}
#announcement-banner h3 {
    font-size: 16px;
    margin: 26px 0 5px
}
#announcement-banner p {
    float: left;
    margin: 0
}
a#announcement-banner {
    color: #585E60;
    text-decoration: none
}
#footprint, .page-id-9 p img {
    border: 1px solid #e9eaeb;
    border-radius: 6px;
    float: left;
    margin: 0 40px 0 0;
    padding: 6px;
    position: relative
}
.page-id-9 p img {
    height: auto;
    width: 581px
}
#footprint h1 {
    color: #FFF;
    font-size: 24px;
    left: 28px;
    margin: 0;
    position: absolute;
    top: 22px
}
#footprint img {
    float: left;
    height: auto;
    width: 627px
}
.two-column #content #footprint .descrip {
    bottom: 25px;
    left: 36px;
    margin: 0;
    position: absolute;
    width: 380px
}
.two-column #content #footprint p {
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
    margin: 0 0 8px
}
#footprint .textwidget {
    height: 465px
}
#serve {
    float: left;
    padding: 24px 0 0;
    width: 240px
}
html .home #serve h2 {
    background: 0 0;
    color: #9CA2A3;
    float: none;
    font-family: georgia, serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 10px!important;
    padding: 0;
    text-transform: none
}
#serve ul {
    padding: 0 0 0 20px
}
#serve ul li {
    color: #696E70;
    font-size: 16px;
    font-style: italic;
    line-height: 35px;
    margin: 0
}
.home #content #serve p {
    color: #9AA0A0;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    margin: 0
}
html .page-template-page-landing-php #main {
    padding: 236px 60px 20px;
    width: 880px
}
.two-column #main {
    background: #FFF;
    border-radius: 6px 6px 0 0;
    margin: 8px auto 0;
    padding: 236px 20px 20px 60px;
    position: relative;
    width: 920px
}
.two-column #main img.wp-post-image {
    border-radius: 6px 6px 0 0;
    left: 0;
    position: absolute;
    top: 0
}
.two-column #main h1.entry-title {
    background: url(/wp-content/themes/aces/images/entry-title-bg.png) center top repeat-x;
    color: #FFF;
    font-family: georgia, serif;
    font-style: italic;
    font-weight: 400;
    height: 81px;
    left: 0;
    line-height: 81px;
    margin: 56px 0 0;
    padding: 0 50px 5px 40px;
    position: absolute;
    top: 0
}
.two-column #main h1.entry-title:before {
    background: url(/wp-content/themes/aces/images/entry-title-left.png) center top no-repeat;
    content: "";
    height: 99px;
    left: -18px;
    position: absolute;
    top: 0;
    width: 18px
}
.two-column #main h1.entry-title:after {
    background: url(/wp-content/themes/aces/images/entry-title-right.png) center top no-repeat;
    content: "";
    height: 86px;
    position: absolute;
    right: -4px;
    top: 0;
    width: 4px
}
.two-column #content h2 {
    background: #CBEBF9;
    color: #6F7777;
    float: left;
    font-size: 16px;
    min-height: 20px;
    line-height: 20px;
    margin: 30px 0 30px -60px;
    padding: 5px 20px 5px 60px;
    position: relative;
    text-transform: uppercase
}
img.exec-photo, img.exec-photo-lg {
    background: #FFF;
    border: 1px solid #DADADA;
    padding: 6px;
    clear: both;
    float: left
}
.single .entry-header h1:first-of-type, .two-column #content h2:first-of-type {
    margin: 0 0 30px -60px
}
.two-column #content h2 a {
    color: #535a5a;
    text-decoration: none
}
.two-column #content h2 a:hover {
    color: #1f2122
}
.page-template-executive-team-page-php #content h2 {
    margin: 0 0 10px -60px
}
img.exec-photo {
    height: 140px;
    margin: 0 0 20px
}
#ie7 img.exec-photo {
    margin: 30px 0 20px
}
img.exec-photo-lg {
    height: auto;
    margin: 0 0 40px;
    width: 583px
}
blockquote.exec {
    background: url(/wp-content/themes/aces/images/blockquote.jpg) left 20px no-repeat;
    color: #696E70;
    float: left;
    font-style: italic;
    line-height: 30px;
    margin: -20px 0 0 20px;
    padding: 20px 0 20px 20px;
    width: 410px
}
#ie7 blockquote.exec {
    margin: 10px 0 0 20px
}
blockquote.exec.wide {
    margin: -20px 0 0;
    width: 575px
}
a.view-descrip, blockquote.exec a {
    color: #68B5D1;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap
}
#interested-client a:hover, blockquote.exec a:hover {
    text-decoration: underline
}
.page-template-executive-team-page-php .collapse, .page-template-executive-team-page2-php .collapse {
    height: 0
}
.two-column #content h3 {
    clear: both;
    color: #5B6266;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 16px;
    margin: 0 0 5px
}
.blog #content h2:first-of-type {
    margin: 0 0 16px -60px
}
.blog #content h2 {
    margin: 30px 0 16px -60px
}
html .page-id-4 #content p {
    clear: both;
    line-height: 28px;
    margin: 0 0 50px
}
.two-column #content p {
    clear: both;
    line-height: 28px;
    margin: 0 0 20px
}
.two-column #primary {
    float: left;
    margin: 0 57px 0 0;
    width: 595px
}
.error404 #primary {
    margin: 0;
    width: 880px
}
.blog #content h1, .page-template-contact-page-php .entry-content h1, .page-template-contact-page-php h1.headline, .page-template-page-landing-php #main h1.entry-title, .single .entry-header h1, .two-column #primary .entry-content h1 {
    border-bottom: 1px solid #dadada;
    color: #777;
    font-family: georgia, serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    margin: -5px 0 30px;
    padding: 0 0 10px;
    clear: both;
    font-style: italic
}
.page-template-page-landing-php #main h1.entry-title {
    background: 0 0;
    height: auto;
    position: static
}
.accordion-heading, .collapse {
    position: relative
}
.page-template-page-landing-php #main h1.entry-title:after, .page-template-page-landing-php #main h1.entry-title:before {
    background: 0 0
}
.entry-meta time {
    clear: both;
    color: #5B6266;
    float: left;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-size: 16px;
    font-weight: 700
}
ul#service-descriptions {
    list-style: none;
    margin: 0;
    padding: 0
}
.collapse {
    margin: 0 0 30px;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    -moz-transition: height .35s ease;
    -o-transition: height .35s ease;
    transition: height .35s ease
}
.multi-col li, .wp-paginate li {
    display: inline;
    float: left
}
.page-template-service-description-page-php .collapse p {
    height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap
}
.page-template-service-description-page-php .collapse.in p {
    height: auto;
    overflow: auto;
    white-space: normal
}
#ie7 .accordion-heading {
    position: static
}
.two-column #content .accordion-heading h2 {
    margin: 0 0 15px -60px;
    position: relative
}
#ie7 .two-column #content .accordion-heading h2 {
    margin: 0 0 -15px -60px
}
.accordion-toggle.collapsed:before, .accordion-toggle:before {
    color: #30a7d2;
    content: "";
    font-size: 40px;
    font-weight: 700;
    height: 30px;
    left: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    width: 20px
}
.accordion-body {
    clear: both
}
.accordion-inner table td {
    color: #696E70;
    font-size: 13px;
    line-height: 18px;
    text-align: center
}
.two-column #content .accordion-body table img {
    border: 1px solid #E9EAEB;
    margin: 0 15px;
    padding: 5px
}
.two-column #content .accordion-body table p {
    font-size: 11px;
    line-height: 16px;
    text-align: center
}
.page-template-board-managers-page-php #content p {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 25px
}
.page-template-board-managers-page-php #content p.first-title {
    margin: 0 0 10px
}
.multi-col {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 595px
}
.multi-col li {
    margin: 0 20px 20px 0;
    width: 285px
}
.multi-col li:nth-child(even) {
    margin: 0 0 20px
}
.two-column #content .multi-col h2 {
    background: 0 0;
    margin: 0;
    padding: 0
}
.two-column #content .multi-col.members h2 {
    margin: 0
}
.two-column #content .multi-col h3 {
    color: #9CA2A3;
    font-size: 14px;
    margin: 0
}
.wp-paginate {
    list-style: none;
    padding: 0
}
.wp-paginate span.title {
    display: none
}
.wp-paginate .gap, .wp-paginate .next, .wp-paginate .page, .wp-paginate .prev {
    background: #CBEBF9;
    color: #535A5A;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    width: 30px
}
.wp-paginate .next:hover, .wp-paginate .page:hover, .wp-paginate .prev:hover {
    background: #D9EEF7;
    color: #1F2122
}
.wp-paginate .current, .wp-paginate .current:hover {
    background: #6CC6E9;
    color: #FFF
}
.two-column #secondary {
    float: left;
    width: 268px
}
#secondary aside {
    float: left
}
.two-column #secondary ul.menu {
    float: left;
    list-style: none;
    margin: 0 0 65px;
    padding: 0
}
.two-column #secondary ul.menu li a {
    border-top: 1px solid #dadada;
    color: #68b5d1;
    float: left;
    font-size: 16px;
    font-weight: 700;
    height: 39px;
    line-height: 39px;
    padding: 0 10px;
    text-decoration: none;
    width: 248px
}
.two-column #secondary ul.menu li:last-child a {
    border-bottom: 1px solid #dadada
}
.two-column #secondary ul.menu li.current-menu-item a {
    background: #68b5d1;
    color: #FFF
}
#secondary aside h3 {
    color: #9CA2A3;
    font-family: georgia, serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 400;
    line-height: 34px;
    margin: 0 0 10px
}
#secondary .textwidget {
    float: left
}
#secondary aside img {
    background: #FFF;
    border: 1px solid #dadada;
    padding: 6px
}
#secondary aside hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dadada;
    margin: 40px 0 30px;
    padding: 0
}
#secondary aside ul {
    list-style: none;
    padding: 0
}
#secondary aside ul p {
    font-size: 14px
}
#secondary aside ul p.post-date {
    font-size: 14px;
    font-weight: 700;
    margin: 0
}
#secondary aside ul h4 {
    font-family: proxima-nova, helvetica, arial, sans-serif;
    margin: 0
}
#secondary aside ul h4 a {
    color: #68b5d1;
    font-size: 14px;
    text-decoration: none
}
.widget_categoryposts p {
    line-height: 18px;
    margin: 5px 0 0
}
.generic:nth-child(1) {
    margin: 70px 0 0
}
.page-template-contact-page-php h1.headline {
    border-bottom: 1px solid #DADADA;
    color: #777;
    font-family: georgia, serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    line-height: 38px;
    margin: -5px 0 30px;
    padding: 0 0 10px;
    width: 880px
}
.fsForm .fsLabel, .fsForm .fsOptionLabel {
    font-family: proxima-nova, helvetica, arial, sans-serif
}
.page-template-contact-page-php #primary {
    margin: 0 66px 0 0;
    width: 430px
}
.page-template-contact-page-php #secondary {
    width: 386px
}
#interested-client {
    background: #4d4d4d;
    border: 6px solid #FFF;
    border-radius: 3px;
    box-shadow: 0 0 1px #666;
    color: #FFF;
    padding: 15px 25px
}
#interested-client h1 {
    font-size: 21px;
    line-height: 28px;
    margin: 0 0 20px;
    width: 260px
}
#interested-client a {
    color: #68b5d1;
    text-decoration: none
}
#trading-centers, #trading-centers .textwidget {
    float: left
}
#trading-centers h1 {
    color: #68b5d1;
    font-size: 16px;
    margin: 40px 0 0 25px;
    text-transform: uppercase
}
#trading-centers p {
    border-bottom: 1px solid #dadada;
    float: left;
    margin: 0;
    padding: 15px 25px;
    width: 345px
}
#trading-centers p.last {
    border: none
}
.fsBody .fsForm {
    border: none!important
}
.fsFirst.fsLast.fsFieldCell, html .fsForm .fsCell {
    width: 100%!important;
    float: left!important;
    clear: left!important;
    margin: 0!important;
    padding: 10px 0!important
}
.fsForm .fsLabel, hr {
    padding: 0;
    display: block
}
hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #dadada;
    margin: 1em 0
}
html .fsForm .fsCell input, html .fsForm .fsCell select, html .fsForm .fsCell textarea {
    float: left!important;
    clear: left!important;
    margin: 5px 0!important
}
.fsBody .fsSubField {
    clear: left
}
.fsForm .fsLabel {
    float: left;
    clear: left;
    width: 405px!important;
    margin: 0;
    color: #a3a3a3;
    font-size: 16px!important;
    font-weight: 400!important
}
.fsValidationError .fsLabel {
    padding: 0!important;
    background: 0 0!important
}
.fsForm .fsFieldCity, .fsForm .fsFieldState, .fsForm .fsFieldZip {
    margin: 20px 0 0!important
}
.fsForm .fsOptionLabel {
    display: block;
    width: auto!important;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #676767;
    font-size: 14px!important;
    font-weight: 400
}
html .fsFieldRow .fsFieldFocused input.fsField, html .fsForm .fsFieldFocused textarea {
    background: #FFF!important
}
.fsFieldRow input[type=text].fsField, .fsFieldRow input[type=tel].fsField, .fsFieldRow input[type=email].fsField, .fsForm input.fsFieldCity, .fsForm textarea {
    background: #f5f5f5!important;
    background: -moz-linear-gradient(top, #f5f5f5 0, #fff 100%)!important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #fff))!important;
    background: -webkit-linear-gradient(top, #f5f5f5 0, #fff 100%)!important;
    background: -o-linear-gradient(top, #f5f5f5 0, #fff 100%)!important;
    background: -ms-linear-gradient(top, #f5f5f5 0, #fff 100%)!important;
    background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%)!important;
    border: 1px solid #dadada!important;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .08);
    color: #666!important;
    font-family: proxima-nova, helvetica, arial, sans-serif!important;
    font-size: 16px!important;
    height: 48px;
    padding: 0 10px!important;
    position: relative;
    width: 385px!important
}
body .fsFieldRow input[type=text] {
    max-width: 400px!important
}
.fsFieldRow input[type=text]:focus, .fsForm textarea:focus {
    outline: 0;
    border: 1px solid #68b5d1!important
}
.fsForm textarea {
    height: 266px;
    padding: 10px!important;
    resize: none
}
.fsSubmit input.fsSubmitButton {
    background: #68B5D1;
    border: none;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15) inset;
    color: #FFF;
    float: left;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-weight: 700;
    height: 48px;
    width: 127px
}
.fsFieldFocused, .fsSubmit, html td.fsValidationError {
    background: 0 0!important
}
html .fsForm .fsCell select {
    width: 405px
}
.fsSubmit {
    padding: 0!important
}
.fsPagination {
    float: left;
    margin: 0!important
}
.fsValidationError .fsLabel {
    background-position: left 17px!important
}
.fsError {
    margin: 20px 0!important;
    width: 405px!important
}
.fsSpacerRow {
    display: none
}
.fsRequiredMarker {
    color: #F8B04E!important
}
.wpcf7-form input, .wpcf7-form textarea {
    border: 1px solid #dadada;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .08);
    color: #a3a3a3;
    width: 385px;
    font-family: proxima-nova, helvetica, arial, sans-serif;
    position: relative
}
.two-column #content .wpcf7-form p {
    margin: 0 0 19px
}
.wpcf7-form input {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f5f5f5 0, #fff 100%);
    background: -o-linear-gradient(top, #f5f5f5 0, #fff 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0, #fff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
    height: 48px;
    padding: 0 20px
}
.wpcf7-form textarea {
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0, #fff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f5f5f5), color-stop(100%, #fff));
    background: -webkit-linear-gradient(top, #f5f5f5 0, #fff 100%);
    background: -o-linear-gradient(top, #f5f5f5 0, #fff 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0, #fff 100%);
    background: linear-gradient(to bottom, #f5f5f5 0, #fff 100%);
    height: 266px;
    max-width: 385px;
    padding: 20px
}
.wpcf7-form input:focus {
    color: #666
}
.wpcf7-form input[type=submit] {
    background: #68b5d1;
    border: none;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .15);
    font-family: proxima-nova, helvetica, arial, sans-serif;
    font-weight: 700;
    color: #FFF;
    width: 127px
}
.wpcf7-form input[type=submit]:hover {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .35);
    text-shadow: 0 2px 0 rgba(0, 0, 0, .35)
}
html span.wpcf7-not-valid-tip {
    background: red;
    border: none
}
#hotline-wrapper {
    border-top: 1px solid #dadada;
    float: left;
    margin: 20px 0 10px
}
.hotline {
    float: left;
    margin: 20px 0 0
}
.hotline #number {
    padding: 0 50px 0 20px;
    white-space: nowrap;
    width: 230px
}
.hotline h1 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-align: center
}
.hotline h1 a {
    color: #5B6266;
    text-decoration: none
}
.hotline h1 a:hover {
    text-decoration: underline
}
.hotline .textwidget {
    color: #c1cacd;
    font-size: 36px
}
.hotline .textwidget .descrip {
    color: #5B6266;
    font-size: 13px;
    width: 595px
}
.page-list {
    list-style: none;
    padding: 0
}
.page-list ul {
    list-style: none;
    margin: 0;
    padding: 5px 0 0 20px
}
.page-list li li {
    font-size: 14px;
    margin: 0 0 5px
}
.page-list li {
    font-size: 16px;
    font-weight: 700
}
.page-list li li {
    font-weight: 400
}
.page-list a {
    color: #68B5D1;
    text-decoration: none
}
.page-list a:hover {
    text-decoration: underline
}
#back-top {
    position: fixed;
    bottom: 75px;
    margin-left: 876px;
    padding: 0 0 9px
}
#back-top a {
    background: url(/wp-content/themes/aces/images/back-top.png) center top no-repeat;
    color: #7b99a2;
    display: block;
    height: 47px;
    font: 12px/12px proxima-nova, helvetica, arial, sans-serif;
    font-weight: 700;
    padding: 40px 0 0 4px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: 78px;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    transition: opacity 1s
}
#back-top a:hover {
    background: url(/wp-content/themes/aces/images/back-top.png) center -88px no-repeat;
    color: #777
}
footer#colophon {
    background: #424749;
    background: rgba(9, 16, 18, .7);
    border-radius: 6px 6px 0 0;
    height: 50px;
    margin: 6px auto 0;
    padding: 20px 0 0;
    position: relative;
    width: 1000px
}
.ir, .visuallyhidden {
    border: 0;
    overflow: hidden
}
.page-template-page-landing-php footer#colophon {
    height: 10px
}
footer#colophon ul#menu-footer {
    list-style: none;
    margin: 10px auto 0;
    padding: 0;
    position: absolute;
    right: 140px;
    width: 700px
}
footer#colophon ul#menu-footer li {
    float: left
}
footer#colophon ul#menu-footer li a {
    color: #FFF;
    float: left;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: 700;
    margin: 0 17px 0 0;
    text-decoration: none;
    text-transform: uppercase
}
span.edit-link {
    display: none
}
.ir {
    background-color: transparent
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%
}
.hidden {
    display: none!important;
    visibility: hidden
}
.visuallyhidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
.invisible {
    visibility: hidden
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}
.clearfix:after {
    clear: both
}
@media only screen and (min-device-width :400px) and (max-device-width :480px) and (orientation:landscape) {
    #mobile-nav, header#branding {
        background: #FFF;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
        left: 0;
        width: 100%;
        z-index: 9999
    }
    #mobile-nav li a, #mobile-nav ul li {
        width: 210px;
        float: left
    }
    #announcement-banner:after, #announcement-banner:before, #secondary, #tower, .two-column #content h3.banner:after, .two-column #content h3.banner:before, .two-column #main h1.entry-title:after, .two-column #main h1.entry-title:before, nav#access, nav#secondary-nav {
        display: none
    }
    header#branding {
        border-radius: 0;
        height: 50px;
        position: fixed;
        top: 0
    }
    #mobile-nav-btn {
        background: #DDD;
        display: block;
        float: right;
        height: 30px;
        margin: 10px 20px 10px 0;
        width: 30px
    }
    #mobile-nav-btn.icon-reorder {
        color: #666;
        font-size: 20px;
        line-height: 34px;
        text-align: center
    }
    #mobile-nav {
        padding: 10px 0;
        position: absolute;
        top: 50px
    }
    #mobile-nav ul {
        margin: 0 auto;
        padding: 0;
        width: 440px
    }
    #mobile-nav ul li:nth-child(odd) {
        margin: 0 10px 0 0
    }
    #mobile-nav ul li#menu-item-696 {
        clear: both
    }
    #mobile-nav li a {
        border-top: 1px solid #DADADA;
        color: #68B5D1;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        padding: 2px 0 5px;
        text-decoration: none
    }
    #mobile-nav ul ul {
        width: 220px
    }
    #mobile-nav li li {
        margin: 0;
        width: 220px
    }
    #mobile-nav ul li:nth-child(odd) li {
        margin: 0
    }
    #mobile-nav li li a {
        border: none;
        color: #777;
        font-size: 13px
    }
    html .home #main {
        margin: 50px auto 0;
        width: 480px
    }
    #hero {
        background: #32393B;
        border-radius: 0;
        padding: 30px;
        height: 160px;
        width: 420px
    }
    #hero h1 {
        font-size: 24px;
        line-height: 32px;
        text-align: left
    }
    #hero p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
        text-align: left
    }
    #hero p a {
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        width: 130px;
        float: left
    }
    #announcement-banner {
        background: #DADC7A;
        height: auto;
        padding: 0 0 26px 20px;
        width: 460px
    }
    #announcement-banner h3, #announcement-banner p {
        width: 460px
    }
    #announcement-banner p {
        white-space: normal
    }
    html .home #content {
        padding: 24px 20px 20px;
        width: 440px
    }
    #serve, #serve ul {
        width: 440px
    }
    html #serve h2 {
        padding-left: 0!important
    }
    #serve ul li {
        float: left;
        line-height: 24px;
        margin: 0 0 10px;
        width: 200px
    }
    #serve ul li:nth-child(odd) {
        margin: 0 20px 0 0
    }
    #footprint img, .page-id-9 p img, img.exec-photo-lg {
        height: auto;
        width: 426px
    }
    .home .entry-content {
        margin: 30px 0 10px;
        width: 440px
    }
    .two-column #content h3.banner {
        font-size: 26px;
        height: 40px;
        left: auto;
        line-height: 40px;
        margin: 0 0 20px -20px;
        padding: 0 0 0 20px;
        position: static;
        top: auto;
        width: auto
    }
    .two-column #main {
        margin: 50px auto 0;
        padding: 136px 20px 10px;
        width: 440px
    }
    .two-column #main h1.entry-title {
        background: #F8B04E;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin: 30px 0 0;
        padding: 0 20px
    }
    .blog #content h1, .page-template-contact-page-php .entry-content h1, .page-template-contact-page-php h1.headline, .single .entry-header h1, .two-column #primary .entry-content h1 {
        line-height: 28px;
        margin: -10px 0 20px;
        width: 440px;
        font-size: 24px
    }
    .single .entry-header h1:first-of-type, .two-column #content h2, .two-column #content h2:first-of-type {
        margin-left: -20px;
        padding-left: 20px
    }
    .two-column #content .multi-col.members h2 {
        padding: 0
    }
    .two-column #main .header-img {
        height: 100px;
        left: 0;
        position: absolute;
        overflow: hidden;
        top: 0;
        width: 100%
    }
    .two-column #main img.wp-post-image {
        border-radius: 0;
        height: 100px;
        position: static;
        width: 510px
    }
    .two-column #primary {
        width: 440px
    }
    img.exec-photo {
        margin: 0 20px
    }
    blockquote.exec {
        margin: -20px 0 0;
        width: 240px
    }
    .page-template-contact-page-php #primary {
        margin: 0;
        width: 440px
    }
    .page-template-contact-page-php #secondary {
        display: block
    }
    #interested-client {
        margin: 20px 0 0;
        width: 376px
    }
    #trading-centers h1 {
        margin: 20px 0 0
    }
    #trading-centers p {
        padding: 15px 0;
        width: 400px
    }
    .fsFieldRow input[type=text], .fsForm textarea {
        width: 400px
    }
    .hotline #number {
        margin: 0;
        padding: 0;
        width: 400px;
        -webkit-text-fill-color: #C1CACD
    }
    .hotline #number h1 {
        color: #5B6266;
        -webkit-text-fill-color: #5B6266;
        text-align: left
    }
    .hotline .textwidget .descrip {
        margin: 0;
        width: 440px
    }
    footer#colophon {
        border-radius: 0;
        height: 30px;
        margin-top: 0;
        padding: 10px 0 0;
        width: 100%
    }
    footer#colophon ul#menu-footer {
        height: 30px;
        margin: 0 auto;
        position: static;
        width: 180px
    }
    footer#colophon ul#menu-footer li {
        line-height: 20px
    }
    #menu-footer #menu-item-124, #menu-footer #menu-item-125, #menu-footer #menu-item-126, #menu-footer #menu-item-127, #menu-footer #menu-item-128, #menu-footer #menu-item-131, #menu-footer #menu-item-137 {
        display: none
    }
    #back-top a {
        background: #B9D4DC;
        height: 30px;
        padding: 10px 0 0 4px;
        width: 70px
    }
    #back-top {
        bottom: 0;
        margin-left: 386px;
        z-index: 9999
    }
}
@media only screen and (max-width :414px) {


.socialLink {
    position: relative;
    right: -4px;
    bottom: 10px;
}

ul#reason10list {
    position: relative;
    left: -25px;
}

.envira-tag-filter{
		display: block;
    		width: 100%;
    		padding-bottom: 15px;
} 

.envira-tags-filter {
   	 	display: block;
    		width: 100%;
    		padding-bottom: 15px;
	}

.reason{
min-height: 90px; width: 95%; border-bottom: 2px dotted rgba(153,204,51,1.00); margin-bottom: 20px; height: auto;
}
.reason-number{
max-width: 90px; float: left; width: 25%;
}
.reason-text{
float: left;
width: 70%;
}
.reason-p{
font-size: 1.5em!important;
padding-top: 15px!important;
}

	.location-content{
	width: 320px;
	display: inline-block;
	position: relative;
	left: 23px;
	vertical-align: top;
	margin-bottom: 10px;
}

.location-picture{
margin-left: 30px;
}

    #mobile-nav, header#branding {
        background: #FFF;
        box-shadow: 0 2px 2px rgba(0, 0, 0, .2);
        left: 0;
        z-index: 9999
    }
    #mobile-nav li a, #mobile-nav ul li {
        width: 130px;
        float: left
    }
    #announcement-banner:after, #announcement-banner:before, #secondary, #tower, .two-column #content h3.banner:after, .two-column #content h3.banner:before, .two-column #main h1.entry-title:after, .two-column #main h1.entry-title:before, nav#access, nav#secondary-nav {
        display: none
    }
    header#branding {
        border-radius: 0;
        height: 50px;
        position: fixed;
        top: 0;
        width: 100%
    }
    #mobile-nav-btn {
        background: #DDD;
        display: block;
        float: right;
        height: 30px;
        margin: 10px 20px 10px 0;
        width: 30px
    }
    #mobile-nav-btn.icon-reorder {
        color: #666;
        font-size: 20px;
        line-height: 34px;
        text-align: center
    }
    #mobile-nav {
        padding: 20px;
        position: absolute;
        top: 50px;
        width: 87%
    }
    #mobile-nav ul {
        margin: 0;
        padding: 0;
        width: 100%
    }
    #mobile-nav ul li:nth-child(odd) {
        margin: 0 10px 0 0
    }
    #mobile-nav ul li#menu-item-696 {
        clear: both
    }
    #mobile-nav li a {
        border-top: 1px solid #DADADA;
        color: #68B5D1;
        font-size: 15px;
        font-weight: 700;
        line-height: 20px;
        padding: 5px 0;
        text-decoration: none
    }
    #mobile-nav ul ul {
        width: 120px
    }
    #mobile-nav li li {
        margin: 0;
        width: 120px
    }
    #mobile-nav ul li:nth-child(odd) li {
        margin: 0
    }
    #mobile-nav li li a {
        border: none;
        color: #777;
        font-size: 13px
    }
    html .home #main {
        margin: 50px auto 0;
        width: 100%
    }
    #hero {
        background: #32393B;
        border-radius: 0;
        padding: 30px;
        height: 210px;
        width: 84%
    }
    #hero h1 {
        font-size: 24px;
        line-height: 32px;
        text-align: left
    }
    #hero p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px;
        text-align: left
    }
    #hero p a {
        height: 30px;
        font-size: 16px;
        line-height: 30px;
        width: 130px;
        float: left
    }
    #announcement-banner {
        background: #DADC7A;
        height: auto;
        padding: 0 0 26px 20px;
        width: 95%
    }
    #announcement-banner h3, #announcement-banner p {
        width: 95%
    }
    #announcement-banner p {
        white-space: normal
    }
    html .home #content {
        padding: 24px 20px 20px;
        width: 100%
    }
    html #serve h2 {
        padding-left: 0!important
    }
    #footprint img, .page-id-9 p img, img.exec-photo-lg {
        height: auto;
        width: 266px
    }
    .home .entry-content {
        margin: 30px 0 10px;
        width: 88%
    }
    .two-column #content h3.banner {
        font-size: 26px;
        height: 40px;
        left: auto;
        line-height: 40px;
        margin: 0 0 20px -20px;
        padding: 0 0 0 20px;
        position: static;
        top: auto;
        width: auto
    }
    .two-column #main {
        margin: 50px auto 0;
        padding: 136px 20px 10px;
        width: 100%
    }
    .two-column #main h1.entry-title {
        background: #F8B04E;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, .2);
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        margin: 30px 0 0;
        padding: 0 20px
    }
    .blog #content h1, .page-template-contact-page-php .entry-content h1, .page-template-contact-page-php h1.headline, .single .entry-header h1, .two-column #primary .entry-content h1 {
        line-height: 26px;
        margin: -10px 0 20px;
        width: 88%;
        font-size: 24px
    }
    .single .entry-header h1:first-of-type, .two-column #content h2, .two-column #content h2:first-of-type {
        margin-left: -20px;
        padding-left: 20px
    }
    .two-column #content .multi-col.members h2 {
        padding: 0
    }
    .two-column #main .header-img {
        height: 100px;
        left: 0;
        position: absolute;
        overflow: hidden;
        top: 0;
        width: 100%;
    }
    .two-column #main img.wp-post-image {
        border-radius: 0;
        height: 100px;
        position: static;
        width: 510px
    }
    .two-column #primary {
        width: 100%
    }
    img.exec-photo {
        margin: 0 70px 20px
    }
    blockquote.exec {
        margin: -20px 0 0;
        width: 260px
    }
    .page-template-contact-page-php #primary {
        margin: 0;
        width: 280px
    }
    .page-template-contact-page-php #secondary {
        display: block;
        width: 280px
    }
    #interested-client {
        margin: 20px 0;
        width: 226px
    }
    #interested-client h1 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px;
        width: 240px
    }
    #trading-centers .textwidget {
        width: 280px
    }
    #trading-centers h1 {
        margin: 20px 0 0
    }
    #trading-centers p {
        padding: 15px 0;
        width: 280px
    }
    .ui-selectmenu {
        width: 238px!important
    }
    .ui-selectmenu-menu {
        width: 278px!important
    }
    .fsFieldRow input[type=text], .fsForm textarea {
        width: 238px
    }
    .hotline #number, .hotline .textwidget .descrip {
        margin: 0;
        width: 280px
    }
    .hotline #number {
        padding: 0;
        -webkit-text-fill-color: #C1CACD
    }
    .hotline #number h1 {
        color: #5B6266;
        -webkit-text-fill-color: #5B6266;
        text-align: left
    }
    footer#colophon {
        border-radius: 0;
        height: 30px;
        margin-top: 0;
        width: 97%
    }
    footer#colophon ul#menu-footer {
        margin-top: 0;
        right: 40px;
        width: 200px
    }
    #menu-footer #menu-item-124, #menu-footer #menu-item-125, #menu-footer #menu-item-126, #menu-footer #menu-item-127, #menu-footer #menu-item-128, #menu-footer #menu-item-131, #menu-footer #menu-item-137 {
        display: none
    }
    #back-top a {
        background: #B9D4DC;
        height: 30px;
        padding: 10px 0 0 4px;
        width: 70px
    }
    #back-top {
        bottom: 0;
        margin-left: 226px;
        z-index: 9999
    }
    .vision-statement{
	    position: relative;
	    right: 350px;
	    line-height: 1.2em;
	    width: 260px;
	    margin-top: 180px!important;
    }
    #spotlightList{
    	padding-left: 0!important;
    }
    .spotlight{
    margin-left: 0!important;
    }
    .community-involvement-text{
	margin-right: 40px;	
    }
	
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) {
    #announcement-banner:after, #announcement-banner:before, h3.banner:before {
        display: none
    }
    #back-top a {
        height: 30px;
        width: 70px
    }
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :landscape) {
    .hotline h1 {
        color: #5B6266;
        -webkit-text-fill-color: #5B6266
    }
    .hotline #number {
        -webkit-text-fill-color: #C1CACD
    }
    #back-top {
        margin-left: 866px
    }
}
@media only screen and (min-device-width :768px) and (max-device-width :1024px) and (orientation :portrait) {
    #announcement-banner:after, #announcement-banner:before, .two-column #content h3.banner:after, .two-column #content h3.banner:before, .two-column #main h1.entry-title:after, .two-column #main h1.entry-title:before, nav#access ul#menu-main li#menu-item-25 {
        display: none
    }
    header#branding {
        border-radius: 0;
        width: 100%
    }
    nav#access ul#menu-main {
        width: 540px
    }
    nav#access ul#menu-main li a {
        font-size: 14px
    }
    html .home #main {
        width: 710px
    }
    #hero {
        height: 250px;
        width: 270px
    }
    #hero h1 {
        font-size: 28px;
        line-height: 36px
    }
    #hero p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 0 10px
    }
    #announcement-banner {
        background: #DADC7A;
        height: auto;
        padding: 0 0 26px 70px;
        width: 640px
    }
    #announcement-banner h3, #announcement-banner p {
        width: 610px
    }
    html .home #content {
        padding: 24px 20px 20px;
        width: 440px
    }
    .home .entry-content {
        margin: 30px 0 10px 10px;
        width: 440px
    }
    #serve {
        margin: 0 10px;
        width: 640px
    }
    #serve ul {
        float: left;
        margin: 0 0 20px 20px
    }
    #serve ul li {
        float: left;
        width: 300px
    }
    .home #difference .entry-content {
        width: 640px
    }
    .two-column #content h3.banner {
        font-size: 26px;
        float: left;
        height: 40px;
        left: auto;
        line-height: 40px;
        margin: 0 0 20px -30px;
        padding: 0 20px;
        position: static;
        top: auto;
        width: auto
    }
    .two-column #main {
        margin: 8px auto 0;
        padding: 232px 20px 10px;
        width: 710px
    }
    .two-column #main h1.entry-title {
        background: #F8B04E;
        box-shadow: 3px 3px 0 rgba(0, 0, 0, .2)
    }
    .blog #content h1, .page-template-contact-page-php .entry-content h1, .page-template-contact-page-php h1.headline, .single .entry-header h1, .two-column #primary .entry-content h1 {
        width: 440px;
        font-size: 24px
    }
    .single .entry-header h1:first-of-type, .two-column #content h2, .two-column #content h2:first-of-type {
        margin-left: -20px;
        padding-left: 20px
    }
    .two-column #content .multi-col.members h2 {
        padding: 0
    }
    .two-column #main .header-img {
        left: 0;
        position: absolute;
        overflow: hidden;
        top: 0;
        width: 100%
    }
    .two-column #main img.wp-post-image {
        border-radius: 0;
        position: static
    }
    .two-column #primary {
        width: 440px
    }
    .two-column #secondary {
        width: 200px
    }
    .two-column #secondary ul.menu li a {
        height: auto;
        width: 190px
    }
    #secondary aside img {
        height: auto;
        width: 196px
    }
    blockquote.exec {
        margin: -20px 0 0 20px;
        width: 260px
    }
    .page-id-9 p img, img.exec-photo-lg {
        height: auto;
        width: 426px
    }
    .page-template-contact-page-php #primary {
        margin: 0;
        width: 420px
    }
    .page-template-contact-page-php h1.headline {
        width: 700px
    }
    .page-template-contact-page-php #primary p {
        width: 400px
    }
    .page-template-contact-page-php #secondary {
        display: block
    }
    #back-top {
        margin-left: 658px
    }
    #interested-client {
        margin: 20px 0;
        width: 226px
    }
    #interested-client h1 {
        font-size: 18px;
        line-height: 24px;
        margin: 0 0 20px;
        width: 240px
    }
    #trading-centers h1 {
        margin: 40px 0 0
    }
    #trading-centers p {
        padding: 15px 0;
        width: 280px
    }
    .ui-selectmenu {
        width: 360px!important
    }
    .fsFieldRow input[type=text], .fsForm textarea {
        width: 360px
    }
    .ui-selectmenu-menu {
        width: 400px!important
    }
    .hotline h1 {
        color: #5B6266;
        -webkit-text-fill-color: #5B6266;
        text-align: left
    }
    .hotline #number {
        margin: 0;
        padding: 0;
        width: 280px;
        -webkit-text-fill-color: #C1CACD
    }
    .hotline .textwidget .descrip {
        margin: 0;
        width: 420px
    }
    footer#colophon {
        border-radius: 0;
        width: 100%
    }
    footer#colophon ul#menu-footer {
        right: 40px;
        width: 700px
    }
}
@media only screen and (min-device-width :320px) and (max-device-width :480px), only screen and (-webkit-min-device-pixel-ratio :1.5) and (max-device-width :480px), only screen and (min-device-pixel-ratio :1.5) {
    header#branding h1#site-title a {
        background-image: url(/wp-content/uploads/2014/09/ACES-Logo-Horizontal-CMYK-EIE-Tag-Trademark-WEB.png) center center no-repeat;
        background-size: 92px 33px;
        height: 33px;
        margin: 10px 0 5px 10px;
        width: 92px
    }
}

.single-spotlight .entry-header h1{
  border-bottom: none;
}
