@font-face {
    font-family: 'TT Norms';
	src: url('/dialog/fonts/TTNorms-Regular.woff');
	font-weight:400;
}
@font-face {
    font-family: 'TT Norms';
	src: url('/dialog/fonts/TTNorms-Medium.woff');
	font-weight:500;
}
@font-face {
    font-family: 'TT Norms';
	src: url('/dialog/fonts/TTNorms-Bold.woff');
	font-weight:700;
}

:root {
    --default-box-shadow: rgb(0 0 0 / 12%) 0px 6px 10px;
	--rezgo-orange: #ff6a0e;
	--rezgo-teal: #007F82;
	--navy-blue: #0D4191;
	--blue: #003366;
	--green: #398439;
	--yellow: #FF9900;
	--red: #CC0000;
	--dark-red: #990000;
}

/*	Core
        ----------------------------------------------------
*/
body {
    font-family: "TT Norms", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant-ligatures: none;
    font-size: 13px;
    line-height: 1.5em;
    color: #666;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizelegibility;
    overflow-x :hidden;
}
a{
    -ms-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
a {
    color: var(--rezgo-orange);
}
a:hover {
    color: #008799;
    text-decoration: none;
}

/*	General
        ----------------------------------------------------
*/

.hidden {
    display: none;
    visibility: hidden;
}
.align_left {
    text-align: left;
}
.align_right {
    text-align: right;
}
.align_center {
    text-align: center;
}
.pull_left {
    float: left;
}
.pull_right {
    float: right;
}
.dash20 {
    position: relative;
    top: -20px;
}

/*	Top Bar
        ----------------------------------------------------
*/
#top_bar,#message_bar {
    padding: 20px 0 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
    line-height: 1;
    font-size: 11px;
    /* line-height: 11px; */
    font-weight: bold;
    text-transform: uppercase;
}
#message_bar {
    width:100%;
    padding:20px 0;
}
.top_left {
    text-align: left;
}
.top_right {
    text-align: right;
}
/*	Top Bar Menu
*/
#top_bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#top_bar ul li {
    display: inline-block;
    zoom:1;
}
#top_bar ul li a {
    text-transform: uppercase;
    font-weight: bold;
}
#top_bar [class^="icon-"] {
    margin-right: 5px;
}
#rezgo-logo {
	width: 160px;
}

/*	Buttons 
*/
.button-wrap .button.fill {
    border: 1px solid #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#e85a19), color-stop(#f7941d), color-stop(#f7941d), to(#e85a19));
    background-image: linear-gradient(to right, #e85a19, #f7941d, #f7941d, #e85a19);
    background-size: 300% 100%;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-top-right-radius: 0;
    color: #fff;
    box-shadow: 0 0 1px 0 #fff inset, 0 0 1px 0 #fff;
	margin: 0 5px;
}
.button-wrap .button.outline {
    background: transparent;
    border-color: #fff;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.05em;
    border-top-right-radius: 0;
    position: relative;
    box-shadow: 0 0 1px 0 #fff inset, 0 0 1px 0 #fff;
}
.button-wrap .button {
    background: none;
    background-image: none;
    background-size: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid;
    border-radius: 1.55em;
    border-top-right-radius: 1.55em;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word;
    font-family: 'TT Norms', sans-serif;
    font-size: 17px;
    letter-spacing: 0.01em;
    padding: 14px 35px;
    moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#member-login-list a.button-wrap:hover,
#get-started-list a.button-wrap:hover{
    opacity: 1;
}

.button-wrap .button.outline:hover,
.button-wrap .button.fill:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.button-wrap .button.outline:hover {
    background: -webkit-gradient(linear, left top, right top, from(#e85a19), color-stop(#f7941d), color-stop(#f7941d), to(#e85a19));
    background: linear-gradient(to right, #e85a19, #f7941d, #f7941d, #e85a19);
    color: #fff;
}
.submit-btn-container{
    width: 100%;
    text-align: center;
}
.submit-btn-container .btn{
    margin: 40px 0 0; 
    width: 200px;
}

/*	Content
        ----------------------------------------------------
*/
.content{
    min-height: 180px;
    display: flex;
    justify-content: center;
}
.dialog-msg{
	text-align: center;
    color: #333;
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
	margin-top: 80px;
}
.img-row{
	position: relative;
}
.img-container{
	text-align: center;
}
#default-template-img{
	max-width: 550px;
	margin-bottom: -40px;
}
@media (max-width:600px){
	#default-template-img{
		max-width: 100%;
	}
}

/*	Footer
        ----------------------------------------------------
*/
#footer {
    padding: 0;
    border-bottom: rgba(0,0,0,0.1); 
    background-color: #2e3739;
    position: relative;
}
.footer_widget_container {
    padding-top: 80px;
    padding-bottom: 80px;
}
.footer_widget_container .widget {
    margin: 0 15px 50px 0;
}
.footer_widget_container .widget:last-child,
.footer_widget_container .widget_metro:last-child {
    margin-bottom: 0;
}

/*	Sub Footer
        ----------------------------------------------------
*/
#sub_footer {
    padding: 20px 0;
    margin-top: 40px;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #fff;
    color: #333;
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.link-wrapper{
    padding-top: 5px;
}
.link-wrapper .company-email{
	text-transform: lowercase;
}
.link-wrapper .company-name{
	font-weight: 500;
	text-transform: capitalize;
	font-size: 18px;
	border-top: 1px solid #ddd;
	width: fit-content;
	margin: 10px auto 5px;
	padding-top: 15px;
}

@media (max-width: 992px){
	.container {
		width: auto;
	}
}
@media (max-width: 600px){
    .copy-col, .btn-col{
        width: 100%;
        text-align: center;
    }
    .top_right{
        text-align: center;
        padding-top: 15px;
    }
    .button-wrap .button.fill,
    .button-wrap .button.outline{
        font-size: 15px;
        margin: 10px 5px;
    }
	.content{
		margin-top: -40px;
	}
	.dialog-msg{
		font-size: 30px;
		padding: 0 15px;
	}
    #sub_footer{
        padding: 15px 0;
    }
}
@media (max-width: 410px){
    .button-wrap .button.fill,
    .button-wrap .button.outline{
        min-width: 300px;
    }
}
@media (min-width:480px){
    #sub_footer .break-line{
        display: none;
    }
}