.icontabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
    font-weight: 300;
}

/* Nav */

.icontabs nav {
    text-align: center;
}

.icontabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}

.icontabs nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}

/*.icontabs nav ul li:hover {
		border: 1px solid #f45b50;
		border-bottom: none;
	}*/

.icontabs nav li.tab-current {
    /*	border: 1px solid #47a3da;*/
    box-shadow: inset 0 0px #47a3da;
    border-bottom: none;
    z-index: 100;
}

.icontabs nav li.tab-current:before,
.icontabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #47a3da;
}

.icontabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}

.icontabs nav a {
    color: #768e9d;
    display: block;
    font-size: 1.45em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
    text-decoration: none;
}

.icontabs nav a:hover,
.icontabs nav a:active,
.icontabs nav a {
    text-decoration: none;
    outline: 0;
}

/*.icontabs nav .tab-current a{
	margin-top: 2px;
}

.icontabs nav a:hover {
	color: #f45b50;
}*/

.icontabs nav li.tab-current a {
    color: #47a3da;
}

/* Icons */

.icontabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}

.icontabs i {
    padding-right: 10px;
}

/* Content */

.tabcontent section {
    font-size: 1.25em;
    padding: 3em 1em;
    display: none;
    max-width: 1230px;
    margin: 0 auto;
}

.tabcontent section:before,
.tabcontent section:after {
    content: '';
    display: table;
}

.tabcontent section:after {
    clear: both;
}

/* Fallback example */

.no-js .tabcontent section {
    /*display: block;*/
    padding-bottom: 2em;
    border-bottom: 1px solid #47a3da;
}

.tabcontent section.tabcontent-current {
    display: block;
}

/* Example media queries */

@media screen and (max-width: 52.375em) {
    .icontabs nav a span {
        display: none;
    }
    .icontabs i {
        padding-right: 0px;
    }
    .icontabs nav a:before {
        margin-right: 0;
    }
}

@media screen and (max-width: 32em) {
    .icontabs nav a span {
        display: none;
    }
    .icontabs nav ul,
    .icontabs nav ul li a {
        width: 100%;
        padding: 0;
    }
    .icontabs i {
        padding-right: 0px;
    }
    .icontabs nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        /*	margin: 0 0 0 -1px;*/
    }
    .icontabs nav ul li {
        text-align: center;
    }
    .icontabs nav ul li:last-child {
        /*border-right: none;*/
    }
}