/*!* Responsive Button, SMB v1.1 */

/*
    v1.1: Cleaned up font-family styles
    v1.0: Initial check-in
*/

/* X-SMALL = 480px */
@media only screen and (min-width:30em) {
}

/* SMALL = 600px */
@media only screen and (min-width:37.5em) {
}

/* MEDIUM = 768px */
@media only screen and (min-width:48em) {
}

/* LARGE = 960px */
@media only screen and (min-width:60em) {
}

/* X-LARGE = 1024px + */
@media only screen and (min-width:64em) {
}
/* BASE */
.dmcb-button, .dmcb-button * {
    box-sizing: border-box;
}
.dmcb-button {
    display:block;
    font-size:14px;
    font-weight:bold;
    color:#fff;
    margin: 0 10px 20px;
    border-radius:20px;
    text-decoration:none;
    text-align:center;
    line-height:1em;
    background-color:#049FD9;
}
.dmcb-button.brandi.standalone,
.standalone.text-cta {
	display:table;
	margin:0 10px 20px;
}
.dmcb-button.brandi.standalone.center, 
.standalone.center.text-cta {
	margin:0 auto 20px;
    display: table;
}
.ie .dmcb-button.brandi.standalone.center, 
.ie .standalone.center.text-cta {
    position: relative;
    transform: translateX(-50%);
    left:50%;
}
.dmcb-button.brandi.standalone.compact,
.standalone.compact.text-cta {
	margin-bottom:0;
}
/* RTL */
html[dir='rtl'].ie .dmcb-button.brandi.standalone.center,
html[dir='rtl'].ie .standalone.center.text-cta {
    transform: translateX(50%);
    left:-50%;
}
/* ---------------------------START of brandi Variation ----------------------------- */

/*brandi - Pal-1 Cisco-Blue */
.dmcb-button.brandi {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    background-color: #0d98be;
    border: 1px solid #0d98be;
    color: #fff;
    border-radius: 100px;
    display: inline-block;
    width: auto;
    height: auto;
    line-height: 1.375em;
    margin: 0;
    padding: 6px 40px;
}
/* Play Icon Prefix Styles */
.dmcb-button.brandi[class*="icon-"] {
    padding-left: 45px;
    position: relative;
    padding-right: 30px;
}
.dmcb-button.brandi[class*="icon-"]::before {
    content: ' ';
    background-image: url('/content/dam/assets/dmrb/button/buttons-spritesheet.svg');
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
    position: absolute;
    margin-right: 10px;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
}
/* Play Icon Prefix : RTL Styles */
html[dir="rtl"] .dmcb-button.brandi[class*="icon-"] {
    padding-left: 30px;
    padding-right: 45px;
}
html[dir="rtl"] .dmcb-button.brandi[class*="icon-"]::before {
    margin-right: 0;
    margin-left: 10px;
    left: auto;
    right: 2px;
}
/* Disabled Buttons Styles */
.dmcb-button.brandi.pal-1.disabled, .dmcb-button.pal-1.disabled,
.dmcb-button.brandi.pal-2.disabled, .dmcb-button.pal-2.disabled,
.dmcb-button.brandi.pal-3.disabled, .dmcb-button.pal-3.disabled,
.dmcb-button.brandi.pal-5.disabled, .dmcb-button.pal-4.disabled,
.dmcb-button.brandi.pal-7.disabled {
    text-decoration: none;
    background-color: #fff;
    color: #4d4c4c;
    border: solid 1px #4d4b4c;
    pointer-events: none;
   	cursor: default;
}
.dmcb-button.brandi.pal-4.disabled,
.dmcb-button.brandi.pal-6.disabled {
    text-decoration: none;
    background-color: #4d4c4c;
    color: #fff;
    border: solid 1px #fff;
    pointer-events: none;
   	cursor: default;
}
.dmcb-button.brandi.pal-1.disabled.icon-play::before,
.dmcb-button.brandi.pal-5.disabled.icon-play::before {
    background-position: 0 -34px;
}
/*brandi.pal-1 - Solid-Blue and dmcb-button.pal-1 Cisco Blue*/
.dmcb-button.brandi.pal-1, .dmcb-button.pal-1 {
    background-color: #0d98be;
    border: 1px solid #0d98be;
    color: #fff;
}
.no-touch .dmcb-button.brandi:hover, .no-touch .dmcb-button:hover,
.no-touch .dmcb-button.brandi.pal-1:hover, .no-touch .dmcb-button.pal-1:hover {
    text-decoration: none;
    background-color: #0a7998;
    color: #fff;
    border: 1px solid #0a7998;
}
.no-touch .dmcb-button.brandi:active, .no-touch .dmcb-button:active,
.no-touch .dmcb-button.brandi.pal-1:active, .no-touch .dmcb-button.pal-1:active {
    text-decoration: none;
    background-color: #075b71;
    color: #fff;
    border: 1px solid #075b71;
}
/* Cisco Blue : Play Icon Prefix Styles */
.dmcb-button.brandi.pal-1.icon-play::before {
    background-position: 0 0;
}
/*brandi - pal-2 Solid-Green and dmcb-button.pal-2 Solid Green*/
.dmcb-button.brandi.pal-2, .dmcb-button.pal-2 {
    text-decoration: none;
    background-color: #6ebe4a;
    border: 1px solid #6ebe4a;
    color: #014468;
}
.no-touch .dmcb-button.brandi.pal-2:hover, .no-touch .dmcb-button.pal-2:hover {
	text-decoration: none;
    background-color: #7cc45c;
    border: 1px solid #7cc45c;
    color: #014468;
}
.no-touch .dmcb-button.brandi.pal-2:active, .no-touch .dmcb-button.pal-2:active {
    text-decoration: none;
    background-color: #8bcb6e;
    color: #014468;
    border: 1px solid #8bcb6e;
}
/*brandi - pal-3 Secondary Dark Grey and dmcb-button.pal-3 Solid Grey*/
.dmcb-button.brandi.pal-3, .dmcb-button.pal-3 {
    text-decoration: none;
    background-color: #4d4c4c;
    border: 1px solid #4d4c4c;
    color: #fff;
}
.no-touch .dmcb-button.brandi.pal-3:hover, .no-touch .dmcb-button.pal-3:hover {
    text-decoration: none;
    background-color: #393838;
    border: 1px solid #393838;
    color: #fff;
}
.no-touch .dmcb-button.brandi.pal-3:active, .no-touch .dmcb-button.pal-3:active {
    text-decoration: none;
    background-color: #1e1e1e;
    color: #fff;
    border: 1px solid #1e1e1e;
}
/*brandi - pal-4 Secondary-White */
.dmcb-button.brandi.pal-4 {
	text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    color: #4d4c4c;
}
.no-touch .dmcb-button.brandi.pal-4:hover {
	text-decoration: none;
    color: #4d4c4c;
    background-color: #e6e6e6;
    border: 1px solid #e6e6e6;
}
.no-touch .dmcb-button.brandi.pal-4:active {
    text-decoration: none;
    background-color: #b3b3b3;
    color: #4d4c4c;
    border: 1px solid #b3b3b3;
}
/* White : Play Icon Prefix Styles */
.dmcb-button.brandi.pal-4.icon-play::before {
    background-position: 0 -34px;
}
.no-touch .dmcb-button.brandi.pal-4.icon-play:active::before {
    background-position: 0 0;
}
/*brandi - pal-5 Ghost-Indigo and dmcb-button.pal-4 Ghost Indigo*/
.dmcb-button.brandi.pal-5, .dmcb-button.pal-4 {
    text-decoration: none;
    background: transparent;
    color: #005073;
    border: 1px solid #005073;
}
.no-touch .dmcb-button.brandi.pal-5:hover, .no-touch .dmcb-button.pal-4:hover {
    text-decoration: none;
    background-color: #0a7998;
    color: #fff;
    border: 1px solid #0a7998;
}
.no-touch .dmcb-button.brandi.pal-5:active, .no-touch .dmcb-button.pal-4:active {
    text-decoration: none;
    background-color: #075b71;
    color: #fff;
    border: 1px solid #075b71;
}
/* Ghost-Indigo : Play Icon Prefix Styles */
.dmcb-button.brandi.pal-5.icon-play::before {
    background-position: 0 -68px;
}
.no-touch .dmcb-button.brandi.pal-5.icon-play:hover::before,
.no-touch .dmcb-button.brandi.pal-5.icon-play:active::before {
    background-position: 0 0;
}
/*brandi - pal-6 Ghost-White */
.dmcb-button.brandi.pal-6 {
    text-decoration: none;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.no-touch .dmcb-button.brandi.pal-6:hover {
    text-decoration: none;
    background-color: #e6e6e6;
    color: #4d4c4c;
    border: 1px solid #e6e6e6;
}
.no-touch .dmcb-button.brandi.pal-6:active {
    text-decoration: none;
    background-color: #b3b3b3;
    color: #4d4c4c;
    border: 1px solid #b3b3b3;
}
/* Ghost-White : Play Icon Prefix Styles */
.dmcb-button.brandi.pal-6.icon-play::before {
    background-position: 0 0;
}
.no-touch .dmcb-button.brandi.pal-6.icon-play:hover::before {
    background-position: 0 -34px;
}
.no-touch .dmcb-button.brandi.pal-6.icon-play:active::before {
    background-position: 0 0;
}
/*brandi - pal-7 Indigo-Blue*/
.dmcb-button.brandi.pal-7 {
    text-decoration: none;
    background-color: #005073;
    border: 1px solid #005073;
    color: #fff;
}
.no-touch .dmcb-button.brandi.pal-7:hover {
    text-decoration: none;
    background-color: #00405c;
    border: 1px solid #00405c;
    color: #fff;
}
.no-touch .dmcb-button.brandi.pal-7:active {
    text-decoration: none;
    background-color: #075b71;
    color: #fff;
    border: 1px solid #075b71;
}
/* ------------------------- Start of Text-CTA, White-Play-Icon-CTA and Blue-Play-Icon-CTA---------------------*/
/* CTA Text styling */
.dmc-blade.row.full.blowout .text-cta, a.text-cta {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.25em;
    display: inline;
    text-decoration: none;
}
/*pal-1 - Text CTA styles*/
.dmc-blade.row.full.blowout .text-cta, .dmc-blade.row.full.blowout.pal-1 .text-cta, a.text-cta {
    color: #007493;
}
.no-touch .dmc-blade.row.full.blowout .text-cta:hover, .no-touch .dmc-blade.row.full.blowout.pal-1 .text-cta:hover, a.text-cta:hover {
    color: #005073;
    border-bottom: solid 1px #005073;
}
.no-touch .dmc-blade.row.full.blowout .text-cta:active, .no-touch .dmc-blade.row.full.blowout.pal-1 .text-cta:active, a.text-cta:active {
    color: #6f53bc;
    border-bottom: solid 1px #6f53bc;
}
/*pal-2 - Text CTA styles*/
.dmc-blade.row.full.blowout.pal-2 .text-cta {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.no-touch .dmc-blade.row.full.blowout.pal-2 .text-cta:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.no-touch .dmc-blade.row.full.blowout.pal-2 .text-cta:active {
    color: #fff;
    border-bottom: 1px solid #fff;
}
/*pal-3 - Text CTA styles*/
.dmc-blade.row.full.blowout.pal-3 .text-cta {
    color: #014468;
    border-bottom: 1px dotted #014468;
}
.no-touch .dmc-blade.row.full.blowout.pal-3 .text-cta:hover {
    color: #014468;
    border-bottom: 1px solid #014468;
}
.no-touch .dmc-blade.row.full.blowout.pal-3 .text-cta:active {
    color: #014468;
    border-bottom: 1px solid #014468;
}
.dmc-blade.row.full.blowout .play-cta, a.play-cta {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25em;
    display: inline-block;
    text-decoration: none;
    position:relative;
    text-align:left;
    min-height:54px;
    padding:16px 0 0 68px;
    border:none;
}
.dmc-blade.row.full.blowout .play-cta svg, a.play-cta svg {
    vertical-align: middle;
    position:absolute;
    left:0;
    top:0;
}
.dmc-blade.row.full.blowout .play-cta path, .dmc-blade.row.full.blowout.pal-1 .play-cta path, a.play-cta path {
    fill: #049FD9;
}
.dmc-blade.row.full.blowout.pal-2 .play-cta path {
    fill: #fff;
}
.dmc-blade.row.full.blowout .play-cta .text, .dmc-blade.row.full.blowout.pal-1 .play-cta .text {
    color: #007FAB;
    padding-top:16px;
    display:inline;
}
.no-touch .dmc-blade.row.full.blowout a.play-cta:hover .text, .no-touch a.play-cta:hover .text, .no-touch .dmc-blade.row.full.blowout a.play-cta:hover svg path, .no-touch a.play-cta:hover svg path, .no-touch .dmc-blade.row.full.blowout.pal-1 a.play-cta:hover .text, .no-touch .dmc-blade.row.full.blowout.pal-1 a.play-cta:hover svg path {
    color: #049FD9;
    fill: #047FAD;
}
.dmc-blade.row.full.blowout.pal-2 .play-cta .text {
    color: #fff;
    border-bottom: 1px dotted #fff;
}
.no-touch .dmc-blade.row.full.blowout.pal-2 .play-cta:hover .text, .no-touch .dmc-blade.row.full.blowout.pal-2 .play-cta:hover svg path {
    color: #fff;
    border-bottom: 1px solid #fff;
    fill: #E8EBF1;
}
.dmc-blade.row.full.blowout .play-cta:hover, a.play-cta:hover {
    text-decoration: none;
}

/**** RTL ****/
html[dir='rtl'] .play-cta {
    background-position: right center;
}
html[dir='rtl'] .dmc-blade.row.full.blowout .play-cta, html[dir='rtl'] a.play-cta {
    padding:16px 68px 0 0;
}
html[dir='rtl'] .dmc-blade.row.full.blowout .play-cta svg, html[dir='rtl'] a.play-cta svg {
    right:0;
    left:auto;
}
html[dir='rtl'] .dmc-blade.row.full.blowout .play-cta, html[dir='rtl'] a.play-cta {
    text-align:right;
}

/* X-SMALL = 480px */
@media only screen and (min-width:30em) {
    .dmcb-button {
        display:table;
        margin: 0 0 20px;
    }
}
/* SMALL = 600px */
@media only screen and (min-width:37.5em) {
    .dmcb-button.brandi.standalone {
        margin:0 0 20px;
    }
    .dmcb-button.brandi{
        line-height: 1.5em;
    }
}
/* LARGE = 1024px + */
@media only screen and (min-width:64em) {
    .dmc-blade.row.full.blowout .text-cta, a.text-cta {
        font-size: 18px;
        line-height: 1.33em;
    }
}