.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 8px 15px;
    min-height: 42px;
    font-size: 1em;
    margin-bottom: 30px;
    font-family: 'Cabin', sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color:#f58220;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-width: 6px 5px 0 5px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height:42px;
}
h2.custom-heading2, .custom-heading2 {
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: bold;
	color: #f58220;
}
#newsletter .modal-dialog .modal-content .modal-body h2 {
	color: #fff;
	text-transform: none;
	margin-bottom: 15px;
	font-size: 2.2em;
	font-weight: bold;
}
#prefooter h2 {
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
h2.style-h1 {
	text-transform: uppercase;
	font-size: 2.2em;
	font-weight: bold;
	color: #f58220;
}
.team-member-container .creds h2.style-h1 {
	font-size: 1.8em !important;
	margin-bottom: 20px !important;
	font-weight: bold;
	color: #f58220;
	text-transform: uppercase;
}
.team-member-container .creds h2.style-h1.transform-none,h2.style-h1.transform-none {
	text-transform: none;
}
.team-member-container .qa h2.qna {
	text-transform: uppercase;
    margin-left: -50px;
    color: #dcddde;
    font-size: 5em !important;
    margin-bottom: -50px !important;
    font-weight: bold !important;

}
.blog #main .blog-posts h2.h1-style,.blog #main .blog-archives h2.h1-style {
	text-transform: uppercase;
    font-size: 2.2em;
    font-weight: bold;
    color: #f58220;
}
.single-post #main .b-post h2 {
	font-size: 30px;
	line-height: inherit;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
	color:#6d6e71;
}
 .single-post #main .b-post h3 {
 	font-size: 24px;
	line-height: inherit;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 10px;
	color:#6d6e71;
 }
 .single-post #main ul {
 	margin-top:15px;
 	margin-bottom:15px;
 	line-height: inherit;
 }
 .single-post #main ul li {
 	line-height: inherit;
 }
  .single-post #main .b-post p{
  	margin-bottom: 15px;
  }
  .related h2 {
  	margin-bottom:0px;
  }
 .related h3,.related h3 a {
 	font-size:1.15em;
 	line-height: 1.44;
 }
 
footer .social a.instagram {
    background-image: url("/wp-content/themes/dit-solutions/assets/img/instagram2.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 32px;
    height: 32px;
}
footer .social a.instagram:hover {
    background-image: url("/wp-content/themes/dit-solutions/assets/img/instagram.png");
}  
@media only screen and (max-width: 576px) {
	.team-member-container .qa h2.qna {
		margin-left:-20px;
	}
}
.info-outside {
	padding: 15px;
	height: 135px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.info-outside h2 a {
	color: hsl(225, 2%, 38%);
}
.info-outside h2 {
	font-size:1.55em;
}
.info-outside h3 {
	margin-top:5px;
	font-size:20px;
}
.team-member-gallery .team-inner .row {
	margin-left:0px;
	margin-right:0px;
}
.ever-present-mobile {
	position:fixed;
	left:10px;
	bottom:10px;
	z-index:90000;
}
.ever-present-mobile a {
	border-color: #333;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.home .navbar-toggle {
	background-color: transparent !important;
}