.support-page {
	text-align:justify;
}
.support-box {
    background-color: #e7eff4;
    text-align: center;
    padding: 50px 20px 30px 20px;
    position: relative;
    margin-top: 50px;
}
.support-box:before {
    content: "";
    position: absolute;
    top: -35px;
    height: 70px;
    width: 70px;
    display: block;
    background-position: center center;
    border-radius: 35px;
    background-color: white;
    left: 50%;
    margin-left: -35px;
}
.support-box:after {
    content: "";
    position: absolute;
    top: -35px;
    height: 70px;
    background-size: 60px 60px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 -20px;
}
.support-page .support-box h4 {
    font-size: 16px;
    font-weight: 700;
	text-align:center;
}
.support-page .support-header h1 {
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
	text-align: center;
	text-shadow: 0px 0px 3px #f5f5f5;
	margin-bottom:60px;
}
.support-page h1{
	font-size: 2.5em;
    font-weight: 700;
    letter-spacing: -3px;
    margin: 0;
    color: #003158;
	text-align:center;
	text-shadow: 0px 0px 3px #f5f5f5;
}
.support-page .support-box .support-text {
    font-size: 14px;
}

/* Companies by support */
.cta-new {
    font-weight: 700;
    font-size: 1em;
    color: #03304b;
    border: 1px solid #00aee6;
    border-radius: 6px;
    padding: 10px 12px 8px 12px;
}
.cta-new a:hover{
	color:#ff9900;
}
.contained {
	padding:20px;
}
.white-stripe {
    background-color: #ffffff;
	padding:20px 0;
}
.grey-stripe {
    background-color: #EDEEEF;
	padding:20px 0;
}
.blue-stripe {
    background-color: #4178BE;
	padding: 20px 0;
	display:-webkit-box;
}
.blue-stripe h1, .blue-stripe h2, .blue-stripe h3, .blue-stripe a {
	color:#fff;
}
.stripe {
	min-height: 125px;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
    background-size: cover;
	position: relative;
}

.support-search-large {
    width: 100%;
}
.support-search {
    display: inline-block;
    position: relative;
    max-width: 100%;
    margin: 0;
}
.support-search-large .support-search-input {
    height: 62px
}
.support-search-input::-webkit-search-cancel-button,
.support-search-input::-webkit-search-decoration {
    -webkit-appearance: none
}
.support-search-input::-moz-placeholder {
    opacity: 1
}

.support-search-input {
    box-sizing: border-box;
    margin: 0;
    border-radius: 0;
    font: inherit;
    overflow: visible;
    -webkit-appearance: none;
    vertical-align: middle;
    width: 100%;
    border: none;
    color: #666
}

.support-search-input:focus {
    outline: none
}

.support-search-input:-ms-input-placeholder {
    color: #aaa !important
}

.support-search-input::placeholder {
    color: #aaa
}

.support-search-icon:focus {
    outline: none
}

.support-search .support-search-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999
}

.support-search .support-search-icon:hover {
    color: #999
}

.support-search .support-search-icon:not(a):not(button):not(input) {
    pointer-events: none
}

.support-search .support-search-icon-flip {
    right: 0;

    left: auto
}

.support-search-default {
    width: 180px
}

.support-search-default .support-search-input {
    height: 40px;
    padding-left: 6px;
    padding-right: 6px;
    background: #f7f9fa;
    background: #fff;
    border: solid 1px #ebebeb;
    border-radius: 50px
}

.support-search-default .support-search-input:focus {
    background-color: #f7f9fa;
    background: #fff;
    border-style: solid;
    border-width: 1px
}

.support-search-default .support-search-icon {
    width: 40px
}

.support-search-default .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 40px
}

.support-search-default .support-search-icon-flip+.support-search-input {
    padding-right: 40px
}

.support-search-navbar {
    width: 400px
}

.support-search-navbar .support-search-input {
    height: 40px;
    background: rgba(0, 0, 0, 0);
    font-size: 1.5rem
}

.support-search-navbar .support-search-icon {
    width: 40px
}

.support-search-navbar .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 40px
}

.support-search-navbar .support-search-icon-flip+.support-search-input {
    padding-right: 40px
}

.support-search-large {
    width: 100%
}

.support-search-large .support-search-input {
    height: 52px;
    background: #fff;
    font-size: 18px
}

.support-search-large .support-search-icon {
    width: 24px
}

.support-search-large .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 24px
}

.support-search-large .support-search-icon-flip+.support-search-input {
    padding-right: 24px
}

.support-search-toggle {
    color: #999
}

.support-search-toggle:hover,
.support-search-toggle:focus {
    color: #666
}

.support-search-large .support-search-icon {
    margin-left: 16px;
    background: transparent
}

.support-search-large .support-search-icon:hover {
    background: transparent
}

.support-search-large .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 55px
}

.support-search-default .support-search-icon {
    width: 40px;
	border:none;
}

.support-search-large .support-search-icon:not(.support-search-icon-flip)+.support-search-input {
    padding-left: 55px;
}

.stripe .contained {
    display: table;
    width: 100%;
    padding-bottom: 30px;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    text-align: left;
    overflow: hidden;
}
.support-page .support-header {
    background-size: 71px 129px;
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-bottom: 20px;
}
.support-page .first-para h2 {
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: -3px;
    margin: 0;
    color: #333;
	text-shadow: 0px 0px 3px #f5f5f5;
	text-align:left;
}
.support-page h3 {
	margin:0;
	text-align:left;
	color:#003158;
}
.support-page h4 {
	margin:0;
	line-height:1.3em;
	text-align:justify;
	font-size:16px;
}
.side h5 {
	margin:0;
	font-size: 15px !important;
	text-align:center;
	font-weight: 700;
}
.side {
	text-align:left;
	overflow:hidden;
}
.side img{
	background-position:left center;
	width:100%;
}
.side h3 {
	font-size:1.4em;
    position: relative;
    padding: 20px;
    margin: 0;
    color: #FFF;
    background-color: #003158;
}
.side.sip h3{
	background-color: #4178BE !important;
}
.side.inbound h3{
	background-color: #43B029 !important;
}
.side.hosted h3{
	background-color: #003158 !important;
}
.side > div {
    font-size: 0.9em;
    margin: 0;
    padding: 20px;
    background-color: #d6d6d6;
	text-align:justify;
}
.side.sip p, .side.inbound p, .side.hosted p {
	min-height:70px;
}
.side a[href] {
    cursor: pointer;
}
.side > div a {
    display: block;
    position: relative;
    margin-top: 20px;
    text-transform: uppercase;
	color:003158;
}
.side.sip > div a {
	color: #4178BE !important;
}
.side.inbound > div a {
	color: #43B029 !important;
}
.side.hosted > div a {
	color: #003158 !important;
}
.side .company-icon{
	width:55px;
}
.side-middle {
	border-left: silver 1px solid;
    border-right: silver 1px solid;
}
.text-container{
    position: absolute !important;
    top: 50% !important;
}
blockquote {
    max-width: 770px;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0;
    color: #FFF;
    font-size: 2.0em;
    font-weight: normal;
    /* display: block; */
    -webkit-margin-before: 4em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 40px;
    border-left: none;
    background: black;
    opacity: 0.6;
}
blockquote + p {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 30px;
    padding: 0;
    max-width: 475px;
    margin: 0 auto;
    background: azure;
    opacity: 0.6;
}
mark {
	font-weight: 700;
    margin: 0;
    color: #f0ad4e;
	text-align:left;
	text-shadow: 0px 0px 3px #f5f5f5;
}
#quote-slider h4 {
	text-align:center;
}
.col-xs-2.col-sm-2.col-md-2.range_slides_item_image img{
	width:80%;
	margin-left:10%;
	border:1px solid rgba(0,0,0,0.1);
	border-radius: 3px;
	box-shadow: 5px 20px rgba(0, 0, 0, 0.2); 
}
.col-xs-2.col-sm-2.col-md-2.range_slides_item_image {
    padding: 5px;
}
.row h4 {
	margin-top: 10px;
	color: #003158;
}
table.sipvsisdn {
    display: table;
	width:100%;
	margin:10px;
}
table.sipvsisdn td.tableheaders {
    background-color: #147bd1;
    color: #fff;
}
table.sipvsisdn td {
    padding: 10px;
    font-family: 'Open Sans', san-serif, Arial, Helvetica;
    font-size: 13px;
    border: 1px solid #e0e0e0;
}
table.sipvsisdn td.greenbox {
    background-color: #b7fbd3;
}
table.sipvsisdn td {
    padding: 10px;
    font-family: 'Open Sans', san-serif, Arial, Helvetica;
    font-size: 13px;
    border: 1px solid #e0e0e0;
}
table.sipvsisdn td.redbox {
    background-color: #ff8177;
}
.doc-box {
	background-color: #EDEEEF;
	padding: 0 20px 20px 20px;
}
.doc-box p{
	min-height: 100px;
}
.doc-box-2 p{
	min-height: 60px;
}
.doc-box h2{
	font-size:24px;
	margin-bottom:0px;
}
.doc-box img{
	margin-bottom:20px;
}