@font-face {
  font-family: "DroidSans";
  src: url("../fonts/DroidSans.ttf") format("truetype");
}

@font-face {
  font-family: "DroidSansBold";
  src: url("../fonts/DroidSans-Bold.ttf") format("truetype");
}

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
    height: 38px;
    padding: 6px 10px;
    background-color: #e2e2e2 !important;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0px !important;
    box-shadow: none;
    box-sizing: border-box;
    width: 100% !important;
    font-weight: bold;
}

body, html {
	font-family: 'DroidSans';
}

.logo {
	cursor: pointer;
}

.bold {
	font-weight: bold !important;
}

.align-center {
	text-align: center;
}

.middle-align {
	top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.align-right {
	text-align: right;
}

.display-flex {
	display: flex;
}

.header {
	height: 160px;
}

.header .row {
	display: flex;
}

.number {
	padding-bottom: 20px;
}

.phone-number-black [href^=tel]{
	color: #222;
	text-decoration:none;
}

.phone-number-white [href^=tel]{
	color: #ffffff;
	text-decoration:none;
}


.advisor-login-button {  
    cursor: pointer;
	text-align: center;  
	float: right;
    width: 180px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #dc1e35;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #dcddde 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#dcddde 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6f6f6 0%,#dcddde 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dcddde',GradientType=0 ); /* IE6-9 */
}

.advisor-login-button span {
    margin-top: 7px !important;    
    font-weight: bold;
}

.arrow {
	border: 1px solid #ffffff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 10px;
}

.arrow-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.arrow-right {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.main-nav {
	height: 60px;
	background-color: #58595b;
}

.main-nav .container {
    height: 60px;
}

.main-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.main-nav li {
    display: inline-block;
}

.main-nav li a {
	user-select: none;
    display: block;
    color: white;
    font-size: 18px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    height: 45px;
    text-decoration: none;
}

.main-nav li a:hover {
    background-color: #dc1e35;
    cursor: pointer;
    color: white;
}

.main-nav li .selected {
    background-color: #dc1e35;
    cursor: pointer;
    color: white;
}

.photo {
	height: 370px;
    border-bottom: 1px solid #58595b;
    background-position: center;
    background-size: cover;
}

.photo.home-banner {
	height: 440px;
}

.home-banner {
    background-image: url("../images/HomePage.jpg");
}

.who-is-axiom-banner {
    background-image: url("../images/about/who_is_axiom/WhoAxiom.jpg");
}

.executive-leadership-banner {
    background-image: url("../images/about/executive_leadership/Executive_Leadership.jpg");
}

.partners-banner {
    background-image: url("../images/about/partners/Partners.jpg");
}

.practice-efficiencies-banner {
    background-image: url("../images/advisor_solutions/practice_efficiencies/Practice_Efficiencies.jpg");
}

.custodian-agnostic-banner {
    background-image: url("../images/advisor_solutions/custodian_agnostic/Custodian_Agnostic.jpg");
}

.middle-office-solutions-banner {
    background-image: url("../images/advisor_solutions/middle_office_solutions/MiddleOffice.jpg");
}

.regulatory-guidance-banner {
    background-image: url("../images/advisor_solutions/regulatory_guidance/Regulatory.jpg");
}

.addepar-reporting-banner {
    background-image: url("../images/axiom_difference/addepar_reporting/Addepar.jpg");
}

.software-and-tamp-solutions-banner {
    background-image: url("../images/axiom_difference/software_and_tamp_solutions/Software_TAMP.jpg");
}

.sales-force-integration-banner {
	background-image: url("../images/axiom_difference/salesforce_integration/Salesforce_B.jpg");
}

.case-studies-banner {
    background-image: url("../images/axiom_difference/case_studies/CaseStudy_Main.jpg");
}

.case-studies-fee_compression-banner {
	background-image: url("../images/axiom_difference/case_studies/CaseStudy_FeeCompression.jpg");
}

.case-studies-growing_firm-banner {
	background-image: url("../images/axiom_difference/case_studies/CaseStudy_CFA.jpg");
}

.unbiased-cfa-advice-banner {
    background-image: url("../images/portfolio_creation/unbiased_cfa_advice/UnbiasedCFA.jpg");
}

.strategists-banner {
    background-image: url("../images/portfolio_creation/strategists/Strategists.jpg");
}

.investment_models-banner {
    background-image: url("../images/portfolio_creation/investment_models/Investment_Models.jpg");
}

.proposal-tool-banner {
    background-image: url("../images/portfolio_creation/proposal_tool/ProposalTool.jpg");
}

.contact-banner {
    background-image: url("../images/contact/Contact_2.jpg");
}

@media (max-width: 375px) {
	.photo {
		height: 250px !important;
	}
	
	.home-banner, 
	.who-is-axiom-banner, 
	.partners-banner,
	.practice-efficiencies-banner,
	.custodian-agnostic-banner,
	.middle-office-solutions-banner,
	.regulatory-guidance-banner,
	.addepar-reporting-banner,
	.software-and-tamp-solutions-banner,
	.case-studies-banner,
	.unbiased-cfa-advice-banner,
	.strategists-banner,
	.investment_models-banner,
	.proposal-tool-banner,
	.contact-banner {
		background-size: 113%;
	}
	
	.executive-leadership-banner {
		background-size: 126%;
	}
}

.right-box {
	background-image: url("../images/Arrow_Bkgrd.jpg");
    background-size: cover;
    background-position: top;
    line-height: 30px;
}

.sub-nav {
	height: 60px;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 0%, #dcddde 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f6f6f6 0%,#dcddde 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f6f6f6 0%,#dcddde 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dcddde',GradientType=0 ); /* IE6-9 */
    border-bottom: 1px solid #58595b;
}

.sub-nav .container {
    height: 60px;
}

.sub-nav ul {
    list-style-type: none;
    margin-top: 11px;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

.sub-nav li {
    display: inline-block;
    margin-bottom: 21px !important;
}

.sub-nav li a {
	user-select: none;
    display: block;
    color: #414042;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    height: 35px;
    text-decoration: none;
}

.sub-nav li a:hover {
    cursor: pointer;
    color: #dc1e35;
}

.sub-nav li .sub-selected {
    cursor: pointer;
    color: #dc1e35;
    border-bottom: 4px solid #dc1e35;
}

.overlay-box-home {
    background: rgba(65,64,66,.7);
    text-align: right;
    color: #ffffff;
    font-size: 26px;
    position: absolute;
    top: 310px;
    width: 42%;
    height: 250px;
    display: flex;
    padding-left: 93px;
}

.overlay-box-home span {
    align-self: center;
    width: 90%;
}

.home .row:nth-child(1) {
    margin-bottom: 30px;
}

.overlay-box-home-low {
    background: #414042;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    padding: 30px;
}







.about-nav {
    width: 260px;
    height: auto;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1000;
}

.about-nav ul {
    list-style-type: none;
    margin-top: 11px;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
}

.about-nav li {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
}

.about-nav li:last-child {
    border-bottom: none;
}

.about-nav li a {
	user-select: none;
    display: block;
    color: #414042;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    height: 35px;
    text-decoration: none;
}

.about-nav li a:hover {
    cursor: pointer;
    color: #dc1e35;
}







.advisor-solutions-nav {
    width: 260px;
    height: auto;
    background-color: #e5e5e5;
    position: absolute;
    z-index: 1000;
}

.advisor-solutions-nav ul {
    list-style-type: none;
    margin-top: 11px;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
}

.advisor-solutions-nav li {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
}

.advisor-solutions-nav li:last-child {
    border-bottom: none;
}

.advisor-solutions-nav li a {
	user-select: none;
    display: block;
    color: #414042;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    height: 35px;
    text-decoration: none;
}

.advisor-solutions-nav li a:hover {
    cursor: pointer;
    color: #dc1e35;
    /*border-bottom: 4px solid #dc1e35;*/
}





.axiom-difference-nav {
    width: 260px;
    height: auto;
    background-color: #e5e5e5;
    position: absolute;
    left: 659px;
    z-index: 1000;
}

.axiom-difference-nav ul {
    list-style-type: none;
    margin-top: 11px;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
}

.axiom-difference-nav li {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
}

.axiom-difference-nav li:last-child {
    border-bottom: none;
}

.axiom-difference-nav li a {
	user-select: none;
    display: block;
    color: #414042;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    height: 35px;
    text-decoration: none;
}

.axiom-difference-nav li a:hover {
    cursor: pointer;
    color: #dc1e35;
    /*border-bottom: 4px solid #dc1e35;*/
}




.portfolio-creation-nav {
    width: 260px;
    height: auto;
    background-color: #e5e5e5;
    position: absolute;
    left: 659px;
    z-index: 1000;
}

.portfolio-creation-nav ul {
    list-style-type: none;
    margin-top: 11px;
    padding: 0;
    margin-bottom: 0px;
    text-align: center;
}

.portfolio-creation-nav li {
    display: inline-block;
    border-bottom: 1px solid #ffffff;
}

.portfolio-creation-nav li:last-child {
    border-bottom: none;
}

.portfolio-creation-nav li a {
	user-select: none;
    display: block;
    color: #414042;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    height: 35px;
    text-decoration: none;
}

.portfolio-creation-nav li a:hover {
    cursor: pointer;
    color: #dc1e35;
    /*border-bottom: 4px solid #dc1e35;*/
}



.boxes {
    background: #dcddde;
}

.box-row {
    display: flex;
}

.box-text {    
	font-size: 28px;
    font-weight: bold;
	color: #414042;
    margin-top: 25px;
}

.box {
	border: 5px solid white;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.box-icon-wrap {
    /*height: 50px;
    width: 50px;*/
    /*border: 3px solid #a7a9ac;
    border-radius: 50px;*/
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.box-text-wrap {
    padding-bottom: 10px;
}

.box-icon {
    margin-top: 10px;
    color: #dc1e35;
}

.bottom-box-row {
    margin-bottom: 45px;
}


.message {
    background-color: #373738;
    color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 33px;
	background-image: url("../images/Arrow_Bkgrd.jpg");
    background-size: cover;
    background-position: top;
}

.message .container {
    width: 60%;
    padding-top: 40px;
    padding-bottom: 10px;
}

.message p {
    line-height: 30px;
}

















.content h1 {
	font-size: 30px;
	font-weight: bold;
	color: #dc1e35;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 0px;
}

.content.home h1 {
	font-size: 30px;
	font-weight: bold;
	color: #dc1e35;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
    color: #414042;
}

h3 {
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 0px;
}

.divider {
	height: 1px;
	background: #cbcbcb;
}

.blue {
	background: blue;
	height: 800px;
}

.green {
	background: green;
	height: 800px;
}


.footer {
    padding-top: 20px;
    padding-bottom: 20px;
	background: #dcddde;
}

.footer-bullet {
    padding: 0px 5px;
}



.mobile-hamburger-nav {
	height: 60px;
	background-color: #58595b;
    text-align: right;
    color: #ffffff;
    cursor: pointer;
}

.mobile-hamburger-nav .container {
    padding-top: 15px;
}

.mobile-menu-label {
	font-size: 20px;
	padding-right: 5px;
    position: relative;
    top: -3px !important;
}

.mobile-nav .mobile-sub-menu a {
    padding-left: 50px;
}




.mobile-arrow {
	border: 1px solid #414042;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-left: 10px;
}

.mobile-arrow-down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.mobile-nav {
    width: auto;
    background-color: #e5e5e5;
    z-index: 5000;
}

.mobile-nav .twelve.columns {
    border-bottom: 1px solid #58595b;
}

.mobile-nav a {
	padding-left: 30px;
	text-decoration: none;
    color: #414042;
}

.mobile-nav .container {
	padding: 0px;
    width: 100%;
    max-width: 100% !important;
}

.mobile-menu {
    user-select: none;
    padding-top: 15px;
    padding-bottom: 15px;
    cursor: pointer;
}

.mobile-divider {
    height: 1px;
    background-color: #ffffff;
    margin-right: 10px;
    margin-left: 10px;
}

.mobile-menu:hover {
	background-color: #dc1e35;
}

.mobile-menu:hover a {
	color: #ffffff;
}

.mobile-menu:hover span {
	border-color: #ffffff;
}








.red {
	color: #dc1e35;
}

.font-18 {
	font-size: 18px;
}

.float-right {
	float: right;
}

.font-bold {
	font-weight: bold;
}

.margin-left-0 {
	margin-left: 0px;
}

.margin-right-0 {
	margin-right: 0px;
}

.margin-top-35 {
	margin-top: 35px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.display-table {
	display: table;
}

.display-flex {
	display: flex;
}

.grid {
	display: grid !important;
}

.grid-2-columns {
	grid-template-columns: auto auto;
}


.home .container {
    padding-top: 40px;
}

.home .container .row > .six:nth-child(2) span:nth-child(1) {
    font-size: 23px;
    font-weight: bold;
}

/*.home .container .row .six:nth-child(2) div span:nth-child(1) {
    font-size: 35px;
    color: red;
}*/

/*.home .container .row .six:nth-child(2) div span:nth-child(2) {
    font-size: 35px;
    color: red;
}*/

.home .container .row .grid {
    grid-gap: 15px !important;
}

.home .container .row .six:nth-child(1) {
	box-sizing: content-box;
   	min-height: 100% !important;
    vertical-align: middle;
}

.home .container .row .six:nth-child(1) img {
    max-width: 100%;
    height: auto;
    width: auto;
}


.who-is-axiom ul {
	list-style: none;
    display: table;
    border-spacing: 10px;
}

.who-is-axiom ul > li:before {
    text-align: right !important;
    display: table-cell;
    padding-right: 5px !important;
}

.who-is-axiom li {
    display: table-row;
}

.who-is-axiom ul li:before {
	content: "• ";
	color: #dc1e35;
}


/*.who-is-axiom ul {
	list-style: none;
    display: table;
}

.who-is-axiom li {
    margin-bottom: 0px;
    display: table-row;
}

.who-is-axiom ul li:before {
	content: "• ";
	color: #dc1e35;
}

.who-is-axiom ul > li:before {
    text-align: right !important;
    display: table-cell;
    padding-right: 5px !important;
}*/

.who-is-axiom .four:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
}

.who-is-axiom .four:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.who-is-axiom .four.grid {
    grid-gap: 3px;
}

.executive-leadership .grid {
    grid-row-gap: 10px;
}

.partners .four img {
	max-width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

.partners .four > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
}

.partners .four > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.partners .partner-images {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partners .twelve img {
	align-self: flex-start;
	padding-top: 20px;
	padding-bottom: 20px;
}

.partners .four.grid {
    grid-gap: 3px;
}



.practice-efficiencies ul {
	list-style: none;
    display: table;
    border-spacing: 10px;
}

.practice-efficiencies ul > li:before {
    text-align: right !important;
    display: table-cell;
    padding-right: 5px !important;
}

.practice-efficiencies li {
    display: table-row;
}

.practice-efficiencies ul li:before {
	content: "• ";
	color: #dc1e35;
}

.practice-efficiencies .four:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}

.practice-efficiencies .four:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.practice-efficiencies .four:nth-child(2).grid {
	grid-gap: 3px;
}

.custodian-agnostic .four:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}

.custodian-agnostic .four:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.custodian-agnostic .eight.grid {
    grid-gap: 10px;
}

.custodian-agnostic .four.grid {
	grid-gap: 3px;
}


.middle-office-solutions ul {
	list-style: none;
    display: table;
    border-spacing: 10px;
}

.middle-office-solutions ul > li:before {
    text-align: right !important;
    display: table-cell;
    padding-right: 5px !important;
}

.middle-office-solutions li {
    display: table-row;
}

.middle-office-solutions ul li:before {
	content: "• ";
	color: #dc1e35;
}

.middle-office-solutions .four:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}

.middle-office-solutions .four:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 25px;
    padding-right: 25px;
}

.middle-office-solutions .four.grid {
	grid-gap: 3px;
}

/*.middle-office-solutions .right-words {
    padding: 25px 30px 25px 30px;
}*/

.middle-office-solutions .right-words {
	display: flex;
    /*justify-content: space-between;*/
}

.middle-office-solutions .right-words img {
	margin-bottom: auto;
    margin-top: auto;
    padding-right: 30px;
}

.middle-office-solutions .right-words > * {
	align-self: flex-start;
	padding-top: 20px;
	padding-bottom: 20px;
}


.regulatory-guidance .six:nth-child(2) > div:nth-child(1) {
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}

.regulatory-guidance .right-choice {
	display: flex;
    justify-content: space-between;
    border: 1px solid #cbcbcb;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 5px;
    /*margin-bottom: 5px;*/
    cursor: pointer;
}

/*.regulatory-guidance .right-choice:hover {
    background: #dc1e35;
    color: #ffffff !important;
}*/

/*.regulatory-guidance .right-choice:hover span {
    background: #dc1e35;
    color: #ffffff !important;
}*/

.regulatory-guidance .right-choice > span:nth-child(1) {
    max-width: 230px;
    padding-left: 40px;
}

.regulatory-guidance .right-choice > span:nth-child(2) {
    /*padding-right: 210px;*/
    margin-top: auto;
    margin-bottom: auto;
    width: 55%;
    user-select: none;
}

.regulatory-guidance .right-choice-text {
    padding: 15px;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    margin-top: 0px;
}

.regulatory-guidance .right-choice-text ul {
	list-style: none;
    display: table;
    border-spacing: 10px;
}

.regulatory-guidance .right-choice-text ul > li:before {
    text-align: right !important;
    display: table-cell;
    padding-right: 5px !important;
}

.regulatory-guidance .right-choice-text li {
    display: table-row;
}

.regulatory-guidance .right-choice-text ul li:before {
	content: "• ";
	color: #dc1e35;
}

.regulatory-guidance .right-choice .plus {
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

.regulatory-guidance .right-choice img {
    align-self: center;
    padding-left: 30px;
}

.regulatory-guidance .plus {
    padding-right: 30px;
}

.regulatory-guidance span {
	align-self: flex-start;
}



.addepar-reporting .four:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}

.addepar-reporting .four:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.addepar-reporting .four.grid {
	grid-gap: 3px;
}

.addepar-reporting .four img {
    max-width: 100%;
}

.middle-office-solutions ul {
	list-style: none;
    display: table;
    border-spacing: 10px;
}

.software-and-tamp-solutions ul > li:before {
    text-align: right !important;
    display: table-cell;
    padding-right: 5px !important;
}

.software-and-tamp-solutions li {
    display: table-row;
}

.software-and-tamp-solutions ul li:before {
	content: "• ";
	color: #dc1e35;
}

.software-and-tamp-solutions .four:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}

.software-and-tamp-solutions .four:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 25px;
    padding-right: 25px;
}

.software-and-tamp-solutions .four.grid {
	grid-gap: 3px;
}

.software-and-tamp-solutions .eight img {
    max-width: 100%;
}

/*.software-and-tamp-solutions .right-words {
    padding: 25px 30px 25px 30px;
}*/

.software-and-tamp-solutions .right-words {
	display: flex;
    /*justify-content: space-between;*/
}

.software-and-tamp-solutions .right-words img {
	margin-bottom: auto;
    margin-top: auto;
    padding-right: 30px;
}

.software-and-tamp-solutions .right-words > * {
	align-self: flex-start;
	padding-top: 20px;
	padding-bottom: 20px;
}


.case-studies .four:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
}

.case-studies .four:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.case-studies .four.grid {
	grid-gap: 3px;
}

.case-studies .eight.grid {
    grid-gap: 10px;
}

.case-studies .right-words {
	display: flex;
    justify-content: space-between;
}

.case-study .right-words {
    display: flex;
    justify-content: normal;
}

.case-studies .eight img {
    max-width: 100%;
    padding-bottom: 20px;
}

.case-studies .right-words > * {
	align-self: flex-start;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	font-weight: bold;
	max-width: 75%;
	cursor: pointer;
    user-select: none;
}

.case-studies .fa-chevron-circle-right {
    font-size: 20px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.case-study .back-button-row {
    display: flex;
    justify-content: flex-end;
}

.back-to-case-studies-button-wrapper {
    display: flex;
    justify-content: flex-end;
}

.back-to-case-studies-button {    
	cursor: pointer;
    text-align: center;
    /* float: right; */
    width: 198px;
    height: 32px;
    border-radius: 30px;
    border: 1px solid #dc1e35;
    display: flex;
    justify-content: center;
}

.back-to-case-studies-button span {
   	color: #58585a;
   	font-weight: bold;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
}

.back-to-case-studies-button .fa-chevron-circle-right {
	margin-right: 0px;
    margin-left: 5px;
}

.unbiased-cfa-advice .right-words {
	display: flex;
    justify-content: space-between;
}

.unbiased-cfa-advice .right-words > * {
	align-self: flex-start;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	max-width: 75%;
	cursor: pointer;
    user-select: none;
}

.unbiased-cfa-advice .fa-chevron-circle-right {
    font-size: 20px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
}

.unbiased-cfa-advice ul {
	list-style: none;
    display: table;
    /*border-spacing: 10px;*/
}

.unbiased-cfa-advice ul > li:before {
    text-align: right !important;
    display: table-cell;
    padding-right: 5px !important;
}

.unbiased-cfa-advice li {
    display: table-row;
}

.unbiased-cfa-advice ul li:before {
	content: "• ";
	color: #dc1e35;
}

.unbiased-cfa-advice .six:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}

.unbiased-cfa-advice .six:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.unbiased-cfa-advice .six:nth-child(2).grid {
	grid-gap: 3px;
}


.strategists .four img {
	max-width: 100%;
}

.strategists .six > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
}

.strategists .six > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;S
}

.strategists .grid:nth-child(3) {
    grid-gap: 3px;
}

.strategists .six img {
	max-width: 100%;
}

.strategists-images .twelve {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.strategists-images img {
	align-self: flex-start;
	padding-top: 20px;
	padding-bottom: 20px;
    position: relative !important;
    margin-top: auto;
    margin-bottom: auto;
}

.investment_models .six:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
}

.investment_models .six:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.investment_models .grid:nth-child(2) {
	grid-gap: 3px;
}


.proposal-tool ul {
	list-style: none;
    display: table;
    border-spacing: 10px;
}

.proposal-tool ul > li:before {
    text-align: right !important;
    display: table-cell;
    padding-right: 5px !important;
}

.proposal-tool li {
    display: table-row;
}

.proposal-tool ul li:before {
	content: "• ";
	color: #dc1e35;
}

.proposal-tool .four:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}

.proposal-tool .four:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.proposal-tool .four.grid {
	grid-gap: 3px;
}


.cost-benefits .six:nth-child(2) > div:nth-child(1) {
    /*background: #414042;*/
    color: white;
    font-size: 24px;
    font-weight: bold;
    padding: 45px;
    text-align: center;
}

.cost-benefits .six:nth-child(2) > div:nth-child(2) {
    border: 1px solid #cbcbcb !important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.cost-benefits .six.grid {
    grid-gap: 3px;
}






.contact textarea {
	height: 150px;
	resize: none;
}

.contact-form-submit {
    border: 1px solid #dc1e35;
    border-radius: 50px;
    width: 120px;
    height: 38px;
    display: flex;
    justify-content: center;
    color: #58585a;
    float: right;
    cursor: pointer;
}

.contact-form-submit span {
	position: relative;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    font-size: 20px;
}

.contact input[type="submit"] {
    border-radius: 0px !important;
    border: none;
    font-weight: bold !important;
    color: #58585a;
    text-transform: none;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.contact-message {
    background: #ffffff;
    height: 100px;
    width: 300px;
    display: flex;
    position: absolute;
	justify-content: center;
}

.contact-message-icon {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 40px;
    color: #dc1e35;
}

.contact-message-text {
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 20px;
    width: 150px;
}










.download-white-paper {
    border: 1px solid #dc1e35;
    border-radius: 50px;
    width: 280px;
    height: 38px;
    display: flex;
    justify-content: center;
    color: #58585a;
    float: right;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}

.download-white-paper input {
	border-radius: 0px !important;
    border: none;
    font-weight: bold !important;
    color: #58585a;
    text-transform: none;
    font-size: 15px;
    margin: 0px;
    padding: 0px;
}

.download-white-paper span {
	position: relative;
    margin-top: auto;
    margin-bottom: auto;
    padding-left: 10px;
    font-size: 20px;
}


.salesforce-logo {
    padding-right: 0px !important;
    margin-left: auto;
    margin-right: auto;
}

















@media (max-width: 1237px) {	
	.main-nav, .sub-nav {
		display: none;
	}
	
	.mobile-hamburger-nav {
		display: block;
	}
	
	.mobile-nav {
		display: block;
	}
}

@media (max-width: 880px) {
	.overlay-box-home {
		display: none;
	}
	
	.overlay-box-home-low {
		display: block;
	}
}

@media (max-width: 650px) {
	.advisor-login-button {
		display: none;
	}
	
	.logo {
		width: 120px;
	}
	
	.number {
	    padding-top: 5px
	}
	
	.header {
		height: 100px;
	}
}

@media (max-width: 549px) {
	.box-row {
	    display: block;
	}
	
	.executive-leadership .grid:nth-child(2) {
	    margin-top: 30px;
	}
}

.error {
	border: 2px solid #dc1e35 !important;
}
