/*
Theme Name: Councilor, Buchanan & Mitchell, CPAs 
Description: The bright, clean and modern site for an accounting industry icon .
Version: 1.0
Author: Digital Ink
Author uri: https://www.dgtlnk.com
*/

@import url("css/bootstrap.min.css");
@import url('https://fonts.googleapis.com/css?family=Cardo:400,400i,700&display=swap');
@import url('https://use.typekit.net/pgq4mks.css');

@font-face {
    font-family: 'priorisansot-regular';
    src: url('css/fonts/priorisansot-regular-webfont.eot');
    src: url('css/fonts/priorisansot-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/priorisansot-regular-webfont.woff2') format('woff2'),
         url('css/fonts/priorisansot-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'priorisansot-regular';
    src: url('css/fonts/priorisansot-italic-webfont.eot');
    src: url('css/fonts/priorisansot-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/priorisansot-italic-webfont.woff2') format('woff2'),
         url('css/fonts/priorisansot-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: italic;
	font-display: block;
}

@font-face {
    font-family: 'priorisansot-regular';
    src: url('css/fonts/priorisansot-bold-webfont.eot');
    src: url('css/fonts/priorisansot-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/priorisansot-bold-webfont.woff2') format('woff2'),
         url('css/fonts/priorisansot-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
	font-display: block;
}


html {
	height: 100%;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
	background-color: #ffffff;
  	font-family:"priorisansot-regular";
	height: 100%;
	color: #4b4b49;
	margin: 0 auto !important;
}

a {
	color: #ac7c2d;
	text-decoration: none;
}

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

a.cbm-link {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 21px;
}

p {
	margin: 0 0 20px;
	font-weight: 400;
	font-size: 21px;
	line-height: 1.5em;
}

h1 {
	font-size: 70.88px;
	font-family:'priorisansot-regular';
	font-weight: normal;
	text-transform: uppercase;
	color: #004a8d;
	line-height: 1.5em;
}

h2, h3, h4, h5, h6 {
	font-family: 'Cardo', serif;
	color: #004a8d;
	line-height: 1.5em;
}

h2 {
	font-size: 47.25px;
}

h3 {
	font-size: 31.5px;
	color: #000000;
}

h4 {
	font-size: 24px;
}

h1, h2, h3 {
	margin-bottom: 20px;
}

h2, h3 {
	font-weight: bold;
}

ol, ul, li {
	font-size: 21px;
	line-height: 1.5;
	font-weight: 400;
}

ol, ul {
	margin-bottom: 20px;
}

iframe {
	max-width: 100%
}

/*Basic Styling Styles*/

::selection {
  background: #ac7c2d; /* WebKit/Blink Browsers */
  color: white;
}
::-moz-selection {
  background: #ac7c2d; /* Gecko Browsers */
  color: white;
}

input::selection, ::-moz-selection {
	background: #ffffff;
	color: #000000;
}

.centered {
	text-align: center;
	float: none;
    margin: 0 auto;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.white {
	background-color: #ffffff;
}

.gray {
	background-color: #f0f0f0;
}

.blue {
	background-color: #004a8d;
}

hr {
	margin-top: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #dcdcdb;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000000 !important;
}

.caldera-grid label, .gfield_label, use .gform_wrapper.gravity-theme .gfield_label {
	font-size: 18px;
    font-family: "priorisansot-regular", sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: black;
}

.caldera-grid .btn.btn-default, .btn , .gform_button.button {
    background-color: #c04d13;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    color: #ffffff;
    border-radius: 0;
    padding: 6px 40px;
    vertical-align: top;
}

.btn.darkgray {
	background-color: #787882;
}

.btn.darkgray:hover, .btn.darkgray:focus {
	background-color: #66666e;
}

.caldera-grid .btn.btn-default:hover, .caldera-grid .btn.btn-default:focus, .btn:hover, .btn:focus, .gform_button.button:hover, .gform_button.button:focus {
	background-color: #aa4411;
	border: none;
	color: white;
}

.caldera-grid input[type=file] {
	border: none;
}

.cbm-section .caldera-grid .form-control, .caldera-grid .alert {
	font-size: 18px;
}

.cbm-section .caldera-grid .form-control select {
	font-size: 20px;
}

/*Bootstrap Hacks*/

.nav>li>a:focus, .nav>li>a:hover {
	background-color: transparent;
}

.navbar-brand, .caret {
	display: none;
}

.img-responsive {
	display: inline-block;
}

.screen-reader-text {
	display: none;
}

.cbm-section img, .frame img {
	display: inline-block;
	height: auto;
    max-width: 100%;
}

.frame img.aligncenter {
	display: block;
}

/*Formatting Setups*/

.table-area {
	display:table; 
	table-layout:fixed; 
	width:100%; 
	height:100%;
}

.table-align {
	display: table-cell;
    vertical-align: middle;
}

/*Header*/

.utility-menu {
	background-color: #004a8d;
	color: #ffffff;
	padding-top: 10px;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.utility-menu a {
	color: #ffffff;
	text-transform: uppercase;
}

.utility-menu-items div {
	display: inline-block;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 2px solid #4077aa;
}

.utility-menu .telephone .svg-inline--fa {
	margin-right: 5px;
	position: relative;
    top: 1px;
}

.utility-menu .social-media-icons {
	display: none;
}

.utility-menu .social-media-icon {
	margin-right: 15px;
	font-size: 18px;
}

.utility-menu .social-media-icon:hover, .utility-menu .social-media-icon:focus {
	color: #c04d13;
}

.search-form {
	display: none;
	position: relative;
	top: -2px;
}

.search-form label {
	margin-bottom: 0;
}

.search-field {
	border: none;
	padding: 2px 30px;
	color: #000000;
	text-align: right;
	margin-right: 15px;
	background-image: url(img/search-icon.png);
	background-position: 175px;
	background-repeat: no-repeat;
}

.search-field:not(*:root){ background-position: 165px; } 

.utility-menu .btn {
	position: relative;
    top: -2px;
    display: none;
    font-size: 18px;
    padding: 2px 35px;
    margin-right: 18px;
}

.logo-menu {
	padding-top: 40px;
	background-color: white;
}

.main-menu {
	text-align: center;
	padding-top: 20px;
}

.main-menu a {
	color: #000000;
	text-transform: uppercase;
	font-weight: bold;
}

.main-menu a:hover, .main-menu a:focus {
	color: #ac7c2d;
}
/*
.main-menu #menu-item-48326 a.dropdown-toggle {
	color: #004a8d;
}
*/

.navbar-toggle {
	background-color: #004a8d;
}

.navbar-toggle .icon-bar {
	background-color: white;
}

.mbi-logo {
	display: none;
}

/*Sticky Nav*/

.admin-bar .navbar-fixed-top {
	top: 32px;
}

.navbar-fixed-top.logo-menu {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-fixed-top .logo, .navbar-fixed-top .mbi-logo {
	display: none;
}

.navbar-fixed-top .main-menu {
	width: 100%;
	padding-top: 10px;
}

.navbar-fixed-top .main-menu .navbar-brand {
	display: block;
	padding-top: 0;
}

.navbar-fixed-top .main-menu .navbar-brand img {
	width: 50px;
	height: 50px;
}

/*Page*/

.cbm-homepage .cbm-hero {
	height: 528px;
}

.cbm-hero {
	background-image: url(img/hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
}

.cbm-hero .container {
	height: 400px;
}

.cbm-hero h1 {
	color: white;
}

.subtitle {
	color: white;
	font-size: 31.5px;
	font-style: italic;
	text-transform: uppercase;
}

.cbm-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.cbm-section + .cbm-section {
	padding-top: 0;
}

.cbm-section + .cbm-section.cbm-cta {
	padding-top: 60px;
}

.breadcrumbs {
	padding-top: 60px;
}

.breadcrumbs + div {
	padding-top: 30px;
}

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

.cbm-title h3 a {
	color: #004a8d;
}

.cbm-section h2:first-child, .cbm-bg-section h2:first-child, .cbm-bg-color-section h2:first-child {
	margin-top: 0;
}

.cbm-bg-section {
	background-image: url(img/debut_light.png);
	padding-top: 60px;
	padding-bottom: 60px;
}

.cbm-bg-section + .cbm-bg-section {
	padding-top: 0;
}

.cbm-bg-color-section {
	padding-top: 60px;
	padding-bottom: 60px;
}

.cbm-bg-color-section.cbm-alert {
	padding-top: 18px;
	padding-bottom: 18px;
	background: #ffffff;
}

.cbm-bg-color-section.cbm-alert h3 {
	font-size: 22px;
}

.cbm-bg-color-section.cbm-alert p {
	font-size: 23px;
	color: #004a8d;
}

.cbm-bg-color-section.cbm-alert a {
	color:#ce4200;
}

.pretty {
    overflow: hidden;
    text-align: center;
    margin-bottom: 40px;
}

.pretty:before,
.pretty:after {
    background-color: #7d7e7a;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.pretty:before {
    right: 1em;
    margin-left: -50%;
}

.pretty:after {
    left: 1em;
    margin-right: -50%;
}

.horizontal-rule .col-md-12 {
	border-top: 1px solid #4b4b49;
}

.cbm-full-width-quote .cbm-quote-text {
	color: #004a8d;
}

.cbm-bg-color-section a {
	font-weight: bold;
}

.cbm-bg-color-section.blue, .cbm-bg-color-section.blue a, .cbm-bg-color-section.blue h2, .cbm-bg-color-section.blue h3, .cbm-bg-color-section.blue h4 {
	color: white;
}

.cbm-two-col-image-text {
	text-align: center;
}

.cbm-staff h2 {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #4b4b49;
}

.staff-member {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 25px;
}

.staff-member img {
	margin-bottom: 15px;
}

.staff-member a {
	color: #004a8d;
}

.cbm-designation {
	font-family:"priorisansot-regular", sans-serif; 
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.cbm-section table {
	width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

.cbm-section table>tbody>tr>td, .cbm-section table>tbody>tr>th, .cbm-section table>tfoot>tr>td, .cbm-section table>tfoot>tr>th, .cbm-section table>thead>tr>td, .cbm-section table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-size: 21px;
    border: 1px solid #ddd;
}

.cbm-section table th {
	background-color: #7d7e7a;
	color: white;
	text-align: center;
	text-transform: uppercase;
}

.cbm-section table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.cbm-cta {
	border-top: 1px solid #4b4b49;
}

.cbm-cta h3 {
	padding-bottom: 25px;
}

.removepadding {
	padding-bottom: 0;
}

.gallery-container {
	padding-bottom: 20px;
}

/*Homepage*/

.cbm-homepage .container {
	position: relative;
	/*height: 100%;*/
}

.cbm-homepage .hero-logo {
	padding-top: 72px;
}

.cbm-homepage .cbm-hero h1 {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	line-height: 1;
}

.cbm-homepage .hero-links-row {
	/*position: absolute;
    bottom: 72px;
    width: 100%;*/
    margin-top: 45px;
}

.cbm-homepage .hero-links {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding-top: 9px;
	padding-bottom: 9px;
}

.cbm-homepage .hero-link {
    color: white;
    padding: 9px 36px;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
}

#select-service {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-size: 18px;
    padding: 8px 15px 6px;
    border-radius: 0;
    width: 300px;
    height: 42px;
    background-image: url(img/select-arrows.png);
    background-repeat: no-repeat;
    background-position: 275px;
    background-color: white;
}

#select-service option.service-option {
	color: #000000;
    font-weight: bold;
    font-size: 21px;
}

.service-grid {
	padding: 18px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	margin-bottom: 36px;
}

.service-grid:hover, .service-grid:focus {
	top: -2px;
	position: relative;
}

.services-section h4 {
	font-size: 18px;
	font-weight: bold;
}

.services-section a h4 {
	color: #ac7c2d;
}

.services-section a:hover, .services-section a:focus {
	text-decoration: none;
}

.cbm-explore {
	height: 275px;
	margin-bottom: 25px;
	background-size: cover;
	background-repeat: no-repeat;
}

.cbm-explore a {
	color: white;
}

.cbm-overlay {
	background-color: rgba(0,0,0,.4);
	height: 100%;
	width: 100%;
}

.cbm-featured-news {
	background-color: #004a8d;
}

.cbm-featured-news h3, .cbm-featured-news a, .cbm-featured-news .cbm-blog-date {
	color: white;
}

.cbm-featured-news-container {
	padding: 40px;
}

.cbm-recent-news {
	margin-bottom: 50px;
}

.cbm-secondary-news {
	padding-top: 20px;
	border-bottom: 1px solid #c9cac4;
}

.event-row {
	padding-top: 25px;
	padding-bottom: 25px;
}

.event-date {
	background-color: #004a8d;
	color: white;
	font-size: 24px;
	padding: 20px 15px;
	margin-top: 10px;
    margin-bottom: 10px;
}

.cbm-careers-photo {
	margin-bottom: 20px;
}

.photo-frame {
	border: 1px solid #b7b7b7;
	padding: 10px;
	background-color: white;
}

.cbm-quote {
	text-align: center;
}

.cbm-quote-text p {
	font-size: 31px;
	font-style: italic;
	font-family: 'Cardo', serif;
}

.cbm-quote-speaker, .cbm-quote-speaker-title {
	text-transform: uppercase;
	font-size: 21px;
}

.cbm-quote-speaker {
	font-weight: bold;
}

.careers-cta p {
	font-size: 31.5px;
}

.careers-cta p a {
	text-transform: uppercase;
	font-size: 21px;
	font-weight: bold;
	/*color: #4b4b49;*/
	color: #004a8d;
}

.scroll-down {
	position: fixed;
    left: 48.75%;
    transform: translate(-50%, -50%);
    bottom: 0;
    width: 46px;
    height: 46px;
}

.scroll-down.hideit {
	display: none;
}

/*Inner Page*/

.inner-section h1 {
	font-size: 40px;
	text-transform: none;
	font-family: 'Cardo', serif;
	margin-top: 0;
}

.inner-section h2 {
	font-size: 31.5px;
}

.inner-section h3 {
	font-size: 24px;
	font-weight: normal;
}

/*People*/

.people-headshot {
	border-radius: 50%;
}

.people-quote {
	color: #004a8d;
	border-top: 2px solid #c9cac4;
	border-bottom: 2px solid #c9cac4;
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.people-headshot-container {
	margin-bottom: 25px;
}

/*Blog*/

.cbm-blog {
	border-bottom: 1px solid #c9cac4;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.cbm-blog-date {
	color: #8a8b86;
	font-size: 18px;
	font-style: italic;
}

h2.cbm-blogs-title a {
	color: #004a8d;
}

.next-previous {
	font-size: 24px;
	font-style: italic;
}

.next-previous .fa-angle-left {
	margin-right: 15px;
    top: 3px;
    position: relative;
}

.next-previous .fa-angle-right {
	margin-left: 15px;
	top: 3px;
    position: relative;
}

/*Single Post*/

.cbm-byline p {
	font-weight: bold;
}

.single-breadcrumbs {
	padding-top: 0;
}

.single-breadcrumbs p#breadcrumbs {
	border-bottom: 1px solid gray;
   	border-top: 1px solid gray;
   	padding: .25em 0;
}

/*Sidebar*/

aside.widget {
	background-color: #f5f5f5;
	border: 1px solid #c9cac4;
	padding: 30px 24px;
	margin-bottom: 25px;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
}

aside.widget h3 {
	color: #4b4b49;
	margin-top: 0;
	font-weight: bold;
}

.widget a {
	color: #4b4b49;
}

.widget a:hover, .widget a:focus {
	color: #ac7c2d;
}

.widget a.btn {
	color: white;
}

.widget ul {
	padding-left: 0;
	list-style-type: none;
}

.widget ul li {
	border-bottom: 1px solid #dadad9;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget ul li a {
	font-weight: bold;
}

aside.widget select {
	font-size: 18px;
	width: 100%;
}

.author-info {
	padding-bottom: 0;
}

.author-headshot {
	width: 100px;
}

.author-headshot-container {
	margin-bottom: 0;
}

.author-name {
	padding-left: 0;
}

.author-name p {
	font-size: 20px;
    line-height: 1.2em;
    min-height: 46px;
    margin: 0;
}

.group-name, .group-members, .page-name, .post-name {
	font-size: 21px;
}
.post-name {
	margin-bottom: 10px;
	line-height: 1.2em;
}

.group-members {
	padding-left: 10px;
}

.subscribe-widget .fa-rss {
	margin-right: 10px;
}

aside.widget .post-date {
	display: block;
}

aside.widget svg.svg-inline--fa {
	margin-right: 10px;
}

.rcta {
	margin-bottom: 25px;
}

.related-posts h4 {
	font-family: priorisansot-regular;
	font-size: 20px;
	line-height: 1.2;
}

.widget .related-posts li {
	padding-bottom: 5px;
}

aside.widget.category-widget {
	font-size: 0;
}

.other-related-posts {
	list-style-type: none;
	padding-left: 0;
}
.other-related-posts li {
	display: inline;
}
.other-related-posts li a {
	background: #004a8d;
    border-radius: 24px !important;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    margin: 5px;
    padding: 4px 10px;
    transition: .2s all;
}
.other-related-posts li a:hover {
	color: #fff;
    background: #ac7c2d !important;
    text-decoration: none;
}
.related-posts h3 a {
	color: #ac7c2d;
}
/* Select 2 Styles */
span.select2-selection.select2-selection--single {border-radius: 0;height: 40px;}

span.select2-selection__arrow {
	height: 40px !important;
}

span.select2-selection__rendered {
	padding-top: 5px;
}

aside.widget.category-widget .select2 {
	font-size: 18px;
}

/*Events*/

#tribe-events-content a, .tribe-events-event-meta a {
	color: #ac7c2d;
}

#tribe-events, #tribe-events-pg-template, .tribe-events-pg-template {
	padding: 0;
}

.tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a {
	font-size: 21px;
}

#tribe-events-content table.tribe-events-calendar th {
	font-size: 21px;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	font-size: 15px;
	padding: 20px 0;
}

.recurring-info-tooltip, .tribe-events-calendar .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip {
	padding: 2em;
}

.tribe-event-duration {
	font-size: 18px;
    padding: 5px 0;
}

.single-tribe_events .tribe-events-event-meta {
	font-size: 18px;
}

.tribe-events-schedule {
	margin: 0 0 1.5em;
}

#tribe-events .tribe-events-button, .tribe-events-button {
	font-size: 16px;
}

.tribe-events-user-recurrence-toggle, .tribe-events-loop .tribe-events-event-meta {
	font-size: 18px;
}

.tribe-events-user-recurrence-toggle input {
	margin-right: 10px;
}

.tribe-events-event-meta address.tribe-events-address, .tribe-events-list .tribe-events-venue-details {
	line-height: 1.4;
}

.tribe-events-list-event-description a {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 21px;
}

.single-tribe_events .tribe-events-single-event-title {
	font-size: 47.25px;
	margin-bottom: 20px;
}

.tribe-events-schedule h2 {
	font-size: 18px;
    color: black;
}

.tribe-events-back {
	display: none;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
	font-family: 'Cardo', serif;
	line-height: 1.5em;
}

.tribe-event-description p {
	margin-bottom: 0;
}

#tribe-events .tribe-events-content p, .tribe-events-after-html p, .tribe-events-before-html p {
	margin: 0 0 20px;
	line-height: 1.5em;
}

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
	margin-bottom: 0;
}

.single-tribe_events .tribe-events-single-event-title {
	color: #004a8d;
}

.tribe-events-tooltip h3 {
	font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
}

.tribe-events-calendar td.tribe-events-past .tribe-events-month-event-title a, .tribe-events-calendar td.tribe-events-past .tribe-events-viewmore a {
	opacity: 1;
    color: #969692;
    filter: none;
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
	padding: 36px;
	margin-bottom: 0;
}

/*Footer*/

.footer {
	background-color: #004a8d;
	color: #ffffff;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
}

.footer h2, .footer h3, .footer h4 {
	color: #ffffff;
}

.footer h4 {
	font-size: 21px;
	font-family:"priorisansot-regular", sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}

.footer a {
	color: #ffffff;
}

.cbm-footer-logo {
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer .social-media-footer {
	display: inline-block;
	font-size: 27px;
	text-align: center;
	border: 1px solid #ffffff;
    width: 70px;
    height: 70px;
    padding: 18px 20px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.footer .social-media-footer:hover, .footer-social-media-footer:focus {
	background-color: #ac7c2d;
}

.descriptive-text p {
	font-size: 16px;
}

/* Forms */
.single input.gform_button, #gform_45 input.gform_button {
    width: 100%;
}

#gform_wrapper_38 textarea {
    max-height: 120px;
    transition: .2s all;
	resize: none;
}
#gform_wrapper_38 textarea:focus {
    max-height: 200px;
}

/*CCH Tweaking*/

#cch_tax_alerts {
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5em;

}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    margin: 5px 0 20px 20px;
}

.alignleft {
    margin: 5px 20px 20px 0;
}

a img.alignright {
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    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: 21px;
    margin: 0;
    padding: 10px;
}

/* 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. */
}

/*Media Query Goodness*/

@media (min-width: 768px) {

	.main-menu {
		text-align: left;
	}
	
	.search-form {
		display: inline-block;
	}

	.navbar-nav {
		float: none;
	}
	
	.navbar-nav>li {
		float: none;
		display: inline-block !important;
	}
	
	.nav>li>a {
		padding: 15px 6px;
		font-size: 18px;
	}
	
	.navbar-fixed-top .nav>li>a { 
		padding: 15px 3px;
	}
	
	.menu-item-has-children:hover .dropdown-menu {
		display: block;
		left: 45%;
	    transform: translateX(-45%);
	}
	
	.dropdown-menu {
		padding: 20px;
		border-top: 4px solid #ac7c2d;
		width: auto;
		background-color: #ffffff;
	}
	
	.dropdown-menu>li>a {
		color: #000000;
		padding: 6px 10px;
		text-transform: uppercase;
		font-size: 18px;
	}
	
	.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
		background-color: transparent;
	}
	
	.dropdown-menu>li:focus, .dropdown-menu>li:hover, .dropdown-menu>.active {
		background-color: #ac7c2d;
	}
	
	.dropdown-menu>li:focus a, .dropdown-menu>li:hover a, .dropdown-menu>.active a {
		color: white;
		border-bottom: none; 
	}

}

@media (min-width: 992px) {
	
	.alignleft {
    	float: left;
    }
    
    .alignright {
    	float:right;
    }
    
    a img.alignright {
    	float: right;
	}
	
	a img.alignleft {
	    float: left;
	}
	
	.utility-menu {
		text-align: left;
	}
	
	.utility-menu-items div {
		margin-right: 9px;
		padding-right: 9px;
	}
	
	.utility-menu .btn {
		display: inline-block;
	}
	
	.logo-menu {
		padding-bottom: 40px;
	}
	
	.navbar-fixed-top .nav>li>a {
		padding: 15px;
	}
	
	.navbar-nav>li {
		float: left;
		display: block;
	}
	
	.main-menu {
		padding-top: 20px;
	}
	
	.cbm-quote {
		text-align: left;
	}
	
	.cbm-two-col-image-text {
		text-align: left;
	}
	
	.footer {
		text-align: left;
	}
	
	.footer .nav>li>a {
		width: 150px;
	}
	
	.footer .nav>li>a {
		padding: 10px 15px 10px 0;
	}
	
	.footer .bill-pay {
		display: none;
	}
	
	.mbi-logo {
		display: block;
	}

}

@media (min-width: 1200px) {
	
	.utility-menu-items div {
		margin-right: 18px;
		padding-right: 18px;
	}
	
	.utility-menu .social-media-icons {
		display: inline-block;
	}
	
	.nav>li>a {
		padding: 15px 9px;
		font-size: 21px;
	}
}