/*=============================================
    Please add all custom CSS to this file
 =============================================*/

.topPhone {
    font-size: 30px;
    padding: 20px 0;
}
.topPhone span {
    display: block;
    font-size: 20px;
    padding: 10px 0 0;
}


.w3-modal {
    z-index: 30000;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    max-width: 600px;
}
.w3-container, .w3-panel {
    padding: 1em;
}
 
span.w3-button.w3-display-topright {
    float: right;
    font-size: 3em;
    font-weight: bold;
    line-height: 1em;
}

.breakout.dark {
	background: #3C353D;
	position: relative;
	width: 100vw;
	left: 50%;
	transform: translateX(-50%);
	margin: 50px 0;
}

.breakout.dark .row {
	color: #FFFFFF;
	text-align: center;
	padding: 25px;
}

.breakout.dark .row h3 {
	font-size: 36px;
	line-height: 1.5;
}

.breakout.dark .row a {
	color: #FFFFFF !important;
}