﻿.content-logo {
    max-width:200px;
}
.pri-btn {
    background-color: #ED6E1E;
    color: #fff;
    padding: 7px 15px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    border-radius: 3px;
}

.sec-btn {
    background-color: #fff;
    color: #081d36;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #081d36;
    border-radius: 3px;
}

.ter-btn {
    background-color: #dc3545;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #dc3545;
    border-radius: 3px;
}

.reg-button {
    background-color: #F4762C;
    font-size: 16px;
    border-radius: 5px;
}
.orange-button.inline-link {
    font-size: 12px;
}
.orange-button.auto-width {
    width: auto;
}
.orange-button:hover {
    background-color: #6C757D;
}
.link-button {
    line-height: inherit;
    margin: auto 0;
}
.button-link {
    background: none;
    border: none;
    text-decoration: underline;
    color: #1a1a1a;
    cursor: pointer;
}
fieldset .orange-button {
    font-size: 13px;
}
/*:focus {
    outline: #F4762C auto 1px;
}*/
:focus {
    outline: none;
}
.center-text, .text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.bold-text {
    font-weight: 700;
}
/************** FLEX *********************/
.flex-wrap-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-flow-row-wrap {
-ms-flex-flow: row wrap;
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
}

.flex-align-self-flex-start {
-ms-align-self: flex-start;
-webkit-align-self: flex-start;
align-self: flex-start;
}

.flex-align-self-flex-end {
-ms-align-self: flex-end;
-webkit-align-self: flex-end;
align-self: flex-end;
}

.flex-align-items-center {
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.flex-align-items-flex-end {
-ms-flex-align: flex-end;
-webkit-align-items: flex-end;
align-items: flex-end;
}

.flex-justify-content-center {
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}

.flex-justify-content-space-between {
-webkit-box-pack: space-between;
-moz-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
}

.flex-justify-content-flex-end {
-webkit-box-pack: flex-end;
-moz-box-pack: flex-end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}

.flex-direction-column {
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}

.flex-direction-row {
-ms-flex-direction: row;
-webkit-flex-direction: row;
flex-direction: row;
}

.flex-0 {
-ms-flex: 0;
-webkit-flex: 0;
flex: 0;
}

.flex-1 {
-ms-flex: 1;
-webkit-flex: 1;
flex: 1;
}

.flex-2 {
-ms-flex: 2;
-webkit-flex: 2;
flex: 2;
}

.flex-order-1 {
-ms-flex-order: 1;
-webkit-order: 1;
order: 1;
}

.flex-order-2 {
-ms-flex-order: 2;
-webkit-order: 2;
order: 2;
}
/************** FLEX *********************/

/************** BORDER RADIUS *********************/
.left-corner-rounded {
    border-radius: 5px 0 0 5px;
}
.right-corner-rounded {
    border-radius: 0 5px 5PX 0;
}
.top-corner-rounded {
    border-radius: 5px 5px 0 0;
}
.bottom-corner-rounded {
    border-radius: 0 0 5px 5px;
}
.corner-rounded {
    border-radius: 5px;
}
/************** BORDER RADIUS *********************/


.border-top {
    border-top: 1px solid #ccccd6;
}
.border-bottom {
    border-bottom: 1px solid #e3e3ed;
}
.border-left {
    border-left: 1px solid #ccccd6;
}
.border-right {
    border-right: 1px solid #ccccd6;
}

/************** WIDTH *********************/

.w-100 {
    width:100%;
}
.w-80 {
    width: 80%;
}
.w-60 {
    width: 60%;
}
.w-40 {
    width: 40%;
}
.w-20 {
    width: 20%;
}

/************** WIDTH *********************/

/************** DISTRIBUTOR PAGE *********************/

.disti-top-image {
    width: 100%;
}
.text-center img {
    margin: auto;
}
.text-center {
    text-align: center;
}
.grey-backround {
    background: #f8f8f8;
}
.brandLogos img {
    max-height: 50px;
    margin: auto;
    max-width: 100%;
}
.brandLogos {
    margin: 40px 0px;
}
.brandLogos .brand {
    display: inline-block;
    vertical-align: middle;
}

/************** DISTRIBUTOR PAGE *********************/